Files

90 lines
3.1 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>Wendigo</title>
</head>
<body>
<h1>Wendigo</h1>
<p><em>Medium</em> <em>Monstrosity</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor)</li>
<li><strong>Hit Points:</strong> 150 (20d8+60)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 11 (7,200 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 377</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>21 (+5)</td>
<td>18 (+4)</td>
<td>16 (+3)</td>
<td>11 (+0)</td>
<td>16 (+3)</td>
<td>12 (+1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> athletics +9, perception +7, stealth +8, survival +7</li>
<li><strong>Damage Immunities:</strong> cold, fire</li>
<li><strong>Damage Resistances:</strong> bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> exhaustion, stunned</li>
<li><strong>Senses:</strong> darkvision 120 ft., passive Perception 17</li>
<li><strong>Languages:</strong> Common</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Aura of Starvation:</strong> A creature that starts its turn within 10 feet of the wendigo must succeed on a DC 15 Constitution saving throw or be paralyzed by gnawing cold and crippling hunger for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the wendigo's Aura of Starvation for the next 24 hours.</li>
<li><strong>Magic Resistance:</strong> The wendigo has advantage on saving throws against spells and other magical effects.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The wendigo makes three attacks: two with its icy claw and one with its bite. Alternatively, it uses its Frozen Spittle twice.</li>
<li><strong>Icy Claw:</strong> Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage and 14 (4d6) cold damage.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) piercing damage.</li>
<li><strong>Frozen Spittle:</strong> Ranged Spell Attack: +7 to hit, range 100 ft., one target. Hit: 28 (8d6) cold damage, and the target must succeed on a DC 16 Dexterity saving throw or be restrained until the end of its next turn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/wendigo.md">Markdown Format</a></p>
</body>
</html>