Appliquer encTotal à l'acrobatie #75

This commit is contained in:
2020-12-20 21:54:09 +01:00
parent 8091b5a2e1
commit fe4fd0ce93
13 changed files with 40 additions and 34 deletions

View 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}}