Difference between revisions of "Template:HeroBasic"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
<noinclude> | <noinclude> | ||
<pre> | <pre> | ||
− | |||
Usage: | Usage: | ||
Line 27: | Line 22: | ||
|Armor=<Start Armor> | |Armor=<Start Armor> | ||
|HP=<StartHP> | |HP=<StartHP> | ||
+ | |Mana=<StartMana> | ||
|Speed=<Movement Speed> | |Speed=<Movement Speed> | ||
}} | }} | ||
Line 34: | Line 30: | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
+ | {{{Name}}} the {{{Class}}} | ||
+ | |||
+ | [[File:{{{Icon}}}]] | ||
+ | |||
+ | {{{Description}}} | ||
+ | |||
+ | Attack Type: {{{AttackType}}} | ||
+ | |||
+ | Attack Range: {{#ifeq:{{{AttackType}}}|Melee|128|{{{AttackRange}}}}} | ||
+ | |||
+ | |||
{| | {| | ||
|Attribute | |Attribute |
Latest revision as of 15:56, 22 April 2018
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> }}