Template:Boss: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 27: Line 27:
             <format>{{Numdisplay|{{#expr: {{{def1}}}*1.5}}}}</format>
             <format>{{Numdisplay|{{#expr: {{{def1}}}*1.5}}}}</format>
</data>
</data>
         <header>Boss Attacks</header>
        </group>
        <group name="NormalAttacks">
         <header>Attacks</header>
         <data source="NormalDamages">
         <data source="NormalDamages">
             <format>{{#invoke:Loops|bossAttacksInfoBox|attackList={{{AttackList|}}}|damageList={{{NormalDamages|}}}}}</format>
             <format>{{#invoke:Loops|bossAttacksInfoBox|attackList={{{AttackList|}}}|damageList={{{NormalDamages|}}}}}</format>
Line 61: Line 63:
     </image>
     </image>
     <group name="ChaoticStats" row-items="2">
     <group name="ChaoticStats" row-items="2">
         <header>Boss Stats</header>
         <header>Chaotic Boss Stats</header>
<data source="2health">
<data source="2health">
<label>Health</label>
<label>Health</label>
Line 78: Line 80:
             <format>{{Numdisplay|{{#expr: {{{def2}}}*1.5}}}}</format>
             <format>{{Numdisplay|{{#expr: {{{def2}}}*1.5}}}}</format>
</data>
</data>
        </group>
        <group name="ChaoticAttacks">
         <header>Attacks</header>
         <header>Attacks</header>
         <data source="ChaoticDamages">
         <data source="ChaoticDamages">
Line 112: Line 116:
     </image>
     </image>
     <group name="NightmareStats" row-items="2">
     <group name="NightmareStats" row-items="2">
         <header>Boss Stats</header>
         <header>{{{3rdName|Nightmare}}} Boss Stats</header>
<data source="3health">
<data source="3health">
<label>Health</label>
<label>Health</label>
Line 129: Line 133:
             <format>{{Numdisplay|{{#expr: {{{def3}}}*1.5}}}}</format>
             <format>{{Numdisplay|{{#expr: {{{def3}}}*1.5}}}}</format>
</data>
</data>
        </group>
        <group name="NightmareAttacks">
         <header>Attacks</header>
         <header>Attacks</header>
         <data source="NightmareDamages">
         <data source="NightmareDamages">

Revision as of 03:20, 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)
}}