#19 : Gestion des entités dans les combats

This commit is contained in:
2020-11-15 11:15:36 +01:00
parent f73f00fd4e
commit 5ee0daccc7
6 changed files with 50 additions and 32 deletions

View File

@ -19,7 +19,7 @@
{{/each}}
{{/select}}
</select>
<label for="categorie">conditions</label>
<label for="categorie">&nbsp;&nbsp;Conditions</label>
<select name="diffConditions" id="diffConditions" data-dtype="number">
{{#select diffConditions}}
{{#each ajustementsConditions as |key|}}
@ -33,6 +33,8 @@
<div>
<label>Arme : {{arme.name}}</label>
<label>Degats : {{arme.data.dommages}}</label>
<label for="xp">Coups Non Mortels ? </label>
<input class="attribute-value" type="checkbox" id="coupsNonMortels" name="coupsNonMortels" {{#if coupsNonMortels}}checked{{/if}}/>
</div>
{{/if}}
<div class="form-group">