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/word_of_recall.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parsed/spells/word_of_recall.json (limited to 'parsed/spells/word_of_recall.json') diff --git a/parsed/spells/word_of_recall.json b/parsed/spells/word_of_recall.json new file mode 100644 index 0000000..3ce5c6b --- /dev/null +++ b/parsed/spells/word_of_recall.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "word of recall", + "level": 6, + "type": "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