43 lines
1.6 KiB
HTML
43 lines
1.6 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 X-Ray Vision</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Ring of X-Ray Vision</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> Rare</li>
|
|||
|
|
<li><strong>Type:</strong> Ring</li>
|
|||
|
|
<li><strong>Attunement:</strong> Yes</li>
|
|||
|
|
<li><strong>Source:</strong> Level Up A5E</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>While wearing this ring, you can use an action to speak its command word and see through solid objects and matter in a 30-foot radius for 1 minute. Solid objects within the radius appear ghostly and transparent, allowing light to pass through them. You can see through up 3 feet of wood and dirt, 1 foot of stone, and 1 inch of common metal (thicker materials or a thin sheet of lead block the vision).</p>
|
|||
|
|
<p>When you use this ring again before taking a <em>long rest</em> , you make a DC 15 Constitution <em>saving throw</em> or suffer one level of <em>fatigue</em> and one level of <em>strife</em> .</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/ring-of-x-ray-vision-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|