Initial import
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<div class="prismrpg-roll-progression-dice-dialog">
|
||||
|
||||
<fieldSet class="">
|
||||
<legend>{{localize "PRISMRPG.Label.progressionDice"}}</legend>
|
||||
|
||||
<select name="progressionDiceId" data-tooltip-direction="UP">
|
||||
{{selectOptions weaponsChoices selected=progressionDiceId valueAttr="id" labelAttr="name"}}
|
||||
</select>
|
||||
|
||||
<label>{{localize "PRISMRPG.Label.rollProgressionCount"}} : {{rollProgressionCount}}</label>
|
||||
</fieldSet>
|
||||
|
||||
<fieldSet>
|
||||
<legend>{{localize "PRISMRPG.Roll.visibility"}}</legend>
|
||||
<select name="visibility">
|
||||
{{selectOptions rollModes selected=visibility localize=true}}
|
||||
</select>
|
||||
</fieldSet>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user