From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -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..08d516b --- /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