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/wind_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/wind_walk.json')
-rw-r--r-- | parsed/spells/wind_walk.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/parsed/spells/wind_walk.json b/parsed/spells/wind_walk.json new file mode 100644 index 0000000..d79c3aa --- /dev/null +++ b/parsed/spells/wind_walk.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "wind walk", + "level": 6, + "type": "transmutation", + "classes": [ + "druid" + ], + "casting_time": "1 minute", + "range": "30 feet", + "components": "V, S, M (fire and holy water)", + "duration": "8 hours", + "text": "You and up to ten willing creatures you can see within range assume a gaseous form for the duration, appearing as wisps of cloud. While in this cloud form, a creature has a flying speed of 300 feet and has resistance to damage from nonmagical weapons. The only actions a creature can take in this form are the Dash action or to revert to its normal form. Reverting takes 1 minute, during which time a creature is incapacitated and can't move. Until the spell ends, a creature can revert to cloud form, which also requires the 1-minute transformation. \nIf a creature is in cloud form and flying when the effect ends, the creature descends 60 feet per round for 1 minute until it lands, which it does safely. If it can't land after 1 minute, the creature falls the remaining distance." +}
\ No newline at end of file |