43 lines
1.7 KiB
HTML
43 lines
1.7 KiB
HTML
|
|
|
|||
|
|
<!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 the Vengeance Seeker</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Ring of the Vengeance Seeker</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> Rare</li>
|
|||
|
|
<li><strong>Type:</strong> Ring</li>
|
|||
|
|
<li><strong>Attunement:</strong> No</li>
|
|||
|
|
<li><strong>Source:</strong> Level Up A5E</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>This silver ring is set with an exquisite emerald. As an action, you can rotate the ring three times on your finger, casting the __poison skin_ spell. When cast in this way, the effect of the bright colors gives the appearance of brilliantly-colored makeup, face paint, or hair dye, removing the <em>disadvantage</em> to Stealth. Recognizing the coloring for what it is requires a DC 14 Arcana check. Once the ring has been used in this way, it cannot be used until the next evening.</p>
|
|||
|
|
<p>You can also use an action to release the gem from its setting and drop it into a container of liquid no larger than a mug of ale. The liquid functions as a truth serum. Once the gem is removed, the ring becomes a mundane item.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/ring-of-the-vengeance-seeker-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|