|
|
(27 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | <table class="wikitable">
| + | {{ {{{1|}}} | {{{2|}}} }} |
− | <tr>
| |
− | <th col colspan="4">{{{name|Condition Monitor}}}</th>
| |
− | </tr>
| |
− | | |
− | {{#ifexpr: {{{max|0}}} >= 1 |
| |
− | <tr>
| |
− | <td {{#ifexpr: {{{max|0}}} < 1 | style="background-color: #c0c0c0;" }} >{{DamageBox| 1 |{{{d|0}}} | {{{f|0}}} | {{{r|0}}} }}</td>
| |
− | <td {{#ifexpr: {{{max|0}}} < 2 | style="background-color: #c0c0c0;" }} >{{DamageBox| 2 |{{{d|0}}} | {{{f|0}}} | {{{r|0}}} }}</td>
| |
− | <td {{#ifexpr: {{{max|0}}} < 3 | style="background-color: #c0c0c0;" }} >{{DamageBox| 3 |{{{d|0}}} | {{{f|0}}} | {{{r|0}}} }}</td>
| |
− | <td style="text-align: center; {{#ifexpr: {{{d|0}}} + {{{f|0}}} + {{{r|0}}} < 3 | color: lightgray; | font-weight: bold; background: red; }}">-1</td>
| |
− | </tr>
| |
− | }}
| |
− | </table>
| |