Initial release for FoundryVTT
This commit is contained in:
12
templates/dialogs/initiative-roll.hbs
Normal file
12
templates/dialogs/initiative-roll.hbs
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="dnc-dialog-form">
|
||||
<p><strong>{{actorName}}</strong> lance l'initiative.</p>
|
||||
<p>DEX actuelle : <strong>{{dex}}</strong>, bonus de fiche : <strong>{{initiativeBonus}}</strong></p>
|
||||
<label>
|
||||
<span>Mode</span>
|
||||
<select name="mode">
|
||||
<option value="normal">Normal</option>
|
||||
<option value="avantage">Avantage</option>
|
||||
<option value="desavantage">Desavantage</option>
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
Reference in New Issue
Block a user