Difference between revisions of "Template:HeroBasic"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
|Description=<Hero Description> | |Description=<Hero Description> | ||
|PrimaryAttribute=<STR/AGI/INT> | |PrimaryAttribute=<STR/AGI/INT> | ||
+ | |PrimaryAttributeValue=<Value> | ||
|STR=<Strength> | |STR=<Strength> | ||
|STRG=<Strength Growth> | |STRG=<Strength Growth> | ||
Line 33: | Line 34: | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
+ | {| | ||
+ | |Attribute | ||
+ | |Level 1 | ||
+ | |Level 15 | ||
+ | |Level 25 | ||
+ | |- | ||
+ | |Attack | ||
+ | |{{{DamageMin}}} - {{{DamageMax}}} | ||
+ | |{{#expr:{{HeroAttribute|attack|{{#expr:{{{PrimaryAttributeValue}}}*14}}}}+{{{DamageMin}}}}} - {{#expr:{{HeroAttribute|attack|{{#expr:{{{PrimaryAttributeValue}}}*14}}}}+{{{DamageMax}}}}} | ||
+ | |{{#expr:{{HeroAttribute|attack|{{#expr:{{{PrimaryAttributeValue}}}*24}}}}+{{{DamageMin}}}}} - {{#expr:{{HeroAttribute|attack|{{#expr:{{{PrimaryAttributeValue}}}*24}}}}+{{{DamageMax}}}}} | ||
+ | |- | ||
+ | |Butter | ||
+ | |Ice cream | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
HP | HP | ||
Level 1 | Level 1 |
Revision as of 15:28, 22 April 2018
[[File:{{{1}}}.png|alt={{{1}}}|link={{{1}}}]] Usage: {{HeroBasic |Name=<Hero Name> |Class=<Hero Class> |Icon=<Icon of the hero> |Description=<Hero Description> |PrimaryAttribute=<STR/AGI/INT> |PrimaryAttributeValue=<Value> |STR=<Strength> |STRG=<Strength Growth> |AGI=<Agility> |AGIG=<Agility Growth> |INT=<Intelligence> |INTG=<Intelligence Growth> |AttackType=<Melee/Ranged> |AttackRange=<Ignored if melee> |DamageMin=<Start Min Damage> |DamageMax=<Start Max Damage> |Armor=<Start Armor> |HP=<StartHP> |Speed=<Movement Speed> }}