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/Thaumaturgy.json | |
parent | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (diff) | |
download | dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.gz dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.bz2 dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.zip |
Added spells
Diffstat (limited to 'parser/spells/Thaumaturgy.json')
-rw-r--r-- | parser/spells/Thaumaturgy.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parser/spells/Thaumaturgy.json b/parser/spells/Thaumaturgy.json new file mode 100644 index 0000000..e199915 --- /dev/null +++ b/parser/spells/Thaumaturgy.json @@ -0,0 +1,13 @@ +{ + "name": "Thaumaturgy", + "level": 0, + "school": "transmutation", + "classes": [ + "cleric" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V", + "duration": "Up to 1 minute", + "text": "You manifest a minor wonder, a sign of supernatural power, within range. You create one of the following magical effects within range:\n\n* Your voice booms up to three times as loud as normal for 1 minute.\n* You cause flames to flicker, brighten, dim, or change color for 1 minute.\n* You cause harmless tremors in the ground for 1 minute.\n* You create an instantaneous sound that originates from a point of your choice within range, such as a rumble of thunder, the cry of a raven, or ominous whispers.\n* You instantaneously cause an unlocked door or window to fly open or slam shut.\n* You alter the appearance of your eyes for 1 minute. \n\nIf you cast this spell multiple times, you can have up to three of its 1-minute effects active at a time, and you can dismiss such an effect as an action." +}
\ No newline at end of file |