From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/spells/feeblemind.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/feeblemind.json (limited to 'parser/spells/feeblemind.json') diff --git a/parser/spells/feeblemind.json b/parser/spells/feeblemind.json new file mode 100644 index 0000000..dbc5d8e --- /dev/null +++ b/parser/spells/feeblemind.json @@ -0,0 +1,16 @@ +{ + "name": "feeblemind", + "level": 8, + "school": "enchantment", + "classes": [ + "bard", + "druid", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "150 feet", + "components": "V, S, M (a handful of clay, crystal, glass, or mineral spheres)", + "duration": "Instantaneous", + "text": "You blast the mind of a creature that you can see within range, attempting to shatter its intellect and personality. The target takes 4d6 psychic damage and must make an Intelligence saving throw. \nOn a failed save, the creature's Intelligence and Charisma scores become 1. The creature can't cast spells, activate magic items, understand language, or communicate in any intelligible way. The creature can, however, identify its friends, follow them, and even protect them. \nAt the end of every 30 days, the creature can repeat its saving throw against this spell. If it succeeds on its saving throw, the spell ends. \nThe spell can also be ended by **_greater restoration_**, **_heal_**, or **_wish_**." +} \ No newline at end of file -- cgit v1.2.3