This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<input type="number" name="system.quantite" value="{{system.quantite}}">
|
||||
</label>
|
||||
<label>
|
||||
<span>Delta</span>
|
||||
<span>De d'usure</span>
|
||||
<select name="system.delta">{{selectOptions config.usageDieOptions selected=system.delta localize=false}}</select>
|
||||
</label>
|
||||
<label class="span-two">
|
||||
@@ -73,6 +73,21 @@
|
||||
</label>
|
||||
{{/if}}
|
||||
|
||||
{{#if isTraining}}
|
||||
<label>
|
||||
<span>De d'usure courant</span>
|
||||
<select name="system.delta">{{selectOptions config.usageDieOptions selected=system.delta localize=false blank="Epuise"}}</select>
|
||||
</label>
|
||||
<label>
|
||||
<span>De d'usure max</span>
|
||||
<select name="system.deltaMax">{{selectOptions config.usageDieOptions selected=system.deltaMax localize=false}}</select>
|
||||
</label>
|
||||
<label class="span-two">
|
||||
<span>Effet</span>
|
||||
<input type="text" name="system.effet" value="{{system.effet}}">
|
||||
</label>
|
||||
{{/if}}
|
||||
|
||||
{{#if isSpell}}
|
||||
<label>
|
||||
<span>Caracteristique</span>
|
||||
@@ -144,6 +159,9 @@
|
||||
<footer class="sheet-footer">
|
||||
<button type="button" data-action="postItem" aria-label="Poster dans le chat"><i class="fa-solid fa-message"></i> Poster dans le chat</button>
|
||||
<button type="button" data-action="rollItem" aria-label="Utiliser ou lancer l'objet"><i class="fa-solid fa-dice-d20"></i> Utiliser / lancer</button>
|
||||
{{#if canResetUsage}}
|
||||
<button type="button" data-action="resetUsageItem" aria-label="Reinitialiser l'usage"><i class="fa-solid fa-arrow-rotate-left"></i> Reinitialiser</button>
|
||||
{{/if}}
|
||||
{{#if canRollDamage}}
|
||||
<button type="button" data-action="rollDamageItem" aria-label="Lancer les degats"><i class="fa-solid fa-burst"></i> Lancer les degats</button>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user