Template:Boss: Difference between revisions

From IdleOn MMO Wiki
imported>Kiokurashi
No edit summary
imported>Wekhter
mNo edit summary
Line 19: Line 19:
{{#invoke:Loops|bossAttacks|attackList={{{AttackList|}}}|damageList={{{NormalDamages|}}}}}
{{#invoke:Loops|bossAttacks|attackList={{{AttackList|}}}|damageList={{{NormalDamages|}}}}}
</dl>
</dl>
{|
|-
{{#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 29: Line 27:
|default=
|default=
}} }}
}} }}
|}
|-|
|-|
Chaotic=
Chaotic=
Line 48: Line 45:
{{#invoke:Loops|bossAttacks|attackList={{{AttackList|}}}|damageList={{{ChaoticDamages|}}}}}
{{#invoke:Loops|bossAttacks|attackList={{{AttackList|}}}|damageList={{{ChaoticDamages|}}}}}
</dl>
</dl>
{|
|-
{{#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 58: Line 53:
|default=
|default=
}} }}
}} }}
|}
|-|
|-|
Nightmare=
Nightmare=
Line 77: Line 71:
{{#invoke:Loops|bossAttacks|attackList={{{AttackList|}}}|damageList={{{NightmareDamages|}}}}}
{{#invoke:Loops|bossAttacks|attackList={{{AttackList|}}}|damageList={{{NightmareDamages|}}}}}
</dl>
</dl>
{|
|-
{{#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 94: Line 86:
<dd>[[Worlds#{{{area}}} | {{{area}}}]]</dd>
<dd>[[Worlds#{{{area}}} | {{{area}}}]]</dd>
</dl>
</dl>
</div>{{#if:{{{prevenemy|}}}{{{nextenemy|}}}|{{EnemyNavigation|{{{prevenemy|}}}|{{{nextenemy|}}}}}}}[[Category:World Bosses]]
</div>{{#if:{{{prevenemy|}}}{{{nextenemy|}}}|{{EnemyNavigation|{{{prevenemy|}}}|{{{nextenemy|}}}}}}}[[Category:World Bosses]]</includeonly><noinclude>
</includeonly><noinclude>
<pre>
<pre>
Usage:
Usage:

Revision as of 22:40, 17 December 2021

Usage:
Attack1-7 is for the name of the attack. The first number of health, exp, accurary and dmg defined the difficulty. 1 for normal. 2 for chaotic, 3 for nightmare. 
{{boss
|1health=example
|2health=example
|3health=example
|1exp=example
|2exp=example
|3exp=example
|def1=example
|def2=example
|def3=example
|AttackList=<attack name 1>, <attack name 2>, <attack name 3>..etc
|NormalDamages=<attack 1 dmg>, <attack 2 dmg>.. etc for the normal version of the boss
|ChaoticDamages=<attack 1 dmg>, <attack 2 dmg>.. etc for the chaotic version of the boss
|NightmareDamages=<attack 1 dmg>, <attack 2 dmg>.. etc for the nightmare version of the boss
|prevenemy=example (previous monster for navigation)
|nextenemy=example (next monster for navigation)
}}