diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/word_of_recall.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/word_of_recall.json')
-rw-r--r-- | parsed/spells/word_of_recall.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 |