add stats mod. to the new ui "traits" to handle temporary buff and debuff (poison, sickness...)

This commit is contained in:
Kaias26
2018-12-09 15:15:39 +01:00
parent 6035c3b6a8
commit ea5bda1bcb
+45 -2
View File
@@ -2224,7 +2224,8 @@
<div class="sheet-tableth">
<div class="sheet-col" style="width: 146px;">Provenance</div>
<div class="sheet-col" style="width: 146px;">Nom</div>
<div class="sheet-col" style="width: 496px;">Effets</div>
<div class="sheet-col" style="width: 446px;">Effets</div>
<div class="sheet-col" style="width: 46px;">Actif ?</div>
</div>
<fieldset class="repeating_conditions">
<div class="sheet-group">
@@ -2235,10 +2236,52 @@
<div class="sheet-col" style="width: 150px;">
<input type="text" class="sheet-noBorder" name="attr_condition_nom" value="" />
</div>
<div class="sheet-col" style="width: 500px;">
<div class="sheet-col" style="width: 450px;">
<input type="text" class="sheet-noBorder" name="attr_condition_effet" value="" />
</div>
<div class="sheet-col" style="width: 50px;text-align:center">
<input type="checkbox" name="attr_condition_actif" value="1" />
</div>
</div>
<input type="checkbox" name="attr_condition_config" class="sheet-config-flag" value="1" /><span class="sheet-cog">y</span>
<div class="sheet-config">
<div class="sheet-row">
<table style="width: 100%">
<thead>
<tr>
<th>COU</th>
<th>INT</th>
<th>CHA</th>
<th>AD</th>
<th>FO</th>
<th>AT</th>
<th>PRD</th>
<th>JET</th>
<th>ESQ</th>
<th>MPhy</th>
<th>MPsy</th>
<th>RM</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="number" name="attr_temp_courage" value="0"></td>
<td><input type="number" name="attr_temp_intelligence" value="0"></td>
<td><input type="number" name="attr_temp_charisme" value="0"></td>
<td><input type="number" name="attr_temp_adresse" value="0"></td>
<td><input type="number" name="attr_temp_force" value="0"></td>
<td><input type="number" name="attr_temp_attaque" value="0"></td>
<td><input type="number" name="attr_temp_parade" value="0"></td>
<td><input type="number" name="attr_temp_jet" value="0"></td>
<td><input type="number" name="attr_temp_esquive" value="0"></td>
<td><input type="number" name="attr_temp_magiePhy" value="0"></td>
<td><input type="number" name="attr_temp_magiePsy" value="0"></td>
<td><input type="number" name="attr_temp_resiMagie" value="0"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</fieldset>
</div>