Difference between revisions of "Template:HeroAttribute"

From Eurobattle.net WiKi
Jump to navigation Jump to search
Line 16: Line 16:
 
[[Category:Templates|{{PAGENAME}}]]
 
[[Category:Templates|{{PAGENAME}}]]
 
</noinclude><includeonly>{{#switch: {{{1}}}  
 
</noinclude><includeonly>{{#switch: {{{1}}}  
| hp = {{#expr:{{{2}}}*19}}  
+
| hp = {{#expr:{{{2}}}*19}}
| mana = {{#expr:{{{2}}}*13}}  
+
| mana = {{#expr:{{{2}}}*13}}
| attack = {{#expr:{{{2}}}*1}}  
+
| attack = {{#expr:{{{2}}}*1}}
| armor = {{#expr:{{{2}}}/7}}  
+
| armor = {{#expr:{{{2}}}/7}}
 
| default = ERROR}}
 
| default = ERROR}}
 
</includeonly>
 
</includeonly>

Revision as of 16:26, 22 April 2018


{{#if: {{{1}}} | Parameter 1 is not defined, or is defined and non-null/non-empty. | Parameter 1 is null. It contains only empty string(s) or breaking space(s) etc.}}
Returns bonus property based on bonus attribute

Example: 
{{HeroAttribute|hp|x}} returns bonus HP based on x bonus strenght
{{HeroAttribute|mana|x}} bonus mana on x bonus intelligence
{{HeroAttribute|attack|x}} bonus damage on x bonus primary stat
{{HeroAttribute|armor|x}} bonus armor on x bonus agility