42 lines
1.6 KiB
HTML
42 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>Orb of Enthralling Patterns</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Orb of Enthralling Patterns</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> uncommon</li>
|
|||
|
|
<li><strong>Type:</strong> Wondrous item</li>
|
|||
|
|
<li><strong>Attunement:</strong> Yes</li>
|
|||
|
|
<li><strong>Source:</strong> Vault of Magic</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>This plain, glass orb shimmers with iridescence. While holding this orb, you can use an action to speak its command word, which causes it to levitate and emit multicolored light. Each creature other than you within 10 feet of the orb must succeed on a DC 13 Wisdom saving throw or look at only the orb for 1 minute. For the duration, a creature looking at the orb has disadvantage on Wisdom (Perception) checks to perceive anything that is not the orb. Creatures that failed the saving throw have no memory of what happened while they were looking at the orb. Once used, the orb can't be used again until the next dawn.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/vault_of_magic/orb-of-enthralling-patterns.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|