diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/wall_of_force.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/wall_of_force.json')
-rw-r--r-- | parsed/spells/wall_of_force.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parsed/spells/wall_of_force.json b/parsed/spells/wall_of_force.json new file mode 100644 index 0000000..3a798f6 --- /dev/null +++ b/parsed/spells/wall_of_force.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "wall of force", + "level": 5, + "type": "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 |