Files

90 lines
3.0 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>Ichneumon</title>
</head>
<body>
<h1>Ichneumon</h1>
<p><em>Large</em> <em>Monstrosity</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor; 18 with Mud Armor)</li>
<li><strong>Hit Points:</strong> 123 (13d10+52)</li>
<li><strong>Speed:</strong> walk 50 ft.</li>
<li><strong>Challenge Rating:</strong> 11 (7,200 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 224</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>22 (+6)</td>
<td>18 (+4)</td>
<td>18 (+4)</td>
<td>6 (-2)</td>
<td>14 (+2)</td>
<td>12 (+1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +8, Con +8, Wis +6</li>
<li><strong>Skills:</strong> acrobatics +8, athletics +10, stealth +8, survival +6</li>
<li><strong>Damage Resistances:</strong> acid, cold, fire, lightning, poison; bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Senses:</strong> darkvision 120 ft., passive Perception 12</li>
<li><strong>Languages:</strong> -</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Draconic Predator:</strong> The ichneumon is immune to a dragon's Frightful Presence and has advantage on saving throws against the breath weapons of dragons.</li>
<li><strong>Evasion:</strong> If the ichneumon is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the ichneumon instead takes no damage if it succeeds on the saving throw, and only half damage if it fails.</li>
<li><strong>Keen Hearing and Smell:</strong> The ichneumon has advantage on Wisdom (Perception) checks that rely on hearing or smell.</li>
<li><strong>Mud Armor:</strong> If the ichneumon spends an hour applying mud to itself, it can increase its AC by 2 for 8 hours.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The ichneumon makes three attacks: two with its bite and one with its claws.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 20 (4d6 + 6) piercing damage and the target is grappled (escape DC 18). Until this grapple ends, the target is restrained, and the ichneumon can't use its bite on another target.</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 16 (3d6 + 6) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/ichneumon.md">Markdown Format</a></p>
</body>
</html>