43 lines
1.8 KiB
HTML
43 lines
1.8 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>Flask of Inebriation</title>
|
||
</head>
|
||
<body>
|
||
<h1>Flask of Inebriation</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> Common</li>
|
||
<li><strong>Type:</strong> Wondrous Item</li>
|
||
<li><strong>Attunement:</strong> No</li>
|
||
<li><strong>Source:</strong> Level Up A5E</li>
|
||
</ul>
|
||
<p>This plain and rough old steel flask hides one's vices most inconspicuously. Any liquid poured into the flask instantly becomes intoxicating and remains so even if poured out of the flask. The flask has no effect on any form of magical liquids poured into it.</p>
|
||
<p>The flask has 2 charges and regains 1 charge each dawn. You can use an action to expend 1 charge, spraying a 10-foot cone that empties the flask of its contents. Creatures within the area make a DC 10 Constitution <em>saving throw</em> or are <em>poisoned</em> by the potent alcohol. At the end of each of its turns, a creature poisoned by the flask can repeat the saving throw, ending the effect on itself on a success. If you expend the last charge, roll a d20. On a result of 5 or less, the flask loses its potency and becomes a mundane item.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/flask-of-inebriation-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|