#53 : Gestion des détériorations et du recul

This commit is contained in:
2020-12-05 22:21:13 +01:00
parent be73c51b97
commit 3d6d00e96f
4 changed files with 68 additions and 6 deletions

View File

@ -36,6 +36,10 @@
<label for="xp">Coups Non Mortels ? </label>
<input class="attribute-value" type="checkbox" id="coupsNonMortels" name="coupsNonMortels" {{#if coupsNonMortels}}checked{{/if}}/>
</div>
<div>
<label>Est une charge ?</label>
<input class="attribute-value" type="checkbox" id="isCharge" name="isCharge" {{#if isCharge}}checked{{/if}}/>
</div>
{{/if}}
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-natation.html"}}