From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/thaumaturgy.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parsed/spells/thaumaturgy.json (limited to 'parsed/spells/thaumaturgy.json') diff --git a/parsed/spells/thaumaturgy.json b/parsed/spells/thaumaturgy.json new file mode 100644 index 0000000..121bb41 --- /dev/null +++ b/parsed/spells/thaumaturgy.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "thaumaturgy", + "level": 0, + "type": "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