Files
5ead/magic_items/html/level_up_a5e/contract-of-indentured-service-a5e.html

43 lines
2.0 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>Contract of Indentured Service</title>
</head>
<body>
<h1>Contract of Indentured Service</h1>
<ul>
<li><strong>Rarity:</strong> Common</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Necromancers occasionally act as apparent benefactors, offering loans to victims now in exchange for service after death. This contract details an account of a spirit that has become indentured to the contracts holder. While holding the contract, you can speak the command word as an action to summon the <em>invisible</em> undead spirit, which functions as the spell __unseen servant_ . You cant do so again until you finish a <em>long rest</em> .</p>
<p>Alternatively, you can use an action to tear up the contract and release the undead spirit. The spirit appears as a friendly <strong><em>specter</em></strong> you can telepathically command (as a bonus action) for as long as you maintain <em>concentration</em> . The specter acts immediately after your turn. If your concentration is broken, the specter attacks you and your companions. Otherwise the specter disappears 10 minutes after it is summoned, vanishing to whichever afterlife awaits it.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/contract-of-indentured-service-a5e.md">Markdown Format</a></p>
</body>
</html>