Files
5ead/monsters/html/creature_codex/vines-of-nemthyr.html
2025-06-07 07:58:30 -05:00

91 lines
3.2 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Vines of Nemthyr</title>
</head>
<body>
<h1>Vines of Nemthyr</h1>
<p><em>Large</em> <em>Plant</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 133 (14d10+56)</li>
<li><strong>Speed:</strong> burrow 30 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 8 (3,900 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 371</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>19 (+4)</td>
<td>5 (-3)</td>
<td>13 (+1)</td>
<td>5 (-3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Str +7, Con +7</li>
<li><strong>Skills:</strong> perception +4, survival +4</li>
<li><strong>Damage Resistances:</strong> cold, poison</li>
<li><strong>Condition Immunities:</strong> blinded, deafened, frightened, poisoned</li>
<li><strong>Senses:</strong> blindsight 60 ft., passive Perception 14</li>
<li><strong>Languages:</strong> -</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Dispersal:</strong> As a bonus action, the vines of Nemthyr can separate itself into a group of distinct vines. While separated in this way, the vines can move through spaces as narrow as 3 inches wide. The separated vines can't attack while in this state, but they can reform into the vines of Nemthyr as a bonus action.</li>
<li><strong>False Appearance:</strong> While the vines of Nemthyr remains motionless, it is indistinguishable from a normal plant.</li>
<li><strong>Magic Resistance:</strong> The vines of Nemthyr has advantage on saving throws against spells and other magical effects.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The vines of Nemthyr makes three attacks: two with its slam and one with its thorny lash.</li>
<li><strong>Slam:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage.</li>
<li><strong>Thorny Lash:</strong> Melee Weapon Attack: +7 to hit, reach 15 ft., one target. Hit: 15 (2d10 + 4) slashing damage, and the target is grappled (escape DC 15). Until this grapple ends, the target is restrained. The vines of Nemthyr has two thorny lashes, each of which can grapple only one target.</li>
<li><strong>Thorn Spray (Recharge 6):</strong> The vines of Nemthyr shoots poisonous thorns in a 30-foot cone. Each creature in that area must make a DC 15 Constitution saving throw, taking 35 (10d6) poison damage on a failed save, or half as much damage on a successful one.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/vines-of-nemthyr.md">Markdown Format</a></p>
</body>
</html>