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/blur.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/blur.json (limited to 'parsed/spells/blur.json') diff --git a/parsed/spells/blur.json b/parsed/spells/blur.json new file mode 100644 index 0000000..60bf3b5 --- /dev/null +++ b/parsed/spells/blur.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "blur", + "level": 2, + "type": "illusion", + "classes": [ + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V", + "duration": "Concentration, up to 1 minute", + "text": "Your body becomes blurred, shifting and wavering to all who can see you. For the duration, any creature has disadvantage on attack rolls against you. An attacker is immune to this effect if it doesn't rely on sight, as with blindsight, or can see through illusions, as with truesight." +} \ No newline at end of file -- cgit v1.2.3