Template:InfoEnemy: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
mNo edit summary
 
(125 intermediate revisions by 11 users not shown)
Line 1: Line 1:
<includeonly>
<noinclude><!--
{| class="Infobox"
 
|-
### Cargo Declare ###
! colspan="2" class="Header" | {{PAGENAME}}
-->{{#cargo_declare:_table=Enemies
|-
  |Image=File
| colspan="2" class="HeaderImage" | [[file:{{PAGENAME}} Walking.gif]]
  |Attack=String
|-
  |Accuracy5=String
! colspan="2" class="SubHeader" |Stats
  |Accuracy100=String
|-
  |Health=String
!Attack
  |Defence=String
|{{{attack}}}
  |Speed=String
|-
  |World=String
!Health
  |Areas=List (,) of String
|{{{health}}}
  |SpecialAreas=List (,) of Wikitext
|-
  |EXP=String
!Speed
  |RespawnTime=String
|{{{speed}}}
  |Defence0=String
|-
}}</noinclude><!--
! colspan="2" class="SubHeader" |Fighting
 
|-
### Cargo Store ###
{{#if: {{{defence|}}}|
--><includeonly>{{#cargo_query:table=DefenseList|fields=DefenseVal, CrystalDefense|where=AttackVal="{{{attack|1}}}"|format=template|template=DefenseScaling/data|named args=yes|default=}}{{#ifeq:{{#sub:{{PAGENAME}}|0|7}}|Crystal||
!Accuracy 5%
{{#cargo_store:_table=Enemies
{{!}}{{#expr:{{{defence}}}*0.5}}}}
  |Image={{PAGENAME}} Idle.gif
|-
  |Attack={{{attack|}}}
!{{#if: {{{defence|}}}|
  |Accuracy5={{#iferror: {{#expr: ceil({{{defence|}}}*0.5)}} }}
!Accuracy 100%
  |Accuracy100={{#iferror: {{#expr: ceil({{{defence|}}}*1.5)}} }}
{{!}}{{#expr:{{{defence}}}*1.5}}}}
  |Health={{{health|}}}
|-
  |Defence={{{defence|}}}
!Defence for 0
  |Speed={{{speed|}}}
|{{{defence0}}}
  |World={{{world|}}}
|-
  |Areas={{{area|}}}
! colspan="2" class="SubHeader" |Misc
  |SpecialAreas={{{customarea|}}}
|-
  |EXP={{{exp|}}}
{{#if: {{{type|}}}{{!}}!Type
  |RespawnTime={{{respawn|}}}
{{!}}{{{type}}}{{!}}
  |Defence0={{#var:NDef0|{{{defence0|1}}}}}
{{!}}-}}
}}}}<!--
!Respawn
--><infobox>
|{{{respawn}}}
<title>
|-
<default>{{PAGENAME}}</default>
!World
</title>
|{{{world}}}
    <panel>
|-
        <section>
!Area
            <image>
|{{#if: {{{area|}}}|[[Worlds#{{{area}}}|{{{area}}}]]}}{{#if: {{{area2|}}}|, [[Worlds#{{{area2}}}|{{{area2}}}]]}}{{#if: {{{area3|}}}|, [[Worlds#{{{area3}}}|{{{area3}}}]]}}{{#if: {{{customarea|}}}|{{#if:{{{area|}}}|<br>}}{{{customarea}}}}}
                <default>
|-
                    {{#tag:gallery|
{{#ifeq: {{{crystal}}}|yes|
                      {{#if:{{{idleonly|}}}|{{PAGENAME}} Idle.gif{{!}}Idle/Walking
!colspan="2" class="SubHeader"{{!}}[[{{{crystalname}}}]]
                      |{{PAGENAME}} Idle.gif{{!}}Idle
{{!}}-
                      {{PAGENAME}} Walking.gif{{!}}Walking}}
{{infoEnemytest/crystalstats|attack={{{attack}}}|health={{{health}}}|defence={{{defence}}}|exp={{{exp}}}}}
                      {{PAGENAME}} Death.gif{{!}}Death
     }}
                    }}
|-
                </default>
     {{#ifeq: {{{hascard}}}|yes|{{#dpl:  
            </image>
        </section>
    </panel>
    <header>Information</header>
    <panel>
        <section>
<label>Monster Stats</label>
<group row-items="2">
<data source="attack">
<label>{{Icons|Attack Icon|17|text=Attack}}</label>
                    <format>{{#ifeq:{{{attack|}}}|Variable|Variable|{{Numdisplay|{{{attack}}}}}}}</format>
</data>
<data source="health">
<label>{{Icons|HP Icon|18|text=Health}}</label>
<format>{{#ifeq:{{{health|}}}|Variable|Variable|{{Numdisplay|{{{health}}}}}}}</format>
</data>
<data source="defence">
<label>{{Icons|Accuracy Icon|15|text=5% Accuracy}}</label>
<format>{{#ifeq:{{{defence|}}}|Variable|Variable|{{Numdisplay|{{#expr: ceil({{{defence}}}*0.5)}}}}}}</format>
</data>
<data source="defence">
<label>100% Accuracy</label>
<format>{{#ifeq:{{{defence|}}}|Variable|Variable|{{Numdisplay|{{#expr: ceil({{{defence}}}*1.5)}}}}}}</format>
</data>
<data source="exp">
<label>Experience</label>
<format>{{#ifeq:{{{exp|}}}|Variable|Variable|{{Numdisplay|{{{exp}}}}}}}</format>
</data>
<data source="Ndefence0">
<label>Def for 0</label>
                    <default>{{#ifeq:{{{attack|}}}|Variable|Variable|{{#invoke:NumberFormater|main|{{#var:NDef0}}|formattype=tooltip}}}}</default>
</data>
<data source="respawn" layout="default">
<label>Respawn</label>
                    <format>{{{respawn}}}</format>
</data>
<data source="type" layout="default">
<label>Type</label>
                    <format>{{{type}}} Monster[[Category:{{{type}}} Enemy]]</format>
                </data>
<!--<data source="speed" layout="default">
<label>Speed</label>
</data>-->
</group>
</section>
<section>
<label>Crystal Stats</label>
<group name="CrystalSection" row-items="2">
<data source="crystalname">
<label>{{Icons|Attack Icon|17|text=Attack}}</label>
<format>{{Numdisplay|{{#expr:{{{attack}}}*2.5}}}}</format>
</data>
<data source="crystalname">
<label>{{Icons|HP Icon|18|text=Health}}</label>
<format>{{Numdisplay|{{#expr:{{{health}}}*15}}}}</format>
</data>
<data source="crystalname">
<label>{{Icons|Accuracy Icon|15|text=5% Accuracy}}</label>
<format>{{Numdisplay|{{#expr:{{{defence}}}*0.5*2.5}}}}</format>
</data>
<data source="crystalname">
<label>100% Accuracy</label>
<format>{{Numdisplay|{{#expr:{{{defence}}}*1.5*2.5}}}}</format>
</data>
<data source="crystalname">
<label>Experience</label>
<format>{{Numdisplay|{{#expr:{{{exp}}}*30}}}}</format>
</data>
<data source="crystalname">
<label>Def for 0</label>
                    <format>{{#invoke:NumberFormater|main|{{#var:CDef0}}|formattype=tooltip}}</format>
</data>
<data source="crystalname" layout="default">
<label>Name</label>
<format>[[{{{crystalname}}}]]</format>
</data>
</group>
</section>
</panel>
    <group name="CardSection">
        <header>Card Info</header>
        <data source="hascard">
<label>Card</label>
<format>{{CraftReq|{{PAGENAME}} Card|24px}}</format>
</data>
<data source="hascard">
<label>Effect</label>
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:effect|title={{PAGENAME}} Card|count=1|mode=inline|format=,}}</format>
</data>
<data source="hascard">
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:bonus:bonus:bonus:bonus:bonus:bonus|title={{PAGENAME}} Card|count=1|mode = userformat|table = class="pi-horizontal-group",-, [[File:Star0.png|class=CardStar|link=]], [[File:Star1.png|class=CardStar|link=]], [[File:Star2.png|class=CardStar|link=]], [[File:Star3.png|class=CardStar|link=]], [[File:Star4.png|class=CardStar|link=]], [[File:Star5.png|class=CardStar|link=]]|tablerow=%%, <!-- Star1 -->²{#expr:%% * 2}², <!-- Star2 -->²{#expr:%% * 3}², <!-- Star3 -->²{#expr:%% * 4}², <!-- Star4 -->²{#expr:%% * 5}², <!-- Star5 -->²{#expr:%% * 6}²}}</format>
</data>
<data source="hascard">
<label>Category</label>
<format>{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:category|title={{PAGENAME}} Card|count=1|mode=inline|format=,}}</format>
</data>
    <data source="hascard">
<label>Dropchance</label>
<format>{{Chancedisplay|{{#dpl:|uses=Template:InfoCard|includepage={InfoCard}:dropchance|title={{PAGENAME}} Card|count=1|mode=inline|format=,}}}}</format>
</data>
     </group>
    <header>Location</header>
    <data source="world">
<label>World</label>
</data>
     <data source="area">
<label>Area</label>
<format>{{Areas|{{{area|}}}}}
        </format>
</data>
    <data source="customarea">
<label>Area</label>
</data>
</infobox>
<!--  Saving for backup I guess.
{{#dpl:  
|namespace=
|namespace=
|category=Cards
|category=Cards
|uses=Template:InfoCard
|uses=Template:InfoCard
|include={infoCard}/boxrowtest
|include={infoCard}/boxrow
|titlematch={{PAGENAME}} Card
|titlematch={{PAGENAME}} Card
|format=,,
|format=,,
|allowcachedresults=true
|allowcachedresults=true
}}}}
}}-->
{{#switch: {{PAGENAME}}
{{#invoke:EnemyNav|BuildNav|Type={{{type|Normal}}}|Enemy={{PAGENAME}}}}
|Baba Yaga = [[File:Backarrow.png|15px]][[Bosses]]
{{{notes|}}}
|Dr Defecaus = [[File:Backarrow.png|15px]][[Bosses]]
{{#seo:
|King Doot = [[File:Backarrow.png|15px]][[Bosses]]
|image={{PAGENAME}}_Idle.gif
|Biggie Hours = [[File:Backarrow.png|15px]][[Bosses]]
|description=Attack: {{{attack}}}
|#default =[[File:Backarrow.png|15px]][[Bestiary]]}}
Health: {{{health}}}
[[Category:Enemies]]
{{#if:{{{defence|}}}|Acc for 5%: {{#expr: {{{defence}}}*0.5}}}}
</includeonly>
{{#if:{{{defence|}}}|Acc for 100%: {{#expr: {{{defence}}}*1.5}}}}
 
Respawn: {{{respawn}}}
<noinclude><pre>
World: {{{world}}}
}}[[Category:Enemies]]</includeonly><noinclude><pre>
Usage:
Usage:
{{InfoEnemy
{{InfoEnemy
|attack=example
|attack=example
|health=example
|health=example
|speed=example
|defence=example (this defines the accuracy values required)
|defence=example (this defines the accuracy values required)
|defence0=How much defence is needed to not take damage.
|exp=example
|exp=example
|world=example
|world=example
|area=example
|area=example1, example2
|area2=example (optional)
|customarea={{Area|area1}}, Special Area
|area3=example (optional)
|crystalname=example (e.g. Crystal Carrot for blunder hills)
|crystal=yes (if you want to show the stats for the crystal enemy in the area
|notes=example (optional)
|crystalname=example (Crystal Carrot for blunder hills for example)
|hascard=yes
}}
}}
</pre>
</pre>[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]
</noinclude>
 
[[Category:Enemies]]

Latest revision as of 08:01, 27 July 2024

This template defines the table "Enemies". View table.

Usage:
{{InfoEnemy
|attack=example
|health=example
|defence=example (this defines the accuracy values required)
|exp=example
|world=example
|area=example1, example2
|customarea={{Area|area1}}, Special Area
|crystalname=example (e.g. Crystal Carrot for blunder hills)
|notes=example (optional)
}}