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/Eyebite.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Eyebite.json (limited to 'parser/spells/Eyebite.json') diff --git a/parser/spells/Eyebite.json b/parser/spells/Eyebite.json new file mode 100644 index 0000000..2c080a1 --- /dev/null +++ b/parser/spells/Eyebite.json @@ -0,0 +1,16 @@ +{ + "name": "Eyebite", + "level": 6, + "school": "necromancy", + "classes": [ + "bard", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S", + "duration": "Concentration, up to 1 minute", + "text": "For the spell's duration, your eyes become an inky void imbued with dread power. One creature of your choice within 60 feet of you that you can see must succeed on a Wisdom saving throw or be affected by one of the following effects of your choice for the duration. On each of your turns until the spell ends, you can use your action to target another creature but can't target a creature again if it has succeeded on a saving throw against this casting of **_eyebite_**. \n**Asleep.** The target falls unconscious. It wakes up if it takes any damage or if another creature uses its action to shake the sleeper awake. \n**Panicked.** The target is frightened of you. On each of its turns, the frightened creature must take the Dash action and move away from you by the safest and shortest available route, unless there is nowhere to move. If the target moves to a place at least 60 feet away from you where it can no longer see you, this effect ends. \n**Sickened.** The target has disadvantage on attack rolls and ability checks. At the end of each of its turns, it can make another Wisdom saving throw. If it succeeds, the effect ends." +} \ No newline at end of file -- cgit v1.2.3