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/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..c3dd9a3 --- /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