System development, WIP
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<section class="mgne-roll-dialog">
|
||||
<p><strong>{{label}}</strong></p>
|
||||
<p>{{abilityLabel}} {{localize "MGNE.RollDialog.VsDR"}} {{baseDR}}</p>
|
||||
<div class="grid two">
|
||||
<div>
|
||||
<label>{{localize "MGNE.RollDialog.DR"}}</label>
|
||||
<select name="dr">
|
||||
{{#each drOptions}}
|
||||
<option value="{{value}}" {{#if (isEqual ../baseDR value)}}selected{{/if}}>{{label}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<label>{{localize "MGNE.RollDialog.Modifier"}}</label>
|
||||
<select name="modifier">
|
||||
{{#each modifierOptions}}
|
||||
<option value="{{value}}" {{#if (isEqual value 0)}}selected{{/if}}>{{label}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
{{#if omens}}
|
||||
<label class="checkbox-line"><input type="checkbox" name="spendOmen" /> {{localize "MGNE.RollDialog.SpendOmen"}}</label>
|
||||
{{/if}}
|
||||
</section>
|
||||
Reference in New Issue
Block a user