Fix #169 Add new ability stuff

This commit is contained in:
2022-11-29 21:21:03 +01:00
parent 8b0685e35d
commit b5755db5ca
9 changed files with 80 additions and 38 deletions

View File

@ -29,7 +29,14 @@
<li class="flexrow"><label class="generic-label">Affected status</label>
<select class="competence-base flexrow" type="text" name="system.statusaffected" value="{{data.statusaffected}}" data-dtype="String">
{{#select data.statusaffected}}
{{{optionsStatusList}}}
<option value="notapplicable">Not Applicable</option>
<option value="health">Health</option>
<option value="delirium">Delirium</option>
<option value="socialhealth">Social Health</option>
<option value="stealthhealth">Stealth Health</option>
<option value="nrg">NRG</option>
<option value="mt">MT</option>
<option value="kbv">KBV</option>
{{/select}}
</select>
</li>