Files
fvtt-donjon-et-cie/templates/dialogs/damage-roll.hbs
LeRatierBretonnier 1d6e6dd44e
Some checks failed
Release Creation / build (release) Failing after 54s
Corrections sur les clés de label manquantes
2026-04-16 21:53:26 +02:00

13 lines
545 B
Handlebars

<div class="dnc-dialog-form">
<p><strong>{{item.name}}</strong> inflige <strong>{{item.system.degats}}</strong>.</p>
<p>{{localize "DNC.Dialog.ActorDamageBonus"}} : <strong>{{actorBonus}}</strong></p>
<label>
<span>{{localize "DNC.UI.Mode"}}</span>
<select name="mode">
<option value="normal">{{localize "DNC.UI.ModeNormal"}}</option>
<option value="avantage">{{localize "DNC.UI.ModeAdvantage"}}</option>
<option value="desavantage">{{localize "DNC.UI.ModeDisadvantage"}}</option>
</select>
</label>
</div>