Files
5ead/monsters/html/tome_of_beasts_2/destroyer.html
2025-06-07 07:58:30 -05:00

90 lines
3.0 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>Destroyer</title>
</head>
<body>
<h1>Destroyer</h1>
<p><em>Medium</em> <em>Humanoid</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (scale mail)</li>
<li><strong>Hit Points:</strong> 60 (8d8+24)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2, page 315</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>17 (+3)</td>
<td>10 (+0)</td>
<td>10 (+0)</td>
<td>13 (+1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Str +5, Con +5</li>
<li><strong>Skills:</strong> athletics +5, history +2, intimidation +3, perception +2</li>
<li><strong>Damage Resistances:</strong> necrotic</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 12</li>
<li><strong>Languages:</strong> Common, Void Speech</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Undead Commander:</strong> As a bonus action, the destroyer commands an undead ally within 30 feet of it to use a reaction to make one attack against a creature the destroyer attacked this round.</li>
<li><strong>Void Strength:</strong> The destroyer has advantage on Wisdom (Perception) checks and on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious.</li>
<li><strong>Void Weapons:</strong> The satarre's weapon attacks are magical. When the satarre hits with any weapon, the weapon deals an extra 1d8 necrotic damage (included in the attack).</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The satarre destroyer makes two attacks: one with its greataxe and one with its claw.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage plus 4 (1d8) necrotic damage.</li>
<li><strong>Greataxe:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 9 (1d12 + 3) slashing damage plus 4 (1d8) necrotic damage. If the target is a Medium or smaller creature, it must succeed on a DC 13 Strength saving throw or be knocked prone.</li>
<li><strong>Spear:</strong> Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d6 + 3) piercing damage, or 7 (1d8 + 3) piercing damage if used with two hands to make a melee attack.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2/destroyer.md">Markdown Format</a></p>
</body>
</html>