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/water_walk.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/water_walk.json')
-rw-r--r-- | parsed/spells/water_walk.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/parsed/spells/water_walk.json b/parsed/spells/water_walk.json new file mode 100644 index 0000000..7319a79 --- /dev/null +++ b/parsed/spells/water_walk.json @@ -0,0 +1,17 @@ +{ + "entry": "spells", + "name": "water walk", + "level": 3, + "type": "transmutation", + "classes": [ + "cleric", + "druid", + "ranger", + "sorcerer" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S, M (a piece of cork)", + "duration": "1 hour", + "text": "This spell grants the ability to move across any liquid surface--such as water, acid, mud, snow, quicksand, or lava--as if it were harmless solid ground (creatures crossing molten lava can still take damage from the heat). Up to ten willing creatures you can see within range gain this ability for the duration. \nIf you target a creature submerged in a liquid, the spell carries the target to the surface of the liquid at a rate of 60 feet per round." +}
\ No newline at end of file |