Template:Boss: Difference between revisions
From IdleOn MMO Wiki
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
<default>[[File:{{PAGENAME}} (boss).png]]</default> | <default>[[File:{{PAGENAME}} (boss).png]]</default> | ||
</image> | </image> | ||
<group name="NormalStats"> | <group name="NormalStats" row-items="2"> | ||
<header>Boss Stats</header> | <header>Boss Stats</header> | ||
<data source="1health"> | <data source="1health"> | ||
<label>Health</label> | <label>Health</label> | ||
<format>{{Numdisplay|{{{1health | }}}}}</format> | <format>{{Numdisplay|{{{1health | }}}}}</format> | ||
</data> | |||
<data source="1exp"> | |||
<label>Experience</label> | |||
<format>{{Numdisplay|{{{1exp | }}}}}</format> | |||
</data> | </data> | ||
<data source="def1"> | <data source="def1"> | ||
Line 22: | Line 26: | ||
<label>100% Accuracy</label> | <label>100% Accuracy</label> | ||
<format>{{Numdisplay|{{#expr: {{{def1}}}*1.5}}}}</format> | <format>{{Numdisplay|{{#expr: {{{def1}}}*1.5}}}}</format> | ||
</data> | </data> | ||
<header>Boss Attacks</header> | <header>Boss Attacks</header> | ||
Line 60: | Line 60: | ||
<default>[[File:{{PAGENAME}} (Chaotic boss).png]]</default> | <default>[[File:{{PAGENAME}} (Chaotic boss).png]]</default> | ||
</image> | </image> | ||
<group name="ChaoticStats"> | <group name="ChaoticStats" row-items="2"> | ||
<header>Boss Stats</header> | <header>Boss Stats</header> | ||
<data source="2health"> | <data source="2health"> | ||
<label>Health</label> | <label>Health</label> | ||
<format>{{Numdisplay|{{{2health | }}}}}</format> | <format>{{Numdisplay|{{{2health | }}}}}</format> | ||
</data> | |||
<data source="2exp"> | |||
<label>Experience</label> | |||
<format>{{Numdisplay|{{{2exp | }}}}}</format> | |||
</data> | </data> | ||
<data source="def2"> | <data source="def2"> | ||
Line 73: | Line 77: | ||
<label>100% Accuracy</label> | <label>100% Accuracy</label> | ||
<format>{{Numdisplay|{{#expr: {{{def2}}}*1.5}}}}</format> | <format>{{Numdisplay|{{#expr: {{{def2}}}*1.5}}}}</format> | ||
</data> | </data> | ||
<header>Attacks</header> | <header>Attacks</header> | ||
Line 111: | Line 111: | ||
<default>[[File:{{PAGENAME}} (Nightmare boss).png]]</default> | <default>[[File:{{PAGENAME}} (Nightmare boss).png]]</default> | ||
</image> | </image> | ||
<group name="NightmareStats"> | <group name="NightmareStats" row-items="2"> | ||
<header>Boss Stats</header> | <header>Boss Stats</header> | ||
<data source="3health"> | <data source="3health"> | ||
<label>Health</label> | <label>Health</label> | ||
<format>{{Numdisplay|{{{3health | }}}}}</format> | <format>{{Numdisplay|{{{3health | }}}}}</format> | ||
</data> | |||
<data source="3exp"> | |||
<label>Experience</label> | |||
<format>{{Numdisplay|{{{3exp | }}}}}</format> | |||
</data> | </data> | ||
<data source="def3"> | <data source="def3"> | ||
Line 124: | Line 128: | ||
<label>100% Accuracy</label> | <label>100% Accuracy</label> | ||
<format>{{Numdisplay|{{#expr: {{{def3}}}*1.5}}}}</format> | <format>{{Numdisplay|{{#expr: {{{def3}}}*1.5}}}}</format> | ||
</data> | </data> | ||
<header>Attacks</header> | <header>Attacks</header> |
Revision as of 03:12, 2 March 2023
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) }}