#68 : Process stat effects automatically

This commit is contained in:
2022-09-28 16:27:16 +02:00
parent e3674f076c
commit 7977233d93
4 changed files with 48 additions and 3 deletions

View File

@ -7,7 +7,7 @@
</span>
<select class="status-small-label color-class-common" type="text" name="system.statistics.{{key}}.value" value="{{stat.value}}"
data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}}>
{{#select stat.value}}
{{#select (add stat.value stat.bonuseffect)}}
{{{@root.optionsDiceList}}}
{{/select}}
</select>