Files
5ead/magic_items/html/level_up_a5e/glass-ring-a5e.html

44 lines
1.8 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>Glass Ring</title>
</head>
<body>
<h1>Glass Ring</h1>
<ul>
<li><strong>Rarity:</strong> Uncommon</li>
<li><strong>Type:</strong> Ring</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Though glass is expensive and not found in all buildings, breaking a window is a common aspect of burglary—a dangerous part if there are guards to worry about. As a bonus action, you can expend 1 charge to make the hand and arm wearing the ring pass through a single pane of glass for 2d4 + 2 rounds. Objects that you hold in that hand also pass through the glass. If your hand or arm are still through the glass at the end of the duration, you take 1d10 slashing damage as the glass breaks. </p>
<p>Alternatively, when you hit a creature made of glass or crystal with a melee attack using the hand wearing the ring, you can command the ring to shatter. The hit deals an additional 2d8 damage.</p>
<p>The ring has 2 charges and regains 1 charge each dawn. If you expend the last charge, roll a d20. On a result of 5 or less, the ring loses its magic and becomes a mundane item.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/glass-ring-a5e.md">Markdown Format</a></p>
</body>
</html>