Files
5ead/magic_items/html/vault_of_magic/ring-of-giant-mingling.html

42 lines
1.5 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>Ring of Giant Mingling</title>
</head>
<body>
<h1>Ring of Giant Mingling</h1>
<ul>
<li><strong>Rarity:</strong> rare</li>
<li><strong>Type:</strong> Ring</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>While wearing this ring, your size changes to match the size of those around you. If you are a Large creature and start your turn within 100 feet of four or more Medium creatures, this ring makes you Medium. Similarly, if you are a Medium creature and start your turn within 100 feet of four or more Large creatures, this ring makes you Large. These effects work like the effects of the enlarge/reduce spell, except they persist as long as you wear the ring and satisfy the conditions.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/ring-of-giant-mingling.md">Markdown Format</a></p>
</body>
</html>