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/prestidigitation.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parsed/spells/prestidigitation.json (limited to 'parsed/spells/prestidigitation.json') diff --git a/parsed/spells/prestidigitation.json b/parsed/spells/prestidigitation.json new file mode 100644 index 0000000..c07cd5c --- /dev/null +++ b/parsed/spells/prestidigitation.json @@ -0,0 +1,17 @@ +{ + "entry": "spells", + "name": "prestidigitation", + "level": 0, + "type": "transmutation", + "classes": [ + "bard", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "10 feet", + "components": "V, S", + "duration": "Up to 1 hour", + "text": "This spell is a minor magical trick that novice spellcasters use for practice. You create one of the following magical effects within range:\n\n* You create an instantaneous, harmless sensory effect, such as a shower of sparks, a puff of wind, faint musical notes, or an odd odor.\n* You instantaneously light or snuff out a candle, a torch, or a small campfire.\n* You instantaneously clean or soil an object no larger than 1 cubic foot. \n* You chill, warm, or flavor up to 1 cubic foot of nonliving material for 1 hour.\n* You make a color, a small mark, or a symbol appear on an object or a surface for 1 hour.\n* You create a nonmagical trinket or an illusory image that can fit in your hand and that lasts until the end of your next turn. \n\nIf you cast this spell multiple times, you can have up to three of its non-instantaneous 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