Difference between revisions of "Template:MTW Artillery Projectile Stats"
From Totalwar.org
(attempts to use expr) |
(fixed conversion for reload time) |
||
Line 5: | Line 5: | ||
|Ammo || [[MTW_Projectile_Stats#Range|Range(meters)]] || [[MTW_Projectile_Stats#Accuracy|Accuracy]] || [[MTW_Projectile_Stats#Lethality|Lethality]] || [[MTW_Projectile_Stats#Power|Power]] || [[MTW_Projectile_Stats#ArmourMod|Armour Modifier]] || [[MTW_Projectile_Stats#ArtilleryReload|Reload Time(sec)]] || [[MTW_Projectile_Stats#minCrew|Minimum Crew]] || [[MTW_Projectile_Stats#TurnSpeed|Turnable]] || [[MTW_Projectile_Stats#FieldOfFire|Firing Arc(deg)]] || [[MTW_Projectile_Stats#BlastRadius|Blast Radius(meters)]] | |Ammo || [[MTW_Projectile_Stats#Range|Range(meters)]] || [[MTW_Projectile_Stats#Accuracy|Accuracy]] || [[MTW_Projectile_Stats#Lethality|Lethality]] || [[MTW_Projectile_Stats#Power|Power]] || [[MTW_Projectile_Stats#ArmourMod|Armour Modifier]] || [[MTW_Projectile_Stats#ArtilleryReload|Reload Time(sec)]] || [[MTW_Projectile_Stats#minCrew|Minimum Crew]] || [[MTW_Projectile_Stats#TurnSpeed|Turnable]] || [[MTW_Projectile_Stats#FieldOfFire|Firing Arc(deg)]] || [[MTW_Projectile_Stats#BlastRadius|Blast Radius(meters)]] | ||
|- | |- | ||
− | |{{{ammo|<noinclude>ammo</noinclude>}}} || {{#expr:{{{range}}}*0.02}} || {{{accuracy|<noinclude>accuracy</noinclude>}}} || {{{lethality|10}}} || {{{power|<noinclude>power</noinclude>}}} || {{{armormod|0}}} || {{#expr:{{{reload}}}/ | + | |{{{ammo|<noinclude>ammo</noinclude>}}} || {{#expr:{{{range}}}*0.02}} || {{{accuracy|<noinclude>accuracy</noinclude>}}} || {{{lethality|10}}} || {{{power|<noinclude>power</noinclude>}}} || {{{armormod|0}}} || {{#expr:{{{reload}}}/14}} || {{{mincrew|<noinclude>mincrew</noinclude>}}} || {{{turn|<noinclude>yes/no</noinclude>}}} || {{{firearc|<noinclude>firearc</noinclude>}}} || {{#expr:{{{blast}}}*0.02}} |
|}<noinclude> | |}<noinclude> | ||
to use this template use: <br> | to use this template use: <br> |
Revision as of 22:13, 10 April 2008
Missile Statistics - Artillery Type: name | ||||||||||||||
Ammo | Range(meters) | Accuracy | Lethality | Power | Armour Modifier | Reload Time(sec) | Minimum Crew | Turnable | Firing Arc(deg) | Blast Radius(meters) | ||||
ammo | Expression error: Unrecognized punctuation character "{". | accuracy | 10 | power | 0 | Expression error: Unrecognized punctuation character "{". | mincrew | yes/no | firearc | Expression error: Unrecognized punctuation character "{". |
to use this template use:
{{MTW_Artillery_Projectile_Stats
|name=
|ammo=
|range=
|accuracy=
|lethality=
|power=
|armormod=
|reload=
|mincrew=
|turn=
|firearc=
|blast= }}
This template is to be placed in the individual unit pages of artillery units.
TBD
Need to determine best statistics to show. ArmourMod for all artillery is 0, Lethality is always 10. Add indirect fire, flaming projectiles, minimum range, bounce, safe shots, effects against ground/trees/stone/wood/men?
Need to find a better color scheme.