diff options
author | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
commit | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch) | |
tree | 695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/spells/commune.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.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..cf8d2ae --- /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 |