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

91 lines
2.6 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>Kryt</title>
</head>
<body>
<h1>Kryt</h1>
<p><em>Medium</em> <em>Humanoid</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 120 (16d8+48)</li>
<li><strong>Speed:</strong> walk 25 ft.</li>
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 243</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>20 (+5)</td>
<td>10 (+0)</td>
<td>16 (+3)</td>
<td>6 (-2)</td>
<td>18 (+4)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> insight +7, perception +7</li>
<li><strong>Condition Immunities:</strong> exhaustion</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 17</li>
<li><strong>Languages:</strong> Common</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Hold Breath:</strong> The kryt can hold its breath for 15 minutes.</li>
<li><strong>Prophetic Vision (1/Turn):</strong> The kryt catches a glimpse of the immediate future and gains advantage on one attack roll or one saving throw.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The kryt makes three attacks: one with its bite and two with its quarterstaff.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage</li>
<li><strong>Quarterstaff:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) bludgeoning damage, or 9 (1d8 + 5) bludgeoning damage if used with two hands.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Haunting Vision:</strong> When a kryt is attacked by a creature it can see within 30 feet of it, the kryt can haunt the creature with a vision of the creature's death. The haunted creature has disadvantage on its next attack roll. Undead creatures and creatures that are unable to be killed are immune to this reaction.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/kryt.md">Markdown Format</a></p>
</body>
</html>