Files

54 lines
2.0 KiB
HTML
Raw Permalink Normal View History

2025-06-07 07:58:30 -05:00
<!DOCTYPE html>
<head>
<meta name="viewport" content="user-scalable=yes, width=device-width">
<meta charset="UTF-8">
<style>
body {
max-width: 700px;
margin: auto;
font-size: 18px;
font-family: sans-serif;
padding: 10px;
}
p, li {
line-height: 1.5em;
}
ul, ol {
padding-left: 20px;
margin-left: 0;
}
li {
margin-left: 0; /* Remove margin from li */
}
table {
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 5px;
text-align: left;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Wind Walk</title>
</head>
<body>
<h1>Wind Walk</h1>
<ul>
<li><strong>Level</strong>: 6 Transmutation</li>
<li><strong>Classes</strong>: Druid</li>
<li><strong>Casting Time</strong>: minute</li>
<li><strong>Range</strong>: 30 feet</li>
<li><strong>Components</strong>: V, S, M (a candle)</li>
<li><strong>Duration</strong>: 8 hour</li>
<li><strong>Source</strong>: 5.2 SRD (D&amp;D 2024)</li>
</ul>
<p>You and up to ten willing creatures of your choice within range assume gaseous forms for the duration, appearing as wisps of cloud. While in this cloud form, a target has a Fly Speed of 300 feet and can hover; it has Immunity to the Prone condition; and it has Resistance to Bludgeoning, Piercing, and Slashing damage. The only actions a target can take in this form are the Dash action or a Magic action to begin reverting to its normal form. Reverting takes 1 minute, during which the target has the Stunned condition. Until the spell ends, the target can revert to cloud form, which also requires a Magic action followed by a 1-minute transformation. If a target is in cloud form and flying when the effect ends, the target descends 60 feet per round for 1 minute until it lands, which it does safely. If it can't land after 1 minute, it falls the remaining distance.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.2_srd_(d&d_2024)/wind-walk.md">Markdown Format</a></p>
</body>
</html>