mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 21:23:31 +02:00
Added a test to check that all spells are valid rst.
This commit is contained in:
@@ -734,24 +734,24 @@ class AstralProjection(Spell):
|
||||
|
||||
|
||||
class Augury(Spell):
|
||||
"""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 DM chooses from the following possible omens:
|
||||
|
||||
"""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 DM chooses from the following possible omens:
|
||||
|
||||
- Weal, for good results
|
||||
- Woe, for bad results
|
||||
- Weal and woe, for both good
|
||||
and bad results
|
||||
- Weal and woe, for both good and bad results
|
||||
- Nothing, for results that aren't especially good or bad
|
||||
|
||||
|
||||
The 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. If 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 DM makes this roll in secret.
|
||||
|
||||
|
||||
"""
|
||||
name = "Augury"
|
||||
level = 2
|
||||
|
||||
Reference in New Issue
Block a user