diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/druidcraft.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/druidcraft.json')
-rw-r--r-- | parsed/spells/druidcraft.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parsed/spells/druidcraft.json b/parsed/spells/druidcraft.json new file mode 100644 index 0000000..d87a427 --- /dev/null +++ b/parsed/spells/druidcraft.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "druidcraft", + "level": 0, + "type": "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 |