From b63e79718faf5a44bb47ec7539d59d2cea9e1254 Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Mon, 12 Sep 2022 21:00:01 +0200 Subject: [PATCH] Added comment to spell_effects --- source/behavior/entities/format/components/spell_effects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/spell_effects.json b/source/behavior/entities/format/components/spell_effects.json index 819deef7..0e43a3fd 100644 --- a/source/behavior/entities/format/components/spell_effects.json +++ b/source/behavior/entities/format/components/spell_effects.json @@ -19,7 +19,7 @@ "amplifier": { "type": "integer", "title": "Amplifier", - "description": "The level of the effect, same as used in the /effect command (0 for level I, 1 for level II, etc). Defaults to 0.", + "description": "The level of the effect, same as used in the /effect command (0 for level I, 1 for level II, etc). Defaults to 0. NOTE: Values can be negative but its not an intentional feature", "default": 0, "minimum": 0 },