Files

90 lines
2.8 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;
}
</style>
<title>Harvest Horse</title>
</head>
<body>
<h1>Harvest Horse</h1>
<p><em>Large</em> <em>Construct</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
<li><strong>Hit Points:</strong> 37 (5d10+10)</li>
<li><strong>Speed:</strong> walk 50 ft.</li>
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 230</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>15 (+2)</td>
<td>5 (-3)</td>
<td>14 (+2)</td>
<td>1 (-5)</td>
<td>3 (-4)</td>
<td>1 (-5)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Str +4</li>
<li><strong>Skills:</strong> perception +-4</li>
<li><strong>Damage Immunities:</strong> poison, psychic</li>
<li><strong>Condition Immunities:</strong> charmed, exhaustion, frightened, paralyzed, petrified, poisoned</li>
<li><strong>Senses:</strong> passive Perception 6</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Beast of Burden:</strong> Is considered one size larger for the purpose of determining its carrying capacity.</li>
<li><strong>Construct Nature:</strong> Doesn't require air food drink or sleep.</li>
<li><strong>Poor Traversal:</strong> Must spend two additional feet of movement to move through difficult terrain instead of one additional foot.</li>
<li><strong>Siege Monster:</strong> Double damage to objects/structures.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Slam:</strong> Melee Weapon Attack: +4 to hit, 5 ft., one target, 7 (2d4+2) bludgeoning damage.</li>
<li><strong>Harvester's Stampede (Recharge 5-6):</strong> Moves up to its speed in a straight line and can move through the space of any Large or smaller creature. The first time the harvest horse enters a creature's space during this move that creature must make a DC 12 Dex save. On a failure it takes 7 (2d6) slashing damage and is knocked prone. On a success it takes half damage and isn't knocked prone. When the harvest horse moves in this way it doesn't provoke opportunity attacks.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/harvest-horse.md">Markdown Format</a></p>
</body>
</html>