Files
5ead/monsters/html/tome_of_beasts_2/snow-giant.html

90 lines
2.5 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>Snow Giant</title>
</head>
<body>
<h1>Snow Giant</h1>
<p><em>Huge</em> <em>Giant</em> <em>neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 11</li>
<li><strong>Hit Points:</strong> 138 (12d12+60)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2, page 174</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>19 (+4)</td>
<td>12 (+1)</td>
<td>20 (+5)</td>
<td>9 (-1)</td>
<td>15 (+2)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Con +8, Wis +5</li>
<li><strong>Skills:</strong> athletics +7, stealth +4, survival +5</li>
<li><strong>Damage Vulnerabilities:</strong> fire</li>
<li><strong>Damage Immunities:</strong> cold</li>
<li><strong>Condition Immunities:</strong> grappled, restrained</li>
<li><strong>Senses:</strong> passive Perception 12</li>
<li><strong>Languages:</strong> Common, Giant</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Snow Camouflage:</strong> The snow giant has advantage on Dexterity (Stealth) checks made to hide in snowy terrain.</li>
<li><strong>Snow Regeneration:</strong> The snow giant regains 5 hp at the start of its turn if it has at least 1 hp and it is in snowy terrain.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The snow giant makes two club attacks.</li>
<li><strong>Club:</strong> Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 11 (3d4 + 4) bludgeoning damage.</li>
<li><strong>Giant Snowball:</strong> Ranged Weapon Attack: +7 to hit, range 60/240 ft., one target. Hit: 14 (3d6 + 4) bludgeoning damage plus 4 (1d8) cold damage, and the target must succeed on a DC 16 Dexterity save or be blinded until the end of its next turn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2/snow-giant.md">Markdown Format</a></p>
</body>
</html>