Files

89 lines
2.4 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>Ghast of Leng</title>
</head>
<body>
<h1>Ghast of Leng</h1>
<p><em>Large</em> <em>Aberration</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 14 (natural armor)</li>
<li><strong>Hit Points:</strong> 127 (17d10+34)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 168</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>14 (+2)</td>
<td>4 (-3)</td>
<td>9 (-1)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Con +4, Wis +1</li>
<li><strong>Skills:</strong> perception +1</li>
<li><strong>Damage Vulnerabilities:</strong> radiant</li>
<li><strong>Damage Resistances:</strong> cold</li>
<li><strong>Senses:</strong> darkvision 120 ft., passive Perception 11</li>
<li><strong>Languages:</strong> Void Speech</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Blood Frenzy:</strong> The ghast of Leng has advantage on melee attack rolls against any creature that doesn't have all its hp.</li>
<li><strong>Keen Smell:</strong> The ghast of Leng has advantage on Wisdom (Perception) checks that rely on smell.</li>
<li><strong>Sunlight Hypersensitivity:</strong> The ghast of Leng takes 20 radiant damage when it starts its turn in sunlight. While in sunlight, it has disadvantage on attack rolls and ability checks.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Bite:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/ghast-of-leng.md">Markdown Format</a></p>
</body>
</html>