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/word_of_recall.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/word_of_recall.json (limited to 'parser/spells/word_of_recall.json') diff --git a/parser/spells/word_of_recall.json b/parser/spells/word_of_recall.json new file mode 100644 index 0000000..5b39ff1 --- /dev/null +++ b/parser/spells/word_of_recall.json @@ -0,0 +1,13 @@ +{ + "name": "word of recall", + "level": 6, + "school": "conjuration", + "classes": [ + "cleric" + ], + "casting_time": "1 action", + "range": "5 feet", + "components": "V", + "duration": "Instantaneous", + "text": "You and up to five willing creatures within 5 feet of you instantly teleport to a previously designated sanctuary. You and any creatures that teleport with you appear in the nearest unoccupied space to the spot you designated when you prepared your sanctuary (see below). If you cast this spell without first preparing a sanctuary, the spell has no effect. \nYou must designate a sanctuary by casting this spell within a location, such as a temple, dedicated to or strongly linked to your deity. If you attempt to cast the spell in this manner in an area that isn't dedicated to your deity, the spell has no effect." +} \ No newline at end of file -- cgit v1.2.3