From 3be45b28c33efb4ffae09f6dd0e8f26c296fc6a9 Mon Sep 17 00:00:00 2001
From: Thaum Rystra <9525416+ThaumRystra@users.noreply.github.com>
Date: Tue, 19 Sep 2023 12:56:33 +0200
Subject: [PATCH] Made damage save form a bit more intuitive
---
.../client/ui/properties/forms/DamageForm.vue | 57 +++++++++----------
1 file changed, 28 insertions(+), 29 deletions(-)
diff --git a/app/imports/client/ui/properties/forms/DamageForm.vue b/app/imports/client/ui/properties/forms/DamageForm.vue
index 8c5204c0..067dd22c 100644
--- a/app/imports/client/ui/properties/forms/DamageForm.vue
+++ b/app/imports/client/ui/properties/forms/DamageForm.vue
@@ -31,9 +31,22 @@
@change="change('damageType', ...arguments)"
/>
+
+
+
$emit('change', {
@@ -76,24 +89,23 @@
$emit('change', {path: ['save', 'stat'], value, ack})"
/>
+
+
+ $emit('change', {path: ['save', 'damageFunction', ...path], value, ack})"
+ />
+
-
-
-
-
-
-
+
-
-
- $emit('change', {path: ['save', 'damageFunction', ...path], value, ack})"
- />
-