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/Augury.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/Augury.json (limited to 'parser/spells/Augury.json') diff --git a/parser/spells/Augury.json b/parser/spells/Augury.json new file mode 100644 index 0000000..535fcfa --- /dev/null +++ b/parser/spells/Augury.json @@ -0,0 +1,13 @@ +{ + "name": "Augury", + "level": 2, + "school": "divination", + "classes": [ + "cleric" + ], + "casting_time": "1 minute", + "range": "Self", + "components": "V, S, M (specially marked sticks, bones, or similar tokens worth at least 25 gp)", + "duration": "Instantaneous", + "text": "By casting gem-inlaid sticks, rolling dragon bones, laying out ornate cards, or employing some other divining tool, you receive an omen from an otherworldly entity about the results of a specific course of action that you plan to take within the next 30 minutes. The GM chooses from the following possible omens:\n\n* **Weal**, for good results\n* **Woe**, for bad results\n* **Weal and woe**, for both good and bad results\n* **Nothing**, for results that aren't especially good or bad \n\nThe spell doesn't take into account any possible circumstances that might change the outcome, such as the casting of additional spells or the loss or gain of a companion. \nIf you cast the spell two or more times before completing your next long rest, there is a cumulative 25 percent chance for each casting after the first that you get a random reading. The GM makes this roll in secret." +} \ No newline at end of file -- cgit v1.2.3