Template:UnitData: Difference between revisions

From Mechabellum Wiki
(update to 0.9, add rare units)
m (debug)
Line 72: Line 72:
       | unlockcost = {{#explode: {{#var:row}} | ; | 11 }}
       | unlockcost = {{#explode: {{#var:row}} | ; | 11 }}
       | upkeep = {{#explode: {{#var:row}} | ; | 12 }}
       | upkeep = {{#explode: {{#var:row}} | ; | 12 }}
      | rare = {{#explode: {{#var:row}} | ; | 13 }}
     }}
     }}
     |<!-- else vardefine -->{{#vardefine:level | {{{level|1}}}
     |<!-- else vardefine -->{{#vardefine:level | {{{level|1}}}
Line 88: Line 87:
     }}{{#vardefine:unlockcost | {{#explode: {{#var:row}} | ; | 11 }}
     }}{{#vardefine:unlockcost | {{#explode: {{#var:row}} | ; | 11 }}
     }}{{#vardefine:upkeep | {{#explode: {{#var:row}} | ; | 12 }}
     }}{{#vardefine:upkeep | {{#explode: {{#var:row}} | ; | 12 }}
    }}{{#vardefine:rare | {{#explode: {{#var:row}} | ; | 13 }}
     }}<!-- calculated variables
     }}<!-- calculated variables
     -->{{#vardefine:burst|{{#ifexpr: ({{#var:atk|0}}) < 1 | 0 | {{#expr: abs({{#var:atk|0}}) * {{#var:units|1}} round 0 }} }}
     -->{{#vardefine:burst|{{#ifexpr: ({{#var:atk|0}}) < 1 | 0 | {{#expr: abs({{#var:atk|0}}) * {{#var:units|1}} round 0 }} }}

Revision as of 18:59, 4 September 2024

This template contains all unit data (HP, Speed, Attack, (Attack) Interval, Range, Splash (Range), Target, Units, Giant, Mobility, Cost, Unlock Cost, Upkeep)

Using the Template with a unit name sets the variables {{UnitData|Fortress}}

On the unit pages the data is automatically pulled and placed in variables (hp, speed, atk, atkint, range, splash, target, units, giant, mobility, cost, unlockcost, burst, dps), ready to use on the page with e.g. {{#var:speed}}.

A single value can be pulled without overriding the variables {{UnitData|Fortress|speed}}.

Melting damage is set as a range "1 - 9000" allowing the math to work.

Missiles usually come in packs of 4 but the damage/attack shown is for one missile, so add a multiplier e.g. "555 * 4" looks nicer and the math works fine.