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/mislead.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/mislead.json (limited to 'parsed/spells/mislead.json') diff --git a/parsed/spells/mislead.json b/parsed/spells/mislead.json new file mode 100644 index 0000000..1b10c96 --- /dev/null +++ b/parsed/spells/mislead.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "mislead", + "level": 5, + "type": "illusion", + "classes": [ + "bard", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "S", + "duration": "Concentration, up to 1 hour", + "text": "You become invisible at the same time that an illusory double of you appears where you are standing. The double lasts for the duration, but the invisibility ends if you attack or cast a spell. \nYou can use your action to move your illusory double up to twice your speed and make it gesture, speak, and behave in whatever way you choose. \nYou can see through its eyes and hear through its ears as if you were located where it is. On each of your turns as a bonus action, you can switch from using its senses to using your own, or back again. While you are using its senses, you are blinded and deafened in regard to your own surroundings." +} \ No newline at end of file -- cgit v1.2.3