Files
5ead/magic_items/html/level_up_a5e/magic-mirror-a5e.html

45 lines
2.4 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>Magic Mirror</title>
</head>
<body>
<h1>Magic Mirror</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> Level Up A5E</li>
</ul>
<p>When a magic mirror is viewed indirectly, its surface shows an insubstantial otherworldly face looking back at you. Magic mirrors can be found in three sizes.</p>
<p><em><strong>Pocket (Uncommon).</strong></em> While attuned to the pocket mirror, you can use it as a <em>spellcasting</em> focus, and twice per dawn cast <em>augury</em> as you look into it. When you do so, your reflection whispers the answers to your questions.</p>
<p><strong>Handheld (Rare).</strong> While attuned to the handheld mirror, you can use it as a <em>spellcasting</em> focus, and you can cast <em>augury</em> and __divination_ once each per dawn as you look into it. Your reflection whispers the answers to your questions.</p>
<p><strong>Wall (Very Rare).</strong> While this bulky mirror is securely fastened to a wall, twice per dawn you can look into it and speak a command phrase to cast <em>commune , contact other plane ,</em> or __divination_ . Your reflection answers your questions. Additionally, as an action once per dawn, the wall mirror can be linked to another <em>magic mirror</em> by speaking the name of the other mirrors bearer, initiating a face to face conversation that can last up to 10 minutes. Both you and the other mirror user can clearly see each others faces, but dont get any sense of one anothers surroundings. Either you or the other mirror user can use a bonus action to end the conversation early.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/magic-mirror-a5e.md">Markdown Format</a></p>
</body>
</html>