Files
5ead/magic_items/html/level_up_a5e/deaths-essence-pendant-a5e.html

44 lines
1.9 KiB
HTML
Raw Permalink 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>Deaths Essence Pendant</title>
</head>
<body>
<h1>Deaths Essence Pendant</h1>
<ul>
<li><strong>Rarity:</strong> Uncommon</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This small black pendant has 5 charges and regains 1d4 charges each day at dawn.</p>
<p>You can use an action and expend a charge to make undead of CR 1 or lower indifferent to you and creatures you choose within 30 feet of you. Undead remain indifferent until you for up to 1 hour, or until you threaten or harm them.</p>
<p>Three times each day you can use a bonus action and expend a charge to summon a skeleton (page 334 or zombie (page 335). Your summoned creature follows you and is hostile to creatures that are hostile to you. You may decide the action the undead takes and where it moves during its next turn, or you can issue a general command, such as guarding an area. If not given a command, the undead only defends itself. The undead continues to follow a command until its task is complete. Undead created by the pendant turn into dust at dawn.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/deaths-essence-pendant-a5e.md">Markdown Format</a></p>
</body>
</html>