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/Wall_of_Force.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/Wall_of_Force.json (limited to 'parser/spells/Wall_of_Force.json') diff --git a/parser/spells/Wall_of_Force.json b/parser/spells/Wall_of_Force.json new file mode 100644 index 0000000..ffdbbed --- /dev/null +++ b/parser/spells/Wall_of_Force.json @@ -0,0 +1,13 @@ +{ + "name": "Wall of Force", + "level": 5, + "school": "evocation", + "classes": [ + "wizard" + ], + "casting_time": "1 action", + "range": "120 feet", + "components": "V, S, M (a pinch of powder made by crushing a clear gemstone)", + "duration": "Concentration, up to 10 minutes", + "text": "An invisible wall of force springs into existence at a point you choose within range. The wall appears in any orientation you choose, as a horizontal or vertical barrier or at an angle. It can be free floating or resting on a solid surface. You can form it into a hemispherical dome or a sphere with a radius of up to 10 feet, or you can shape a flat surface made up of ten 10-foot-by-10-foot panels. Each panel must be contiguous with another panel. In any form, the wall is 1/4 inch thick. It lasts for the duration. If the wall cuts through a creature's space when it appears, the creature is pushed to one side of the wall (your choice which side). \nNothing can physically pass through the wall. It is immune to all damage and can't be dispelled by **_dispel magic_**. A **_disintegrate_** spell destroys the wall instantly, however. The wall also extends into the Ethereal Plane, blocking ethereal travel through the wall." +} \ No newline at end of file -- cgit v1.2.3