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/insect_plague.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/insect_plague.json (limited to 'parser/spells/insect_plague.json') diff --git a/parser/spells/insect_plague.json b/parser/spells/insect_plague.json new file mode 100644 index 0000000..140b541 --- /dev/null +++ b/parser/spells/insect_plague.json @@ -0,0 +1,15 @@ +{ + "name": "insect plague", + "level": 5, + "school": "conjuration", + "classes": [ + "cleric", + "druid", + "sorcerer" + ], + "casting_time": "1 action", + "range": "300 feet", + "components": "V, S, M (a few grains of sugar, some kernels of grain, and a smear of fat)", + "duration": "Concentration, up to 10 minutes", + "text": "Swarming, biting locusts fill a 20-foot-radius sphere centered on a point you choose within range. The sphere spreads around corners. The sphere remains for the duration, and its area is lightly obscured. The sphere's area is difficult terrain. \nWhen the area appears, each creature in it must make a Constitution saving throw. A creature takes 4d10 piercing damage on a failed save, or half as much damage on a successful one. A creature must also make this saving throw when it enters the spell's area for the first time on a turn or ends its turn there. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 6th level or higher, the damage increases by 1d10 for each slot level above 5th." +} \ No newline at end of file -- cgit v1.2.3