mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 09:02:32 +00:00
process Item Type
This commit is contained in:
@@ -30,10 +30,10 @@
|
||||
<div class="small-label">{{'NAME' | translate}}</div>
|
||||
</div>
|
||||
<div class="col-17 center pad-l-sm pad-r-sm">
|
||||
<select name="attr_type">
|
||||
<option value="melee">Melee</option>
|
||||
<option value="ranged">Ranged</option>
|
||||
<option value="other">Other</option>
|
||||
<select name="attr_type" accept="Item Type">
|
||||
<option value="Melee Weapon">Melee</option>
|
||||
<option value="Ranged Weapon">Ranged</option>
|
||||
<option value="Other">Other</option>
|
||||
</select>
|
||||
|
||||
<div class="small-label">{{'TYPE' | translate}}</div>
|
||||
|
||||
Reference in New Issue
Block a user