From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -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..4a3a893 --- /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