From a6bdfe247c05d214ad948909e6fa9277edc7604b Mon Sep 17 00:00:00 2001 From: Thaum Rystra Date: Thu, 23 Apr 2020 18:55:13 +0200 Subject: [PATCH] Removed multipliers from reset field --- app/imports/api/properties/Attributes.js | 5 ----- app/imports/ui/properties/forms/AttributeForm.vue | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/app/imports/api/properties/Attributes.js b/app/imports/api/properties/Attributes.js index 54a80d6e..f7cafc82 100644 --- a/app/imports/api/properties/Attributes.js +++ b/app/imports/api/properties/Attributes.js @@ -60,11 +60,6 @@ let AttributeSchema = new SimpleSchema({ optional: true, allowedValues: ['shortRest', 'longRest'], }, - // Some things are only reset their adjustment by up to half of the value - resetMultiplier: { - type: Number, - optional: true, - }, }); let ComputedOnlyAttributeSchema = new SimpleSchema({ diff --git a/app/imports/ui/properties/forms/AttributeForm.vue b/app/imports/ui/properties/forms/AttributeForm.vue index 0856945f..2c3529a6 100644 --- a/app/imports/ui/properties/forms/AttributeForm.vue +++ b/app/imports/ui/properties/forms/AttributeForm.vue @@ -88,16 +88,6 @@ :debounce-time="debounceTime" @change="(value, ack) => $emit('change', {path: ['reset'], value: value || '', ack})" /> -