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/spike_growth.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/spike_growth.json')
-rw-r--r-- | parsed/spells/spike_growth.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parsed/spells/spike_growth.json b/parsed/spells/spike_growth.json new file mode 100644 index 0000000..dc3fed8 --- /dev/null +++ b/parsed/spells/spike_growth.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "spike growth", + "level": 2, + "type": "transmutation", + "classes": [ + "druid", + "ranger" + ], + "casting_time": "1 action", + "range": "150 feet", + "components": "V, S, M (seven sharp thorns or seven small twigs, each sharpened to a point)", + "duration": "Concentration, up to 10 minutes", + "text": "The ground in a 20-foot radius centered on a point within range twists and sprouts hard spikes and thorns. The area becomes difficult terrain for the duration. When a creature moves into or within the area, it takes 2d4 piercing damage for every 5 feet it travels. \nThe transformation of the ground is camouflaged to look natural. Any creature that can't see the area at the time the spell is cast must make a Wisdom (Perception) check against your spell save DC to recognize the terrain as hazardous before entering it." +}
\ No newline at end of file |