foundryvtt-reve-de-dragon/templates/dialog-roll-enctotal.html
Vincent Vandemeulebrouck 0e9bc372bf Rework dialog-competence
2021-04-20 00:53:34 +02:00

9 lines
288 B
HTML

{{#if ajustements.encTotal.visible}}
<div class="flexrow">
<label>
<input class="attribute-value checkbox-by-name" type="checkbox" name="useMalusEncTotal" {{#if useMalusEncTotal}}checked{{/if}}/>
Appliquer l'encombrement comme malus ({{encTotal}}) ?
</label>
</div>
{{/if}}