Template:UnitData: Difference between revisions

From Mechabellum Wiki
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 29: Line 29:
  | Farseer = 11991 ; 16 ; 1148 ; 1.6 ; 125 ; 8.0 ; Ground ; 1 ; No ; Air & Ground ; 300 ; 0 ; Yes ; 0
  | Farseer = 11991 ; 16 ; 1148 ; 1.6 ; 125 ; 8.0 ; Ground ; 1 ; No ; Air & Ground ; 300 ; 0 ; Yes ; 0
  | Larva = 5746 ; 16 ; 1027; 2 ; 0 ; 6.0 ; Ground Only ; 1 ; No ; Ground ; 0 ; 0 ; Yes ; 0  
  | Larva = 5746 ; 16 ; 1027; 2 ; 0 ; 6.0 ; Ground Only ; 1 ; No ; Ground ; 0 ; 0 ; Yes ; 0  
  | Spider Mine = 750 ; 21 ; 4500 ; 100 ; 0 ; 9.0 ; Ground Only ; 1 ; No ; Ground ; ; 0 ; Yes ; 0
  | Spider Mine = 750 ; 21 ; 4500 ; N/A ; 0 ; 9.0 ; Ground Only ; 1 ; No ; Ground ; 0 ; 0 ; Yes ; 0
<!-- ----------------------------- end data ----------------------------- -->
<!-- ----------------------------- end data ----------------------------- -->
   }}
   }}
Line 99: Line 99:
     }}<!-- 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 }} }}
     }}{{#vardefine:dps|
     }}
      {{#ifexpr: ({{#var:atk|0}}) < 1 <!-- if melting damage -->
{{#vardefine:dps|  
        | {{#expr: {{#explode: {{#var:atk|-0}} | - | 1 }} * {{#var:units|1}} / {{#var:atkint|1}} round 0 }}
  {{#ifexpr: ({{#var:atk|0}}) < 1 <!-- if melting damage -->
        | {{#expr: abs({{#var:atk|0}}) * {{#var:units|1}} / {{#var:atkint|1}} round 0 }}
| {{#expr: {{#explode: {{#var:atk|-0}} | - | 1 }} * {{#var:units|1}} / {{#var:atkint|1}} round 0 }}  
      }}
| {{#ifeq: {{#expr: abs({{#var:atk|0}}) * {{#var:units|1}} / {{#var:atkint|1}} round 0 }}  
    }}<!-- more variables
  | 4500
  | N/A
  | {{#expr: abs({{#var:atk|0}}) * {{#var:units|1}} / {{#var:atkint|1}} round 0 }}
  }}
  }}  
}}<!-- more variables
     -->{{#vardefine:min_cost | {{#expr: {{#var:cost}} / {{#var:units}} round 1}}
     -->{{#vardefine:min_cost | {{#expr: {{#var:cost}} / {{#var:units}} round 1}}
     }}{{#vardefine:max_cost | {{#expr: ({{#var:cost}} + {{#var:unlockcost}}) / {{#var:units}} round 1}}  
     }}{{#vardefine:max_cost | {{#expr: ({{#var:cost}} + {{#var:unlockcost}}) / {{#var:units}} round 1}}  
    }}{{#vardefine:min_hp_val | {{#expr: ({{#var:hp}} * {{#var:units}}) / ({{#var:cost}} + {{#var:unlockcost}}) round 1}}  
}}
    }}{{#vardefine:max_hp_val | {{#expr: ({{#var:hp}} * {{#var:units}}) / {{#var:cost}} round 1}}  
{{#vardefine:total_cost | {{#expr: {{#var:cost}} + {{#var:unlockcost}} }} }}
    }}{{#vardefine:min_burst_val | {{#expr: {{#var:burst}} / ({{#var:cost}} + {{#var:unlockcost}}) round 1}}  
{{#vardefine:min_hp_val |
    }}{{#vardefine:max_burst_val | {{#expr: {{#var:burst}} / {{#var:cost}} round 1}}  
  {{#ifexpr: {{#var:cost}} > 0 |
    }}{{#vardefine:min_dps_val | {{#expr: {{#var:dps}} / ({{#var:cost}} + {{#var:unlockcost}}) round 1}}  
{{#expr: ({{#var:hp}} * {{#var:units}}) / {{#var:total_cost}} round 1}}  
    }}{{#vardefine:max_dps_val | {{#expr: {{#var:dps}} / {{#var:cost}} round 1}}  
| 0
    }}{{#vardefine:splash_index | {{#expr:  
  }}
}}
 
{{#vardefine:max_hp_val | {{#ifeq: {{#var:cost}} | 0 | 0 | {{#expr: ({{#var:hp}} * {{#var:units}}) / {{#var:cost}} round 1}}}} }}
 
{{#vardefine:min_burst_val | {{#expr: {{#var:burst}} / ({{#var:cost}} + {{#var:unlockcost}}) round 1}}}}
{{#vardefine:max_burst_val | {{#ifeq: {{#var:cost}} | 0 | 0 | {{#expr: {{#var:burst}} / {{#var:cost}} round 1}}}}}}
{{#vardefine:min_dps_val | {{#expr: {{#var:dps}} / ({{#var:cost}} + {{#var:unlockcost}}) round 1}}}}
{{#vardefine:max_dps_val | {{#ifeq: {{#var:cost}} | 0 | 0 | {{#expr: {{#var:dps}} / {{#var:cost}} round 1}}}}}}
{{#vardefine:splash_index | {{#expr:  
         {{#ifeq: {{#var:splash}} | 0 | 1 | {{#var:splash}} }}  
         {{#ifeq: {{#var:splash}} | 0 | 1 | {{#var:splash}} }}  
         {{#if: {{#pos: {{#var:atk}} | * }} | * {{#var:shots}} }}
         {{#if: {{#pos: {{#var:atk}} | * }} | * {{#var:shots}} }}

Latest revision as of 21:16, 18 October 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.


Error: Unit "UnitData" undefined!