Files

91 lines
2.9 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>Herd Skulker</title>
</head>
<body>
<h1>Herd Skulker</h1>
<p><em>Medium</em> <em>Monstrosity</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 45 (6d10+12)</li>
<li><strong>Speed:</strong> walk 50 ft.</li>
<li><strong>Challenge Rating:</strong> 1 (200 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 231</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>17 (+3)</td>
<td>15 (+2)</td>
<td>5 (-3)</td>
<td>12 (+1)</td>
<td>13 (+1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +1</li>
<li><strong>Condition Immunities:</strong> charmed</li>
<li><strong>Senses:</strong> passive Perception 13</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Herd-Hidden (Herd Animal Form Only):</strong> Has advantage on Dex (Stealth) and Cha (Deception) checks to blend into herd or convince those observing herd it is part of the herd.</li>
<li><strong>Keen Hearing and Smell:</strong> Has advantage on Wis (Perception) checks that rely on hearing or smell.</li>
<li><strong>One of the Herd:</strong> A domesticated herd animal such as a cow horse sheep or chicken that can see the herd skulker treats it as a member of the herd regardless of the form skulker takes. When such an animal sees a herd skulker attack or feed it becomes immune to herd skulker's One of the Herd for the next 24 hrs acting as it normally would when confronting a predator. Creatures immune to the charmed condition are immune to this.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Bite:</strong> Melee Weapon Attack: +5 to hit, 5 ft., one target, 12 (2d8+3) piercing damage. If the target is a creature it must make DC 13 Str save or be knocked prone.</li>
</ul>
<h3>Bonus Actions</h3>
<ul>
<li><strong>Change Shape:</strong> Transforms into a Large or smaller domesticated herd animal it can see such as a cow horse sheep or chicken or back into its true canine form. Its statistics other than its size are the same in each form. Reverts on death.</li>
<li><strong>Nimble Escape:</strong> Takes the Disengage or Hide action.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/herd-skulker.md">Markdown Format</a></p>
</body>
</html>