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