Files

42 lines
1.6 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;
}
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>Glamour Rings</title>
</head>
<body>
<h1>Glamour Rings</h1>
<ul>
<li><strong>Rarity:</strong> uncommon</li>
<li><strong>Type:</strong> Ring</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>These rings are made from twisted loops of gold and onyx and are always found in pairs. The rings' magic works only while you and another humanoid of the same size each wear one ring and are on the same plane of existence. While wearing a ring, you or the other humanoid can use an action to swap your appearances, if both of you are willing. This effect works like the Change Appearance effect of the alter self spell, except you can change your appearance to only look identical to each other. Your clothing and equipment don't change, and the effect lasts until one of you uses this property again or until one of you removes the ring.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/glamour-rings.md">Markdown Format</a></p>
</body>
</html>