Update Burning Wheel.html

This commit is contained in:
SteveKoontz
2015-07-06 16:51:46 -07:00
parent f2c06040e1
commit d71c79c496
+8 -5
View File
@@ -686,13 +686,16 @@
<tr>
<td>Wound</td><td>Penalty</td><td>Obstacle Penalties</td><td>Wound Dice</td><td>Injury Recovery</td><td>Injury Recovery</td><td>Injury Recovery</td>
</tr>
<tr>
<td>Bruised</td><td> - </td>
<td rowspan="7" class="woundpenalty"><input type="number" class="woundpenalty" disabled="disabled" name="attr_obstaclepenalties" value="ceil(@{woundpenalty_total}-floor(@{woundpenalty_total}))"></td>
<td rowspan="7" class="woundpenalty"><input type="number" class="woundpenalty" disabled="disabled" name="attr_wounddice" value="floor(@{woundpenalty_total})"></td>
<td rowspan="7"><textarea class="health" name="attr_injuryrecovery1"></textarea></td>
<td rowspan="7"><textarea class="health" name="attr_injuryrecovery2"></textarea></td>
<td rowspan="7"><textarea class="health" name="attr_injuryrecovery3"></textarea></td>
</tr>
<tr>
<td>Superficial</td><td>+1 Ob/2, -1d/3*</td>
<td rowspan="6" class="woundpenalty"><input type="number" class="woundpenalty" disabled="disabled" name="attr_obstaclepenalties" value="ceil(@{woundpenalty_total}-floor(@{woundpenalty_total}))"></td>
<td rowspan="6" class="woundpenalty"><input type="number" class="woundpenalty" disabled="disabled" name="attr_wounddice" value="floor(@{woundpenalty_total})"></td>
<td rowspan="6"><textarea class="health" name="attr_injuryrecovery1"></textarea></td>
<td rowspan="6"><textarea class="health" name="attr_injuryrecovery2"></textarea></td>
<td rowspan="6"><textarea class="health" name="attr_injuryrecovery3"></textarea></td>
</tr>
<tr>
<td>Light</td><td>-1D</td>