Template:Model-stats: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 55: | Line 55: | ||
<tr style="{{{thresh|display: none;}}}"> | <tr style="{{{thresh|display: none;}}}"> | ||
<td style="padding: 2px; padding-right: 10px; font-weight: bold; border: 1px solid grey;">THRESHHOLD</td> | <td style="padding: 2px; padding-right: 10px; font-weight: bold; border: 1px solid grey;">THRESHHOLD</td> | ||
<td style="padding: 2px; padding-right: 10px; border: 1px solid grey;">{{{ | <td style="padding: 2px; padding-right: 10px; border: 1px solid grey;">{{{thr}}}</td> | ||
</tr> | </tr> | ||
<tr style="{{{ess|display: none;}}}"> | <tr style="{{{ess|display: none;}}}"> | ||
Line 65: | Line 65: | ||
<td style="padding: 2px; padding-right: 10px; border: 1px solid grey;">{{{ess}}}</td> | <td style="padding: 2px; padding-right: 10px; border: 1px solid grey;">{{{ess}}}</td> | ||
</tr> | </tr> | ||
<tr style="{{{cost|display: none;}}}"> | |||
<td style="padding: 2px; padding-right: 10px; font-weight: bold; ">FA</td> | |||
<td style="padding: 2px; padding-right: 10px; ">{{{fa}}}</td> | |||
</tr> | |||
<tr style="{{{cost|display: none;}}}"> | <tr style="{{{cost|display: none;}}}"> | ||
<td style="padding: 2px; padding-right: 10px; font-weight: bold; ">Cost per model</td> | <td style="padding: 2px; padding-right: 10px; font-weight: bold; ">Cost per model</td> |
Revision as of 06:52, 27 January 2024
Stat block for models. Shamelessly borrowed from LOS Warmachine University.
USAGE
Just paste what's below. Delete the pipes you're not using.
{{Model-stats | name = | base = | spd = | aat = | mat = | rat = | def = | arm = | arc = | ctrl = | fury = | thresh = | ess = | cost = }}
EXAMPLE
Here's an example
|
{{Model-stats | name = Bob the great | base = 30mm | spd = 5 | aat = 6 | mat = 7 | rat = 8 | def = 12 | arm = 14 | arc = 9 | ctrl = 16 | cost = 2 }} |