Files
5ead/monsters/html/tome_of_beasts_3/npc-frost-afflicted.html

92 lines
2.7 KiB
HTML
Raw 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>Npc: Frost-Afflicted</title>
</head>
<body>
<h1>Npc: Frost-Afflicted</h1>
<p><em>Medium</em> <em>Humanoid</em> <em>chaotic neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 13 (leather armor)</li>
<li><strong>Hit Points:</strong> 65 (10d8+20)</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 3, page 408</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>13 (+1)</td>
<td>14 (+2)</td>
<td>15 (+2)</td>
<td>12 (+1)</td>
<td>17 (+3)</td>
<td>10 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +3</li>
<li><strong>Damage Immunities:</strong> cold</li>
<li><strong>Condition Immunities:</strong> exhaustion, petrified</li>
<li><strong>Senses:</strong> passive Perception 13</li>
<li><strong>Languages:</strong> any one language (usually Common)</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Burning Cold:</strong> A creature with resistance to cold doesn't have resistance to the cold dealt by the frost-afflicted. A creature with immunity to cold is unaffected by this trait.</li>
<li><strong>Icy Nature:</strong> The frost-afflicted is infused with minor elemental power and it requires only half the amount of food and drink that a typical humanoid of its size needs.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> Two Frigid Punch or Frost Bolt attacks.</li>
<li><strong>Frigid Punch:</strong> Melee Weapon Attack: +4 to hit, 5 ft., one target, 4 (1d4+2) bludgeoning damage and 5 (2d4) cold.</li>
<li><strong>Frost Bolt:</strong> Ranged Spell Attack: +5 to hit, 60 ft., one target, 8 (2d4+3) cold.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Frigid Flare:</strong> When a creature hits the frost-afflicted with weapon attack ice bursts from the frost-afflicted. Each creature within 5 ft. of the frost-afflicted must make a DC 13 Con save taking 5 (2d4) cold on a failed save or half damage if made.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/npc-frost-afflicted.md">Markdown Format</a></p>
</body>
</html>