Files

87 lines
2.7 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>Frost Mole</title>
</head>
<body>
<h1>Frost Mole</h1>
<p><em>Small</em> <em>Beast</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 14 (natural armor)</li>
<li><strong>Hit Points:</strong> 71 (11d6+33)</li>
<li><strong>Speed:</strong> burrow 30 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2, page 390</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>16 (+3)</td>
<td>15 (+2)</td>
<td>16 (+3)</td>
<td>3 (-4)</td>
<td>13 (+1)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> athletics +5, perception +3, stealth +4</li>
<li><strong>Damage Resistances:</strong> cold</li>
<li><strong>Senses:</strong> blindsight 60 ft. (blind beyond this radius), passive Perception 13</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Keen Smell:</strong> The frost mole has advantage on Wisdom (Perception) checks that rely on smell.</li>
<li><strong>Snow Burrower:</strong> The frost mole can burrow through nonmagical snow and ice in addition to sand, earth, and mud.</li>
<li><strong>Snow Camouflage:</strong> The frost mole has advantage on Dexterity (Stealth) checks made to hide in snowy terrain.</li>
<li><strong>Snow Pit:</strong> If the frost mole moves at least 20 feet straight toward a creature, it can dig a 5-foot-diameter, 20-foot-deep pit beneath the creature. If the target is Medium or smaller, it must succeed on a DC 13 Dexterity saving throw or fall into the pit and land prone, taking falling damage as normal. If the target is Large or larger, it must succeed on a DC 13 Dexterity saving throw or be restrained. If the target is prone or restrained, the mole can make one claw attack against it as a bonus action.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Claw:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 8 (2d4 + 3) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2/frost-mole.md">Markdown Format</a></p>
</body>
</html>