Files
5ead/monsters/html/tome_of_beasts_3/climbing-vine.html

91 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>Climbing Vine</title>
</head>
<body>
<h1>Climbing Vine</h1>
<p><em>Medium</em> <em>Plant</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 11 (natural armor)</li>
<li><strong>Hit Points:</strong> 13 (2d8+4)</li>
<li><strong>Speed:</strong> walk 10 ft. climb 10 ft.</li>
<li><strong>Challenge Rating:</strong> 1/8 (25 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 85</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>13 (+1)</td>
<td>7 (-2)</td>
<td>15 (+2)</td>
<td>1 (-5)</td>
<td>7 (-2)</td>
<td>1 (-5)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +-2</li>
<li><strong>Damage Immunities:</strong> psychic</li>
<li><strong>Condition Immunities:</strong> blinded, charmed, deafened, exhaustion, frightened, prone</li>
<li><strong>Senses:</strong> blindsight 20', passive Perception 8</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Digestive Dew:</strong> A creature that starts its turned grappled by the climbing vine takes 2 (1d4) acid.</li>
<li><strong>Flexible Form:</strong> A climbing vine can move through a space as narrow as 6 inches wide with o squeezing.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Dewvine:</strong> Melee Weapon Attack: +3 to hit, 5 ft., one creature,. The target is grappled (escape DC 11). The climbing vine has two attacking vines each of which can grapple only one creature.</li>
<li><strong>Squeeze:</strong> Squeezes creatures in its grasp. Each creature grappled by the climbing vine must make DC 11 Str save or take 5 (2d4) bludgeoning damage.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Grasping Retaliation:</strong> When a creature hits the climbing vine with melee attack while within 5 ft. of the vine the vine can make one Dewvine attack vs. it.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/climbing-vine.md">Markdown Format</a></p>
</body>
</html>