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/Thaumaturgy.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/Thaumaturgy.json (limited to 'parser/spells/Thaumaturgy.json') 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 -- cgit v1.2.3