From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/move_earth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parsed/spells/move_earth.json (limited to 'parsed/spells/move_earth.json') diff --git a/parsed/spells/move_earth.json b/parsed/spells/move_earth.json new file mode 100644 index 0000000..e47d76a --- /dev/null +++ b/parsed/spells/move_earth.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "move earth", + "level": 6, + "type": "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