Files
5ead/magic_items/html/level_up_a5e/eversmoking-bottle-a5e.html

43 lines
1.6 KiB
HTML
Raw 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>Eversmoking Bottle</title>
</head>
<body>
<h1>Eversmoking Bottle</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> Level Up A5E</li>
</ul>
<p>This glass bottle is filled with whirling smoke. You can use an action to remove the stopper, causing a thick cloud to pour out and fill a 60-foot radius centered on the bottle, making the area <em>heavily obscured</em> . The cloud grows by 10 feet for each minute that the bottle remains open, to a maximum radius of 120 feet.</p>
<p>The cloud remains until the bottle is closed. Closing the bottle requires the items command word and an action, after which the smoke disperses after 10 minutes. Moderate winds disperse the smoke after 1 minute. Strong winds disperse the smoke after 1 round.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/eversmoking-bottle-a5e.md">Markdown Format</a></p>
</body>
</html>