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/mirror_image.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parsed/spells/mirror_image.json (limited to 'parsed/spells/mirror_image.json') diff --git a/parsed/spells/mirror_image.json b/parsed/spells/mirror_image.json new file mode 100644 index 0000000..8d4612b --- /dev/null +++ b/parsed/spells/mirror_image.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "mirror image", + "level": 2, + "type": "illusion", + "classes": [ + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S", + "duration": "1 minute", + "text": "Three illusory duplicates of yourself appear in your space. Until the spell ends, the duplicates move with you and mimic your actions, shifting position so it's impossible to track which image is real. You can use your action to dismiss the illusory duplicates. \nEach time a creature targets you with an attack during the spell's duration, roll a d20 to determine whether the attack instead targets one of your duplicates. \nIf you have three duplicates, you must roll a 6 or higher to change the attack's target to a duplicate. With two duplicates, you must roll an 8 or higher. With one duplicate, you must roll an 11 or higher. \nA duplicate's AC equals 10 + your Dexterity modifier. If an attack hits a duplicate, the duplicate is destroyed. A duplicate can be destroyed only by an attack that hits it. It ignores all other damage and effects. The spell ends when all three duplicates are destroyed. \nA creature is unaffected by this spell if it can't see, if it relies on senses other than sight, such as blindsight, or if it can perceive illusions as false, as with truesight." +} \ No newline at end of file -- cgit v1.2.3