mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
Update RD100sheet.html
Added value="0" to a few derived attributes so does the CS does the calculations automatically (before, the player had to input the 0 manually)
This commit is contained in:
@@ -77,13 +77,13 @@
|
||||
<tr>
|
||||
<th>Melee SR</th>
|
||||
<th><input type="number" name="attr_sr" class="sheet-formattmod" value="round((@{str}+@{strbon}+@{dex}+@{dexbon})/2)" disabled="true"></th>
|
||||
<th><input type="number" name="attr_srmod" class="sheet-formattmod">
|
||||
<th><input type="number" name="attr_srmod" class="sheet-formattmod" value="0">
|
||||
<th><input type="number" name="attr_srtemp" class="sheet-formattmod"></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Exertion Points</th>
|
||||
<th><input type="number" name="attr_ep" class="sheet-formatt" value="@{con}+@{wil}" disabled="true"></th>
|
||||
<th><input type="number" name="attr_epmod" class="sheet-formattmod"></th>
|
||||
<th><input type="number" name="attr_epmod" class="sheet-formattmod" value="0"></th>
|
||||
<th><input type="number" name="attr_eptemp" class="sheet-formattmod"></th>
|
||||
|
||||
</tr>
|
||||
@@ -95,13 +95,13 @@
|
||||
<tr>
|
||||
<th>Move</th>
|
||||
<th><input type="number" name="attr_mov" class="sheet-formatt"></th>
|
||||
<th><input type="number" name="attr_movmod" class="sheet-formatt"></th>
|
||||
<th><input type="number" name="attr_movmod" class="sheet-formatt" value="0"></th>
|
||||
<th><input type="number" name="attr_movtemp" class="sheet-formatt" value="@{mov}+@{movmod}" disabled="true"></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Toughness</th>
|
||||
<th><input type="number" name="attr_tough" class="sheet-formatt" value="round(((@{str}+@{strbon})/5)-2)+round(((@{con}+@{conbon})/5)-2)+(@{size}*2)" disabled="true"></th>
|
||||
<th><input type="number" name="attr_toughmod" class="sheet-formattmod"></th>
|
||||
<th><input type="number" name="attr_toughmod" class="sheet-formattmod" value="0"></th>
|
||||
<th><input type="number" name="attr_toughtemp" class="sheet-formatt" value="round(((@{str}+@{strbon})/5)-2)+round(((@{con}+@{conbon})/5)-2)+(@{size}*2)+@{toughmod}" disabled="true"></th>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -446,4 +446,4 @@ Toughness
|
||||
</div>
|
||||
<div style="background-color:black;color:white;text-align:center;">Notes</div>
|
||||
<label><textarea name="attr_notes"></textarea></label>
|
||||
<div><p>Revolution D100 logo Copyright © Alephtar Games 2016, graphic elaboration by Daniel Comerci and Mirko Pellicioni.<p>
|
||||
<div><p>Revolution D100 logo Copyright © Alephtar Games 2016, graphic elaboration by Daniel Comerci and Mirko Pellicioni.<p>
|
||||
|
||||
Reference in New Issue
Block a user