Files
foundryvtt-reve-de-dragon/templates/partial-roll-enctotal.hbs
T
2025-01-27 22:13:33 +01:00

7 lines
221 B
Handlebars

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