Difference between revisions of "Template:HeroBasic"

From Eurobattle.net WiKi
Jump to navigation Jump to search
Line 43: Line 43:
  
 
Attack Type: {{{AttackType}}}
 
Attack Type: {{{AttackType}}}
 +
 
Attack Range: {{#ifeq:{{{AttackType}}}|Melee|128|{{{AttackRange}}}}}
 
Attack Range: {{#ifeq:{{{AttackType}}}|Melee|128|{{{AttackRange}}}}}
  

Revision as of 16:54, 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>
 |Mana=<StartMana>
 |Speed=<Movement Speed>
}}