Class levels can now have conditions

This commit is contained in:
Stefan Zermatten
2020-10-15 15:57:19 +02:00
parent 839f91c3b2
commit 1ba4f76763
3 changed files with 25 additions and 11 deletions

View File

@@ -27,6 +27,14 @@
@change="change('variableName', ...arguments)"
/>
</div>
<text-field
label="Condition"
hint="A caclulation to determine if this can be added to the character"
placeholder="Always active"
:value="model.slotFillerCondition"
:error-messages="errors.slotFillerCondition"
@change="change('slotFillerCondition', ...arguments)"
/>
</div>
</template>