forked from public/foundryvtt-reve-de-dragon
#44 - Gestion sur encombrement corrigée
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-natation.html"}}
|
||||
<div class="form-group">
|
||||
<label for="categorie">Etat général</label><label>{{numberFormat etat decimals=0 sign=true}}</label>
|
||||
</div>
|
||||
|
6
templates/dialog-roll-natation.html
Normal file
6
templates/dialog-roll-natation.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{#if isNatation}}
|
||||
<div class="form-group">
|
||||
<label for="xp">Appliquer l'encombrement comme malus à la Natation (-{{encValueForNatation}} ) ? </label>
|
||||
<input class="attribute-value" type="checkbox" id="useEncForNatation" name="useEncForNatation" {{#if useEncForNatation}}checked{{/if}}/>
|
||||
</div>
|
||||
{{/if}}
|
Reference in New Issue
Block a user