Generic roll and update items
This commit is contained in:
@ -13,8 +13,10 @@
|
||||
<ul>
|
||||
<li class="flexrow"><label class="generic-label">Defense Type</label>
|
||||
<select class="competence-base flexrow" type="text" name="data.deftype" value="{{data.deftype}}" data-dtype="String">
|
||||
{{#select data.deftype}}
|
||||
<option value="dodge">Dodge</option>
|
||||
<option value="block">Block</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow"><label class="generic-label">Dice Level</label>
|
||||
|
Reference in New Issue
Block a user