diff options
author | Your Name <you@example.com> | 2021-04-13 16:16:27 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 16:16:27 -0400 |
commit | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (patch) | |
tree | 49bf01a4682c251cb3778f563afeb7e1ec8d41c7 /parser/spells/Commune.json | |
parent | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (diff) | |
download | dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.gz dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.bz2 dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.zip |
Added spells
Diffstat (limited to 'parser/spells/Commune.json')
-rw-r--r-- | parser/spells/Commune.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parser/spells/Commune.json b/parser/spells/Commune.json new file mode 100644 index 0000000..6e9752e --- /dev/null +++ b/parser/spells/Commune.json @@ -0,0 +1,13 @@ +{ + "name": "Commune", + "level": 5, + "school": "divination", + "classes": [ + "cleric" + ], + "casting_time": "1 minute", + "range": "Self", + "components": "V, S, M (incense and a vial of holy or unholy water)", + "duration": "1 minute", + "text": "You contact your deity or a divine proxy and ask up to three questions that can be answered with a yes or no. You must ask your questions before the spell ends. You receive a correct answer for each question. \nDivine beings aren't necessarily omniscient, so you might receive \"unclear\" as an answer if a question pertains to information that lies beyond the deity's knowledge. In a case where a one-word answer could be misleading or contrary to the deity's interests, the GM might offer a short phrase as an answer instead. \nIf you cast the spell two or more times before finishing your next long rest, there is a cumulative 25 percent chance for each casting after the first that you get no answer. The GM makes this roll in secret." +}
\ No newline at end of file |