Files
5ead/monsters/html/tome_of_beasts_3/void-constructor.html
2025-06-07 07:58:30 -05:00

88 lines
2.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Void Constructor</title>
</head>
<body>
<h1>Void Constructor</h1>
<p><em>Medium</em> <em>Construct</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 19 (natural)</li>
<li><strong>Hit Points:</strong> 43 (5d8+20)</li>
<li><strong>Speed:</strong> walk 0 ft. fly 30 ft.</li>
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 385</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>16 (+3)</td>
<td>12 (+1)</td>
<td>18 (+4)</td>
<td>6 (-2)</td>
<td>8 (-1)</td>
<td>3 (-4)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +-1</li>
<li><strong>Damage Immunities:</strong> necrotic, poison, psychic</li>
<li><strong>Condition Immunities:</strong> blinded, charmed, deafened, exhaustion, frightened, paralyzed, petrified, poisoned, prone</li>
<li><strong>Senses:</strong> darkvision 60', passive Perception 9</li>
<li><strong>Languages:</strong> understands Void Speech but can't speak</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Mobile Grappler:</strong> While grappling a creature the constructor can move at its full speed carrying the grappled creature along with it.</li>
<li><strong>Tainted Aura:</strong> A Void constructor that has completed a Void henge gains necrotic energy while within 1 mile of the henge. At the start of each of the Void constructor's turns each creature within 10 ft. of it must make DC 13 Cha save or take 2 (1d4) necrotic. The Void constructor can choose for a creature it is grappling to be immune to the Tainted Auras of all Void constructors.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> Two Slam attacks.</li>
<li><strong>Slam:</strong> Melee Weapon Attack: +5 to hit, 5 ft., one target, 10 (2d6+3) bludgeoning damage.</li>
<li><strong>Tentacles:</strong> Melee Weapon Attack: +5 to hit, 10 ft., one target, 13 (4d4+3) bludgeoning damage and the target is grappled (escape DC 13). Until this grapple ends the constructor can't use its tentacles on another target.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/void-constructor.md">Markdown Format</a></p>
</body>
</html>