initial commit

This commit is contained in:
2025-06-07 07:58:30 -05:00
commit 55f791d177
14892 changed files with 1294507 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
<!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>Phantom Steed</title>
</head>
<body>
<h1>Phantom Steed</h1>
<ul>
<li><strong>Level</strong>: 3 Illusion</li>
<li><strong>Classes</strong>: Wizard</li>
<li><strong>Casting Time</strong>: minute</li>
<li><strong>Range</strong>: 30 feet</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: 1 hour</li>
<li><strong>Source</strong>: 5.2 SRD (D&amp;D 2024)</li>
</ul>
<p>A Large, quasi-real, horselike creature appears on the ground in an unoccupied space of your choice within range. You decide the creature's appearance, and it is equipped with a saddle, bit, and bridle. Any of the equipment created by the spell vanishes in a puff of smoke if it is carried more than 10 feet away from the steed. For the duration, you or a creature you choose can ride the steed. The steed uses the Riding Horse stat block (see "Monsters"), except it has a Speed of 100 feet and can travel 13 miles in an hour. When the spell ends, the steed gradually fades, giving the rider 1 minute to dismount. The spell ends early if the steed takes any damage.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.2_srd_(d&d_2024)/phantom-steed.md">Markdown Format</a></p>
</body>
</html>