From 44cc46ed2291b73162560fdccef195f6cdd4c8bc Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 10 Aug 2021 16:47:05 +0200 Subject: [PATCH] Added the ability to add buffs as already applied straight from a library --- app/imports/ui/properties/forms/BuffForm.vue | 45 ++++++++++++++++---- 1 file changed, 36 insertions(+), 9 deletions(-) diff --git a/app/imports/ui/properties/forms/BuffForm.vue b/app/imports/ui/properties/forms/BuffForm.vue index 0d964e1e..ba51ce17 100644 --- a/app/imports/ui/properties/forms/BuffForm.vue +++ b/app/imports/ui/properties/forms/BuffForm.vue @@ -7,6 +7,27 @@ :error-messages="errors.name" @change="change('name', ...arguments)" /> + + +
+ + Buffs that are applied are active on the character sheet. This + should be turned off if a buff is going to be applied by an action or + spell. + +
+
--> - + + +