Files
5ead/magic_items/html/level_up_a5e/rope-of-entanglement-a5e.html

45 lines
1.9 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;
}
table {
border-collapse: collapse; /* Ensure that borders are not double */
width: 100%; /* Optional: makes the table take up the full width */
}
th, td {
border: 1px solid black; /* Adds a 1px solid black border around each cell */
text-align: left; /* Optional: aligns text to the left */
padding: 2px;
}
</style>
<title>Rope of Entanglement</title>
</head>
<body>
<h1>Rope of Entanglement</h1>
<ul>
<li><strong>Rarity:</strong> Rare</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This magical rope is 60 feet long, holds up to 3,000 pounds, and weighs only 3 pounds. While holding one end of the rope, you can use an action to speak a command word that animates it. With a bonus action, you can make the other end move toward a destination you choose. </p>
<p>The other end moves 10 feet on each of your turns until it reaches the point, moves its maximum length away, or you command it to halt. You may also command the rope to coil itself, knot itself, unknot itself, or fasten or unfasten itself.</p>
<p>While knotted, the rope shortens to 50 feet as knots appear at 1 foot intervals along its length. Creatures have <em>advantage</em> on checks made to climb the rope when it is used in this way.</p>
<p>The rope has AC 20 and 20 hit points. When damaged the rope recovers 1 hit point every 5 minutes. The rope is destroyed when reduced to 0 hit points.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/rope-of-entanglement-a5e.md">Markdown Format</a></p>
</body>
</html>