initial commit
This commit is contained in:
49
spells/html/srd_2024/wind-walk.html
Normal file
49
spells/html/srd_2024/wind-walk.html
Normal file
@@ -0,0 +1,49 @@
|
||||
|
||||
<!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;
|
||||
}
|
||||
</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>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></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/srd_2024/wind-walk.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user