Files
5ead/magic_items/html/level_up_a5e/idol-of-light-a5e.html

48 lines
2.2 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>Idol of Light</title>
</head>
<body>
<h1>Idol of Light</h1>
<ul>
<li><strong>Rarity:</strong> Very Rare</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This glass idol resembles a humanoid woman with a set of iridescent butterfly wings and a crystalline crown. The idol sheds bright light in a 10-foot radius and dim light for an additional 10 feet at all times. It has 10 charges and regains 1d6 + 4 charges each day if exposed to the light of dawn. You can expend the idols charges to produce the following effects:</p>
<ul>
<li>When you take radiant or necrotic damage, you can use your reaction to expend 1 charge and gain <em>resistance</em> to that damage type for the next minute or until you use this property again.</li>
<li>As an action, you can expend 2 charges to make the idol shed light, as if by the __daylight_ spell, for 10 minutes.</li>
<li>As an action, you can expend 3 charges to cast __dispel magic_ , targeting an illusion or necromancy spell. You can increase the spell slot level by one for each additional charge you expend.</li>
<li>As a bonus action, you can expend 4 charges to cause the idol to flare with blinding light. Creatures you choose within 30 feet must succeed on a DC 13 Constitution <em>saving throw</em> or be <em>blinded</em> until the end of your next turn. Undead make the save with <em>disadvantage</em> .</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/idol-of-light-a5e.md">Markdown Format</a></p>
</body>
</html>