Files
5ead/monsters/html/creature_codex/ghoulsteed.html

88 lines
2.7 KiB
HTML
Raw 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;
}
</style>
<title>Ghoulsteed</title>
</head>
<body>
<h1>Ghoulsteed</h1>
<p><em>Large</em> <em>Undead</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
<li><strong>Hit Points:</strong> 85 (10d10+30)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 177</li>
</ul>
<table>
<thead>
<tr>
<th>STR</th>
<th>DEX</th>
<th>CON</th>
<th>INT</th>
<th>WIS</th>
<th>CHA</th>
</tr>
</thead>
<tbody>
<tr>
<td>18 (+4)</td>
<td>10 (+0)</td>
<td>16 (+3)</td>
<td>6 (-2)</td>
<td>10 (+0)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +2</li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Condition Immunities:</strong> poisoned</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 12</li>
<li><strong>Languages:</strong> Common, Darakhul</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Pounce:</strong> If the ghoulsteed moves at least 20 feet straight toward a creature and then hits it with a bite attack on the same turn, that target must succeed on a DC 14 Strength saving throw or be knocked prone. If the target is prone, the ghoulsteed can make one bite attack against it as a bonus action.</li>
<li><strong>Sprint (3/Day):</strong> When the ghoulsteed uses the Dash action, it can Dash again as a bonus action.</li>
<li><strong>Undead Fortitude:</strong> If damage reduces the ghoulsteed to 0 hp, it makes a Constitution saving throw with a DC of 5 + the damage taken, unless the damage is radiant or from a critical hit. On a success, the ghoulsteed drops to 1 hp instead.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> A ghoulsteed makes two bite attacks.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage and the ghoulsteed gains 5 (1d10) temporary hp. These temporary hp stack with each other, but the ghoulsteed can only have a maximum of 10 temporary hp at one time.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/ghoulsteed.md">Markdown Format</a></p>
</body>
</html>