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/minor_illusion.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/minor_illusion.json (limited to 'parser/spells/minor_illusion.json') diff --git a/parser/spells/minor_illusion.json b/parser/spells/minor_illusion.json new file mode 100644 index 0000000..6092cff --- /dev/null +++ b/parser/spells/minor_illusion.json @@ -0,0 +1,16 @@ +{ + "name": "minor illusion", + "level": 0, + "school": "illusion", + "classes": [ + "bard", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "S, M (a bit of fleece)", + "duration": "1 minute", + "text": "You create a sound or an image of an object within range that lasts for the duration. The illusion also ends if you dismiss it as an action or cast this spell again. \nIf you create a sound, its volume can range from a whisper to a scream. It can be your voice, someone else's voice, a lion's roar, a beating of drums, or any other sound you choose. The sound continues unabated throughout the duration, or you can make discrete sounds at different times before the spell ends. \nIf you create an image of an object--such as a chair, muddy footprints, or a small chest--it must be no larger than a 5-foot cube. The image can't create sound, light, smell, or any other sensory effect. Physical interaction with the image reveals it to be an illusion, because things can pass through it. \nIf a creature uses its action to examine the sound or image, the creature can determine that it is an illusion with a successful Intelligence (Investigation) check against your spell save DC. If a creature discerns the illusion for what it is, the illusion becomes faint to the creature." +} \ No newline at end of file -- cgit v1.2.3