Files

95 lines
2.9 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>Ice Willow</title>
</head>
<body>
<h1>Ice Willow</h1>
<p><em>Large</em> <em>Plant</em> <em>neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 142 (15d10+60)</li>
<li><strong>Speed:</strong> walk 20 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 240</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>9 (-1)</td>
<td>18 (+4)</td>
<td>7 (-2)</td>
<td>14 (+2)</td>
<td>5 (-3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +2</li>
<li><strong>Damage Vulnerabilities:</strong> fire</li>
<li><strong>Damage Immunities:</strong> cold</li>
<li><strong>Damage Resistances:</strong> lightning, slashing</li>
<li><strong>Condition Immunities:</strong> blinded, deafened, frightened</li>
<li><strong>Senses:</strong> darkvision 60', passive Perception 12</li>
<li><strong>Languages:</strong> Sylvan</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>False Appearance:</strong> While motionless indistinguishable from ice-covered willow tree.</li>
<li><strong>Ice Melt:</strong> If it takes fire damage its icicles partially melt. Until the end of the ice willow's next turn creatures have advantage on saves vs. the willow's Icicle Drop and Icicle Spray.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> Two Slam attacks.</li>
<li><strong>Slam:</strong> Melee Weapon Attack: +7 to hit, 10 ft., one target, 13 (2d8+4) bludgeoning damage + 7 (2d6) cold.</li>
<li><strong>Icicle Drop (Recharge 4-6):</strong> Shakes several spear-like icicles loose. Each creature within 10 ft. of the willow must make a DC 15 Dex save taking 9 (2d8) piercing damage and 7 (2d6) cold on a failed save or half damage if made.</li>
<li><strong>Icicle Spray (Recharge 6):</strong> Flings icicles in a 30' cone. All in area make a DC 15 Dex save taking 18 (4d8) piercing damage and 14 (4d6) cold on a failed save or half damage if made.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Melting Icicles:</strong> When the ice willow takes fire it can immediately use Icicle Drop if available.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/ice-willow.md">Markdown Format</a></p>
</body>
</html>