#38 - Gestion des armes 1/2mains

This commit is contained in:
2020-11-23 20:40:56 +01:00
parent 73441000a2
commit 1c2a60017d
7 changed files with 53 additions and 18 deletions

View File

@ -32,7 +32,7 @@
{{#if arme}}
<div>
<label>Arme : {{arme.name}}</label>
<label>Degats : {{arme.data.dommages}}</label>
<label>Degats : {{arme.data.dommagesReels}}</label>
<label for="xp">Coups Non Mortels ? </label>
<input class="attribute-value" type="checkbox" id="coupsNonMortels" name="coupsNonMortels" {{#if coupsNonMortels}}checked{{/if}}/>
</div>