Template:Boss: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
No edit summary
imported>Blackwolfe
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="Infobox"
{| class="Infobox"
|<tabber>
Normal=
{|
|-
|-
! colspan="3" class="Header" | {{{title | {{PAGENAME}}}}}
! colspan="3" class="Header" | {{{title | {{PAGENAME}}}}}
Line 6: Line 10:
| colspan="3" class="HeaderImage" | [[file: {{{title | {{PAGENAME}}}}} (boss).png]]
| colspan="3" class="HeaderImage" | [[file: {{{title | {{PAGENAME}}}}} (boss).png]]
|-
|-
| <tabber>
Normal=
{|
! colspan="2" class="SubHeader" | Stats
! colspan="2" class="SubHeader" | Stats
|-
|-
Line 46: Line 47:
Chaotic=
Chaotic=
{|
{|
|-
! colspan="3" class="Header" | {{{title | {{PAGENAME}}}}}
|-
| colspan="3" class="HeaderImage" | {{#ifexist:[[file:{{PAGENAME}}}}}_Chaotic_boss.png]]|[[file: {{{title | {{PAGENAME}}}}}_Chaotic_boss.png]]}}
|-
! colspan="2" class="SubHeader" | Stats
! colspan="2" class="SubHeader" | Stats
|-
|-
Line 83: Line 89:
Nightmare=
Nightmare=
{|
{|
|-
! colspan="3" class="Header" | {{{title | {{PAGENAME}}}}}
|-
| colspan="3" class="HeaderImage" | {{#ifexist:[[file:{{PAGENAME}}}}}_Nightmare_boss.png]]|[[file: {{{title | {{PAGENAME}}}}}_Nightmare_boss.png]]}}
|-
! colspan="2" class="SubHeader" | Stats
! colspan="2" class="SubHeader" | Stats
|-
|-
Line 115: Line 126:
|format=,,
|format=,,
|allowcachedresults=true
|allowcachedresults=true
}} }}
}} }}</tabber>
|}
</tabber>
{|
{|
! colspan="2" class="SubHeader" | Location
! colspan="2" class="SubHeader" | Location
Line 128: Line 137:
|}
|}
|}
|}
[[Category:World Bosses]]
[[Category:World Bosses]]
</includeonly><noinclude>
</includeonly><noinclude>

Revision as of 09:00, 26 April 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
}}