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/Move_Earth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/Move_Earth.json (limited to 'parser/spells/Move_Earth.json') diff --git a/parser/spells/Move_Earth.json b/parser/spells/Move_Earth.json new file mode 100644 index 0000000..4a7f75c --- /dev/null +++ b/parser/spells/Move_Earth.json @@ -0,0 +1,15 @@ +{ + "name": "Move Earth", + "level": 6, + "school": "transmutation", + "classes": [ + "druid", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "120 feet", + "components": "V, S, M (an iron blade and a small bag containing a mixture of soils--clay, loam, and sand)", + "duration": "Concentration, up to 2 hours", + "text": "Choose an area of terrain no larger than 40 feet on a side within range. You can reshape dirt, sand, or clay in the area in any manner you choose for the duration. You can raise or lower the area's elevation, create or fill in a trench, erect or flatten a wall, or form a pillar. The extent of any such changes can't exceed half the area's largest dimension. So, if you affect a 40-foot square, you can create a pillar up to 20 feet high, raise or lower the square's elevation by up to 20 feet, dig a trench up to 20 feet deep, and so on. It takes 10 minutes for these changes to complete. \nAt the end of every 10 minutes you spend concentrating on the spell, you can choose a new area of terrain to affect. \nBecause the terrain's transformation occurs slowly, creatures in the area can't usually be trapped or injured by the ground's movement. \nThis spell can't manipulate natural stone or stone construction. Rocks and structures shift to accommodate the new terrain. If the way you shape the terrain would make a structure unstable, it might collapse. \nSimilarly, this spell doesn't directly affect plant growth. The moved earth carries any plants along with it." +} \ No newline at end of file -- cgit v1.2.3