From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/eyebite.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parsed/spells/eyebite.json (limited to 'parsed/spells/eyebite.json') diff --git a/parsed/spells/eyebite.json b/parsed/spells/eyebite.json new file mode 100644 index 0000000..7f219b4 --- /dev/null +++ b/parsed/spells/eyebite.json @@ -0,0 +1,17 @@ +{ + "entry": "spells", + "name": "eyebite", + "level": 6, + "type": "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