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/mind_blank.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/mind_blank.json (limited to 'parsed/spells/mind_blank.json') diff --git a/parsed/spells/mind_blank.json b/parsed/spells/mind_blank.json new file mode 100644 index 0000000..bf2d396 --- /dev/null +++ b/parsed/spells/mind_blank.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "mind blank", + "level": 8, + "type": "abjuration", + "classes": [ + "bard", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "24 hours", + "text": "Until the spell ends, one willing creature you touch is immune to psychic damage, any effect that would sense its emotions or read its thoughts, divination spells, and the charmed condition. The spell even **_foils_** wish spells and spells or effects of similar power used to affect the target's mind or to gain information about the target." +} \ No newline at end of file -- cgit v1.2.3