42 lines
1.4 KiB
HTML
42 lines
1.4 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>Honeypot of Awakening</title>
|
||
</head>
|
||
<body>
|
||
<h1>Honeypot of Awakening</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> Vault of Magic</li>
|
||
</ul>
|
||
<p>If you place 1 pound of honey inside this pot, the honey transforms into an ochre jelly after 24 hours. The jelly remains in a dormant state within the pot until you dump it out. You can use an action to dump the jelly from the pot in an unoccupied space within 5 feet of you. Once dumped, the ochre jelly is hostile to all creatures, including you. Only one ochre jelly can occupy the pot at a time.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/vault_of_magic/honeypot-of-awakening.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|