Files
5ead/magic_items/html/level_up_a5e/alliance-rings-a5e.html

43 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>Alliance Rings</title>
</head>
<body>
<h1>Alliance Rings</h1>
<ul>
<li><strong>Rarity:</strong> Uncommon</li>
<li><strong>Type:</strong> Ring</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>These matched glass rings shimmer from a stitch of eldritch energy that runs through their center. They contain some residual memories of the cleric and herald who originally wore the bands, relying on the enchanted jewelry as much as each other through many adventures together. When you and another creature attune to the rings, you each gain the ability to sense your approximate distance from one another. You also receive a slight jolt when the other ring wearer drops to 0 hit points.</p>
<p>When the other ring wearer takes damage, you can use your reaction to concentrate and rotate the ring. When you do so, both you and the other ring wearer receive an image of an elderly herald giving up her life to shield her cleric companion from enemy arrows. The effect, spell, or weapons damage dice are rolled twice and use the lower result. After being used in this way, the energy in each ring disappears and they both become mundane items.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/alliance-rings-a5e.md">Markdown Format</a></p>
</body>
</html>