initial commit
This commit is contained in:
84
monsters/html/tome_of_beasts_2/gaunt-one.html
Normal file
84
monsters/html/tome_of_beasts_2/gaunt-one.html
Normal file
@@ -0,0 +1,84 @@
|
||||
|
||||
<!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>Gaunt One</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Gaunt One</h1>
|
||||
<p><em>Medium</em> <em>Aberration</em> <em>neutral evil</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 14 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 75 (10d8+30)</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 163</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>18 (+4)</td>
|
||||
<td>15 (+2)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>15 (+2)</td>
|
||||
<td>12 (+1)</td>
|
||||
<td>4 (-3)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> stealth +4</li>
|
||||
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 11</li>
|
||||
<li><strong>Languages:</strong> understands Undercommon but can’t speak</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Keen Hearing:</strong> The gaunt one has advantage on Wisdom (Perception) checks that rely on hearing.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The gaunt one makes two claw attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14).</li>
|
||||
<li><strong>Claw:</strong> Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) slashing damage.</li>
|
||||
<li><strong>Extract Heart:</strong> Melee Weapon Attack: +6 to hit, reach 5 ft., one humanoid grappled by the gaunt one. Hit: The target must make a DC 13 Constitution saving throw, taking 22 (5d8) piercing damage on a failed save, or half as much damage on a successful one. If this damage reduces the target to 0 hp, the gaunt one kills the target by extracting and devouring its heart.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2/gaunt-one.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user