Files

44 lines
1.6 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>Scale MIlk</title>
</head>
<body>
<h1>Scale MIlk</h1>
<ul>
<li><strong>Rarity:</strong> Rare</li>
<li><strong>Type:</strong> Potion</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Contained in a small, clear bottle, the cap to this item is carefully sealed with thick wax. The gray tinge to the milky liquid and the aroma of putrid fruit once it is opened are off-putting, but if it has not spoiled scale milk is a powerful restorative.</p>
<p>If consumed within 1 hour of breaking the wax seal, you receive the benefits of both the <em>greater restoration</em> and __heal_ spells.</p>
<p>If you consume this potion after the first hour, make a DC 18 Constitution <em>saving throw</em> . On a failure you take 6d8 poison damage and are <em>poisoned</em> for the next hour. On a success you take half damage and are poisoned until the end of their next turn. </p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/scale-milk-a5e.md">Markdown Format</a></p>
</body>
</html>