From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Spike_Growth.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Spike_Growth.json (limited to 'parser/spells/Spike_Growth.json') diff --git a/parser/spells/Spike_Growth.json b/parser/spells/Spike_Growth.json new file mode 100644 index 0000000..8815035 --- /dev/null +++ b/parser/spells/Spike_Growth.json @@ -0,0 +1,14 @@ +{ + "name": "Spike Growth", + "level": 2, + "school": "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