Files
5ead/monsters/html/tome_of_beasts_2/thin-giant.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>Thin Giant</title>
</head>
<body>
<h1>Thin Giant</h1>
<p><em>Huge</em> <em>Giant</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor)</li>
<li><strong>Hit Points:</strong> 168 (16d12+64)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 9 (5,000 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2, page 175</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>23 (+6)</td>
<td>16 (+3)</td>
<td>18 (+4)</td>
<td>11 (+0)</td>
<td>13 (+1)</td>
<td>9 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +7, Con +8, Wis +5</li>
<li><strong>Skills:</strong> perception +5, stealth +11</li>
<li><strong>Damage Resistances:</strong> bludgeoning, necrotic</li>
<li><strong>Condition Immunities:</strong> exhaustion</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 15</li>
<li><strong>Languages:</strong> Common, Deep Speech, Giant</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Contortionist:</strong> The thin giant can contort its body into unnatural positions, allowing it to easily move through any opening large enough for a Medium creature. It can squeeze through any opening large enough for a Small creature. The giant's destination must still have suitable room to accommodate its volume.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The thin giant makes three melee attacks, but it can use its Consuming Bite only once.</li>
<li><strong>Consuming Bite:</strong> Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 7 (2d6) necrotic damage. The target's hp maximum is reduced by an amount equal to the necrotic damage taken, and the giant regains hp equal to that amount. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +10 to hit, reach 20 ft., one target. Hit: 13 (2d6 + 6) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2/thin-giant.md">Markdown Format</a></p>
</body>
</html>