diff options
author | Your Name <you@example.com> | 2021-04-13 16:16:27 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 16:16:27 -0400 |
commit | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (patch) | |
tree | 49bf01a4682c251cb3778f563afeb7e1ec8d41c7 /parser/spells/Wind_Walk.json | |
parent | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (diff) | |
download | dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.gz dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.tar.bz2 dmtool-9034c3d2533177f7cb7a7ce939ec53f7fa63f60e.zip |
Added spells
Diffstat (limited to 'parser/spells/Wind_Walk.json')
-rw-r--r-- | parser/spells/Wind_Walk.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parser/spells/Wind_Walk.json b/parser/spells/Wind_Walk.json new file mode 100644 index 0000000..db3e4e6 --- /dev/null +++ b/parser/spells/Wind_Walk.json @@ -0,0 +1,13 @@ +{ + "name": "Wind Walk", + "level": 6, + "school": "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 |