Module stuff and fixes on other items

This commit is contained in:
2022-11-09 20:09:50 +01:00
parent 66ed4c12cc
commit 1ec8ee6451
17 changed files with 408 additions and 17 deletions

View File

@@ -91,6 +91,33 @@
{{/each}}
</li>
<li class='flexrow'>
<h3 class='item-field-label-long'>
Focus
</h3>
<input type="checkbox" class="item-field-label-short" name="system.focus.isfocus" {{checked system.focus.isfocus}} />
</li>
{{#if system.focus.isfocus}}
<li class='flexrow'>
<select class="item-field-label-long" type="text" name="system.focus.core" value="{{system.focus.core}}" data-dtype="String">
{{#select system.focus.core}}
{{> systems/fvtt-avd12/templates/items/partial-options-focus-core.hbs}}
{{/select}}
</select>
<select class="item-field-label-long" type="text" name="system.focus.treatment" value="{{system.focus.treatment}}" data-dtype="String">
{{#select system.focus.treatment}}
{{> systems/fvtt-avd12/templates/items/partial-options-focus-treatment.hbs}}
{{/select}}
</select>
<select class="item-field-label-long" type="text" name="system.focus.bond" value="{{system.focus.bond}}" data-dtype="String">
{{#select system.focus.bond}}
{{> systems/fvtt-avd12/templates/items/partial-options-focus-bond.hbs}}
{{/select}}
</select>
</li>
{{/if}}
<li class='flexrow'>
<h3 class='item-field-label-long'>
Various