From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/spike_growth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/spike_growth.json (limited to 'parsed/spells/spike_growth.json') 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 -- cgit v1.2.3