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/Mislead.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Mislead.json (limited to 'parser/spells/Mislead.json') diff --git a/parser/spells/Mislead.json b/parser/spells/Mislead.json new file mode 100644 index 0000000..02ea2f1 --- /dev/null +++ b/parser/spells/Mislead.json @@ -0,0 +1,14 @@ +{ + "name": "Mislead", + "level": 5, + "school": "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