Item sheets, WIP

This commit is contained in:
2022-11-03 21:18:51 +01:00
parent c64754a586
commit 08510a99a4
4 changed files with 25 additions and 9 deletions

View File

@ -30,7 +30,11 @@
<li class="flexrow">
<label class="item-field-label-long">Level</label>
<input type="text" class="item-field-label-short" name="system.value" value="{{system.value}}" data-dtype="Number"/>
<select class="item-field-label-long" type="text" name="system.level" value="{{system.level}}" data-dtype="String">
{{#select system.level}}
{{> systems/fvtt-avd12/templates/items/partial-options-spell-levels.hbs}}
{{/select}}
</select>
</li>
</ul>