Initial import

This commit is contained in:
2021-12-05 20:36:34 +01:00
parent 742f96fcbe
commit 9e6cf0bf3b
34 changed files with 194 additions and 96 deletions

View File

@@ -25,6 +25,13 @@
{{/select}}
</select>
</li>
<li class="flexrow"><label class="generic-label">Range</label>
<select class="competence-base flexrow" type="text" name="data.range" value="{{data.range}}" data-dtype="String">
{{#select data.range}}
{{> systems/fvtt-pegasus-rpg/templates/partial-options-range.html notapplicable=true}}
{{/select}}
</select>
</li>
<li class="flexrow"><label class="generic-label">Equipped ?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="data.equipped" {{checked data.equipped}}/></label>