This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
foundryvtt-reve-de-dragon/templates/partial-roll-enctotal.hbs

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>