Files
5ead/monsters/html/tome_of_beasts_3/hinderling.html

95 lines
2.8 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>Hinderling</title>
</head>
<body>
<h1>Hinderling</h1>
<p><em>Small</em> <em>Fey</em> <em>chaotic neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 13</li>
<li><strong>Hit Points:</strong> 13 (3d6+3)</li>
<li><strong>Speed:</strong> walk 30 ft. climb 20 ft.</li>
<li><strong>Challenge Rating:</strong> 1/4 (50 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 232</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>11 (+0)</td>
<td>17 (+3)</td>
<td>13 (+1)</td>
<td>9 (-1)</td>
<td>15 (+2)</td>
<td>13 (+1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Wis +4, Cha +3</li>
<li><strong>Skills:</strong> perception +2</li>
<li><strong>Senses:</strong> darkvision 60', passive Perception 14</li>
<li><strong>Languages:</strong> Common, Sylvan</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Aura of Misfortune:</strong> Creatures within 15 ft. of it treat attack rolls of 20 as 19 and can't gain advantage on ability checks attacks and saves.</li>
<li><strong>Rejuvenation:</strong> While hinderling curse remains on a victim a slain hinderling returns to life in 1 day regaining all its hp and becoming active again. Hinderling appears within 100' of victim.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Stolen Belonging:</strong> Melee Weapon Attack: +5 to hit, 5 ft., one target, 5 (1d4+3) bludgeoning damage.</li>
<li><strong>Hurl Stolen Belonging:</strong> Ranged Weapon Attack: +5 to hit 20/60' one target 5 (1d4+3) bludgeoning damage.</li>
<li><strong>Mad Dash:</strong> Moves up to twice its speed and can move through space of any creature that is Med or larger. When it moves through a creature's space creature must make DC 13 Dex save or fall prone. This move doesn't provoke opportunity attacks.</li>
</ul>
<h3>Bonus Actions</h3>
<ul>
<li><strong>Nimble Escape:</strong> Takes the Disengage or Hide action.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Run and Hide:</strong> When a creature hinderling can see targets it with weapon hinderling chooses another creature within 5 ft. as attack's target then moves up to half its speed with o provoking opportunity attacks.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/hinderling.md">Markdown Format</a></p>
</body>
</html>