Template:Stat Progression (LW2): Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| Line 105: | Line 105: | ||
| {{{ i_hacking7 | 0 }}}{{ #ifeq: {{{ type | soldier }}} | psi | {{{!!}}} {{{ i_psiOffense7 | 0 }}} |}} | | {{{ i_hacking7 | 0 }}}{{ #ifeq: {{{ type | soldier }}} | psi | {{{!!}}} {{{ i_psiOffense7 | 0 }}} |}} | ||
|- | |- | ||
| style="border: | | style="border-color:#7dc2d2; border-width: 2px 2px 0 0; color: #7dc2d2; background-color: #17181a; font-weight:bold;" | Total | ||
| {{ #expr: {{{ i_health0 | 0 }}} + {{{ i_health1 | 0 }}} + {{{ i_health2 | 0 }}} + {{{ i_health3 | 0 }}} + {{{ i_health4 | 0 }}} + {{{ i_health5 | 0 }}} + {{{ i_health6 | 0 }}} + {{{ i_health7 | 0 }}} }} | | {{ #expr: {{{ i_health0 | 0 }}} + {{{ i_health1 | 0 }}} + {{{ i_health2 | 0 }}} + {{{ i_health3 | 0 }}} + {{{ i_health4 | 0 }}} + {{{ i_health5 | 0 }}} + {{{ i_health6 | 0 }}} + {{{ i_health7 | 0 }}} }} | ||
| {{ #expr: {{{ i_offense0 | 0 }}} + {{{ i_offense1 | 0 }}} + {{{ i_offense2 | 0 }}} + {{{ i_offense3 | 0 }}} + {{{ i_offense4 | 0 }}} + {{{ i_offense5 | 0 }}} + {{{ i_offense6 | 0 }}} + {{{ i_offense7 | 0 }}} }} | | {{ #expr: {{{ i_offense0 | 0 }}} + {{{ i_offense1 | 0 }}} + {{{ i_offense2 | 0 }}} + {{{ i_offense3 | 0 }}} + {{{ i_offense4 | 0 }}} + {{{ i_offense5 | 0 }}} + {{{ i_offense6 | 0 }}} + {{{ i_offense7 | 0 }}} }} | ||
Revision as of 08:54, 1 February 2017
| Rank | Health | Offense | Will | Mobility | Dodge | Hacking |
Squaddie |
0 | 0 | 0 | 0 | 0 | 0 |
Lance Corporal |
0 | 0 | 0 | 0 | 0 | 0 |
Corporal |
0 | 0 | 0 | 0 | 0 | 0 |
Sergeant |
0 | 0 | 0 | 0 | 0 | 0 |
Staff Sergeant |
0 | 0 | 0 | 0 | 0 | 0 |
Tech Sergeant |
0 | 0 | 0 | 0 | 0 | 0 |
Gunnery Sergeant |
0 | 0 | 0 | 0 | 0 | 0 |
Master Sergeant |
0 | 0 | 0 | 0 | 0 | 0 |
| Total | 0 | 0 | 0 | 0 | 0 | 0 |
==Summary==
This template is used for stat progression tables for Soldiers in Long War 2. It automatically calculates total progression based on the values its given.
Skeleton
{{Stat Progression (LW2)
| i_health0 =
| i_offense0 =
| i_will0 =
| i_mobility0 =
| i_dodge0 =
| i_hacking0 =
| i_health1 =
| i_offense1 =
| i_will1 =
| i_mobility1 =
| i_dodge1 =
| i_hacking1 =
| i_health2 =
| i_offense2 =
| i_will2 =
| i_mobility2 =
| i_dodge2 =
| i_hacking2 =
| i_health3 =
| i_offense3 =
| i_will3 =
| i_mobility3 =
| i_dodge3 =
| i_hacking3 =
| i_health4 =
| i_offense4 =
| i_will4 =
| i_mobility4 =
| i_dodge4 =
| i_hacking4 =
| i_health5 =
| i_offense5 =
| i_will5 =
| i_mobility5 =
| i_dodge5 =
| i_hacking5 =
| i_health6 =
| i_offense6 =
| i_will6 =
| i_mobility6 =
| i_dodge6 =
| i_hacking6 =
| i_health7 =
| i_offense7 =
| i_will7 =
| i_mobility7 =
| i_dodge7 =
| i_hacking7 =
}}
Parameters
i_health0-7 : Health progression at rank. Defaults to 0.
i_offense0-7 : Offense progression at rank. Defaults to 0.
i_will0-7 : Will progression at rank. Defaults to 0.
i_mobility0-7 : Mobility progression at rank. Defaults to 0.
i_dodge0-7 : Dodge progression at rank. Defaults to 0.
i_hacking0-7 : Hacking progression at rank. Defaults to 0.Documentation transcluded from Template:Stat Progression (LW2)/doc.