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/druidcraft.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/druidcraft.json (limited to 'parser/spells/druidcraft.json') diff --git a/parser/spells/druidcraft.json b/parser/spells/druidcraft.json new file mode 100644 index 0000000..bd3d588 --- /dev/null +++ b/parser/spells/druidcraft.json @@ -0,0 +1,13 @@ +{ + "name": "druidcraft", + "level": 0, + "school": "transmutation", + "classes": [ + "druid" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S", + "duration": "Instantaneous", + "text": "Whispering to the spirits of nature, you create one of the following effects within range: \n* You create a tiny, harmless sensory effect that predicts what the weather will be at your location for the next 24 hours. The effect might manifest as a golden orb for clear skies, a cloud for rain, falling snowflakes for snow, and so on. This effect persists for 1 round. \n* You instantly make a flower blossom, a seed pod open, or a leaf bud bloom. \n* You create an instantaneous, harmless sensory effect, such as falling leaves, a puff of wind, the sound of a small animal, or the faint odor of skunk. The effect must fit in a 5-foot cube. \n* You instantly light or snuff out a candle, a torch, or a small campfire." +} \ No newline at end of file -- cgit v1.2.3