From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Fear.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Fear.json (limited to 'parser/spells/Fear.json') diff --git a/parser/spells/Fear.json b/parser/spells/Fear.json new file mode 100644 index 0000000..ccd6d9e --- /dev/null +++ b/parser/spells/Fear.json @@ -0,0 +1,16 @@ +{ + "name": "Fear", + "level": 3, + "school": "illusion", + "classes": [ + "bard", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Self (30-foot cone)", + "components": "V, S, M (a white feather or the heart of a hen)", + "duration": "Concentration, up to 1 minute", + "text": "You project a phantasmal image of a creature's worst fears. Each creature in a 30-foot cone must succeed on a Wisdom saving throw or drop whatever it is holding and become frightened for the duration. \nWhile frightened by this spell, a creature must take the Dash action and move away from you by the safest available route on each of its turns, unless there is nowhere to move. If the creature ends its turn in a location where it doesn't have line of sight to you, the creature can make a Wisdom saving throw. On a successful save, the spell ends for that creature." +} \ No newline at end of file -- cgit v1.2.3