Files

88 lines
2.7 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>Roper</title>
</head>
<body>
<h1>Roper</h1>
<p><em>Large</em> <em>Monstrosity</em></p>
<ul>
<li><strong>Armor Class:</strong> 20</li>
<li><strong>Hit Points:</strong> 93 (11d10+33)</li>
<li><strong>Speed:</strong> walk 10 ft. climb 10 ft.</li>
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 373</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>18 (+4)</td>
<td>8 (-1)</td>
<td>16 (+3)</td>
<td>6 (-2)</td>
<td>14 (+2)</td>
<td>4 (-3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Senses:</strong> blindsight 30 ft., darkvision 60 ft., passive Perception 12</li>
<li><strong>Languages:</strong> </li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>False Appearance:</strong> While motionless, the roper is indistinguishable from a normal stalactite or stalagmite.</li>
<li><strong>Spider Climb:</strong> The roper can climb even on difficult surfaces and upside down on ceilings.</li>
<li><strong>Tendrils:</strong> The roper has eight tendrils. Each tendril has AC 20, 15 hit points, vulnerability to slashing damage, and immunity to psychic damage. A creature can also break a tendril by taking an action to make a DC 15 Strength check. A tendril takes no damage from sources other than attacks. The roper grows back any destroyed tendrils after a long rest.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The roper makes up to four tendril attacks then uses Reel then attacks with its bite.</li>
<li><strong>Tendril:</strong> Melee Weapon Attack: +7 to hit, reach 50 ft., one target. Hit: The target is grappled (escape DC 15). Until this grapple ends the target is restrained and the roper can't use this tendril on another target.</li>
<li><strong>Reel:</strong> The roper pulls each creature it is grappling up to 25 feet straight towards it.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage plus 9 (2d8) acid damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/a5e_monstrous_menagerie/roper-a5e.md">Markdown Format</a></p>
</body>
</html>