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/prestidigitation.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/prestidigitation.json (limited to 'parser/spells/prestidigitation.json') diff --git a/parser/spells/prestidigitation.json b/parser/spells/prestidigitation.json new file mode 100644 index 0000000..123b761 --- /dev/null +++ b/parser/spells/prestidigitation.json @@ -0,0 +1,16 @@ +{ + "name": "prestidigitation", + "level": 0, + "school": "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