Template:InfoEnemy: Difference between revisions
From IdleOn MMO Wiki
imported>Wekhter mNo edit summary |
imported>Wekhter mNo edit summary |
||
Line 39: | Line 39: | ||
|Card={{PAGENAME}} Card | |Card={{PAGENAME}} Card | ||
}}<!-- | }}<!-- | ||
--> | --><div class="Infobox"> | ||
<div class="Header">{{PAGENAME}}</div> | |||
<div class="HeaderImage">[[file:{{PAGENAME}} Walking.gif]]</div> | |||
<div class="SubHeader">Stats</div> | |||
<dl> | |||
<dt>Attack</dt> | |||
<dd>{{{attack}}}</dd> | |||
<dt>Health</dt> | |||
<dd>{{{health}}}</dd> | |||
<dt>Speed</dt> | |||
<dd>{{{speed}}}</dd> | |||
<dt>Experience</dt> | |||
<dd>{{{exp}}}</dd> | |||
</dl> | |||
<div class="SubHeader">Fighting</div> | |||
<dl> | |||
{{#if: {{{defence|}}} | | {{#if: {{{defence|}}} | | ||
<dt>Accuracy 5%</dt> | |||
<dd>{{#expr: ceil({{{defence}}}*0.5)}}</dd> | |||
}} | |||
{{#if: {{{defence|}}} | | {{#if: {{{defence|}}} | | ||
<dt>Accuracy 100%</dt> | |||
<dd>{{#expr: ceil({{{defence}}}*1.5)}}</dd> | |||
}} | |||
<dt>Defence for 0</dt> | |||
<dd>{{{defence0}}}</dd> | |||
</dl> | |||
<div class="SubHeader">Misc</div> | |||
<dl> | |||
{{#if: {{{type|}}} | | {{#if: {{{type|}}} | | ||
<dt>Type</dt> | |||
<dd>{{{type}}}</dd> | |||
}} | }} | ||
<dt>Respawn</dt> | |||
<dd>{{{respawn}}}</dd> | |||
<dt>World</dt> | |||
<dd>{{{world}}}</dd> | |||
<dt>Area</dt> | |||
<dd>{{#invoke:Loops|parseLoop | |||
|list1={{{area|}}} | |list1={{{area|}}} | ||
|replaceString=[[Worlds#(1)|(1)]] | |replaceString=[[Worlds#(1)|(1)]] | ||
|delimiter=, | |delimiter=, | ||
|returnDelimiter=, | |returnDelimiter=, | ||
}}{{#if: {{{customarea|}}} | {{#if:{{{area|}}}|<br>}}{{{customarea}}}}} | }}{{#if: {{{customarea|}}} | {{#if:{{{area|}}}|<br>}}{{{customarea}}}}}</dd> | ||
</dl> | |||
{{#if: {{{crystalname|}}} | | {{#if: {{{crystalname|}}} | | ||
<div class="SubHeader">[[{{{crystalname}}}]]</div> | |||
{{infoEnemy/crystalstats | attack={{{attack}}} | health={{{health}}} | defence={{{defence}}} | exp={{{exp}}}}} | {{infoEnemy/crystalstats | attack={{{attack}}} | health={{{health}}} | defence={{{defence}}} | exp={{{exp}}}}} | ||
}} | }} | ||
{{#ifeq: {{{hascard}}} | Yes | {{#cargo_query:tables=Cards | {{#ifeq: {{{hascard}}} | Yes | {{#cargo_query:tables=Cards | ||
|fields=CardOrder=order, Category=category, Effect=effect, Bonus=bonus, DropChance=dropchance | |fields=CardOrder=order, Category=category, Effect=effect, Bonus=bonus, DropChance=dropchance | ||
Line 116: | Line 106: | ||
|allowcachedresults=true | |allowcachedresults=true | ||
}}--> }} | }}--> }} | ||
</div> | |||
{{#if:{{{prevenemy|}}}{{{nextenemy|}}}|{{EnemyNavigation|{{{prevenemy|}}}|{{{nextenemy|}}}}}}} | {{#if:{{{prevenemy|}}}{{{nextenemy|}}}|{{EnemyNavigation|{{{prevenemy|}}}|{{{nextenemy|}}}}}}} | ||
{{{notes|}}} | {{{notes|}}} | ||
Line 128: | Line 118: | ||
World: {{{world}}} | World: {{{world}}} | ||
}} | }} | ||
[[Category:Enemies]] | [[Category:Enemies]]</includeonly><noinclude><pre> | ||
</includeonly><noinclude><pre> | |||
Usage: | Usage: | ||
{{InfoEnemy | {{InfoEnemy |
Revision as of 22:37, 17 December 2021
This template defines the table "Enemies". View table.
Usage: {{InfoEnemy |attack=example |health=example |speed=example |defence=example (this defines the accuracy values required) |defence0=example (How much defence is needed to not take damage) |exp=example |world=example |area=example |area2=example (optional) |area3=example (optional) |crystal=yes (if you want to show the stats for the crystal enemy in the area |crystalname=example (e.g. Crystal Carrot for blunder hills) |hascard=yes |prevenemy=example (previous monster for navigation) |nextenemy=example (next monster for navigation) |notes=example (optional) }}