Template:Boss: Difference between revisions

From IdleOn MMO Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
<includeonly><div class="Infobox BossInfobox">
<includeonly><div class="Infobox BossInfobox">
<div class="Header">{{PAGENAME}}</div>
<div class="Header">{{PAGENAME}}</div>
<tabber>
{{#tag:tabber|
Normal=
Normal=
<div class="HeaderImage">[[file: {{{title | {{PAGENAME}}}}} (boss).png]]</div>
<div class="HeaderImage">[[file: {{{title | {{PAGENAME}}}}} (boss).png]]</div>
Line 27: Line 27:
|default=
|default=
}} }}
}} }}
|-|
{{!}}-{{!}}
Chaotic=
Chaotic=
<div class="HeaderImage">{{#ifexist:File:{{PAGENAME}}_(Chaotic_boss).png|[[file: {{PAGENAME}}_(Chaotic_boss).png]]}}</div>
<div class="HeaderImage">{{#ifexist:File:{{PAGENAME}}_(Chaotic_boss).png|[[file: {{PAGENAME}}_(Chaotic_boss).png]]}}</div>
Line 53: Line 53:
|default=
|default=
}} }}
}} }}
|-|
{{!}}-{{!}}
Nightmare=
{{{3rdName|Nightmare}}}=
<div class="HeaderImage">{{#ifexist:File:{{PAGENAME}}_(Nightmare_boss).png|[[file: {{PAGENAME}}_(Nightmare_boss).png]]}}</div>
<div class="HeaderImage">{{#ifexist:File:{{PAGENAME}}_(Nightmare_boss).png|[[file: {{PAGENAME}}_(Nightmare_boss).png]]}}</div>
<div class="SubHeader">Stats</div>
<div class="SubHeader">Stats</div>
Line 73: Line 73:
{{#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
|where= Title LIKE "Nightmare {{PAGENAME}}" OR Title LIKE "Nightmare {{PAGENAME}} Card"
|where= Title LIKE "{{{3rdName|Nightmare}}} {{PAGENAME}}" OR Title LIKE "{{{3rdName|Nightmare}}} {{PAGENAME}} Card"
|format=template
|format=template
|template=InfoCard/boxrow
|template=InfoCard/boxrow

Revision as of 04:09, 8 May 2022

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)
}}