44 lines
1.6 KiB
HTML
44 lines
1.6 KiB
HTML
|
||
<!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>Necklace of Hunger</title>
|
||
</head>
|
||
<body>
|
||
<h1>Necklace of Hunger</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> 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>While you are attuned to and wearing this necklace of serrated teeth, you gain a bite natural weapon attack that deals 1d6 magical piercing damage, and you cannot become <em>diseased</em> or <em>poisoned</em> from anything you eat or drink.</p>
|
||
<p>In addition, you may eat anything organic that can reasonably fit in your mouth without difficulty (or regard for taste) and gain sustenance from doing so as if you have consumed a normal meal. </p>
|
||
<p><strong>Curse.</strong> Your appearance and aura carries a hint of malice and despair. You have <em>disadvantage</em> on Charisma checks and beasts are hostile towards you.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/necklace-of-hunger-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|