forked from public/foundryvtt-reve-de-dragon
Appliquer encTotal à l'acrobatie #75
This commit is contained in:
6
templates/dialog-roll-enctotal.html
Normal file
6
templates/dialog-roll-enctotal.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{#if isMalusEncombrementTotal}}
|
||||
<div class="form-group">
|
||||
<label for="xp">Appliquer l'encombrement total comme malus (-{{encTotal}} ) ? </label>
|
||||
<input class="attribute-value" type="checkbox" id="useMalusEncTotal" name="useMalusEncTotal" {{#if useMalusEncTotal}}checked{{/if}}/>
|
||||
</div>
|
||||
{{/if}}
|
Reference in New Issue
Block a user