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>

View File

@ -1,5 +1,7 @@
<option value="might">Might</option>
<option value="agility">Agility</option>
<option value="willpower">Willpower</option>
<option value="knowledge">Knowledge</option>
<option value="social">Social</option>
<option value="projectile">Projectile</option>
<option value="line">Line</option>
<option value="ray">Ray</option>
<option value="area">Area</option>
<option value="sonic">Sonic</option>
<option value="vision">Vision</option>
<option value="touchmelee">Touch/Melee Attack</option>