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/forcecage.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/forcecage.json (limited to 'parser/spells/forcecage.json') diff --git a/parser/spells/forcecage.json b/parser/spells/forcecage.json new file mode 100644 index 0000000..2a9b80b --- /dev/null +++ b/parser/spells/forcecage.json @@ -0,0 +1,15 @@ +{ + "name": "forcecage", + "level": 7, + "school": "evocation", + "classes": [ + "bard", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "100 feet", + "components": "V, S, M (ruby dust worth 1,500 gp)", + "duration": "1 hour", + "text": "An immobile, invisible, cube-shaped prison composed of magical force springs into existence around an area you choose within range. The prison can be a cage or a solid box, as you choose. \nA prison in the shape of a cage can be up to 20 feet on a side and is made from 1/2-inch diameter bars spaced 1/2 inch apart. A prison in the shape of a box can be up to 10 feet on a side, creating a solid barrier that prevents any matter from passing through it and blocking any spells cast into or out from the area. \nWhen you cast the spell, any creature that is completely inside the cage's area is trapped. Creatures only partially within the area, or those too large to fit inside the area, are pushed away from the center of the area until they are completely outside the area. \nA creature inside the cage can't leave it by nonmagical means. If the creature tries to use teleportation or interplanar travel to leave the cage, it must first make a Charisma saving throw. On a success, the creature can use that magic to exit the cage. On a failure, the creature can't exit the cage and wastes the use of the spell or effect. The cage also extends into the Ethereal Plane, blocking ethereal travel. \nThis spell can't be dispelled by **_dispel magic_**." +} \ No newline at end of file -- cgit v1.2.3