Action and attack components show up correctly on character sheet

This commit is contained in:
Thaum Rystra
2020-04-24 15:10:58 +02:00
parent 7bf0e959d7
commit b1328e4cf5
6 changed files with 114 additions and 19 deletions

View File

@@ -11,13 +11,13 @@
@change="(value, ack) => $emit('change', {path: ['stat'], value, ack})"
/>
<text-field
label="Damage"
label="Adjustment"
hint="The amount of damage to apply to the selected stat, can be a calculation or roll"
style="flex-basis: 300px;"
:value="model.damage"
:error-messages="errors.damage"
:value="model.adjustment"
:error-messages="errors.adjustment"
:debounce-time="debounceTime"
@change="(value, ack) => $emit('change', {path: ['damage'], value, ack})"
@change="(value, ack) => $emit('change', {path: ['adjustment'], value, ack})"
/>
</div>
<smart-select