Files
5ead/magic_items/html/level_up_a5e/hungry-quasit-a5e.html

43 lines
1.7 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>Hungry Quasit</title>
</head>
<body>
<h1>Hungry Quasit</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>This Tiny bloodstone is carved in the shape of a grinning, pot-bellied <em>quasit</em> . Whenever you would gain temporary hit points, you can choose to store them inside the quasit instead. Unlike normal temporary hit points, the hit points you store inside the quasit stack, although the maximum number of temporary hit points the quasit can hold at one time is equal to your Charisma modifier + your warlock level (minimum 1).</p>
<p>You can use an action to activate the quasit and gain all the temporary hit points currently stored inside it, which last for up to 1 hour. Whenever you activate the quasit, roll a d20. On a result of 5 or less, you dont gain any temporary hit points, and instead the <em>quasit</em> animates and flies off never to be seen again.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/hungry-quasit-a5e.md">Markdown Format</a></p>
</body>
</html>