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/wall_of_fire.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/wall_of_fire.json (limited to 'parser/spells/wall_of_fire.json') diff --git a/parser/spells/wall_of_fire.json b/parser/spells/wall_of_fire.json new file mode 100644 index 0000000..81df5c7 --- /dev/null +++ b/parser/spells/wall_of_fire.json @@ -0,0 +1,15 @@ +{ + "name": "wall of fire", + "level": 4, + "school": "evocation", + "classes": [ + "druid", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "120 feet", + "components": "V, S, M (a small piece of phosphorus)", + "duration": "Concentration, up to 1 minute", + "text": "You create a wall of fire on a solid surface within range. You can make the wall up to 60 feet long, 20 feet high, and 1 foot thick, or a ringed wall up to 20 feet in diameter, 20 feet high, and 1 foot thick. The wall is opaque and lasts for the duration. \nWhen the wall appears, each creature within its area must make a Dexterity saving throw. On a failed save, a creature takes 5d8 fire damage, or half as much damage on a successful save. \nOne side of the wall, selected by you when you cast this spell, deals 5d8 fire damage to each creature that ends its turn within 10 feet of that side or inside the wall. A creature takes the same damage when it enters the wall for the first time on a turn or ends its turn there. The other side of the wall deals no damage. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 5th level or higher, the damage increases by 1d8 for each slot level above 4th." +} \ No newline at end of file -- cgit v1.2.3