Files
5ead/magic_items/html/level_up_a5e/perfume-vile-a5e.html
2025-06-07 07:58:30 -05:00

43 lines
1.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Perfume Vile</title>
</head>
<body>
<h1>Perfume Vile</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>You can use a bonus action to spray perfume from this fashionable bottle, immediately dispelling any foul odors on a creature or object of Large size or smaller and leaving behind only the faint smell of peonies that lasts for 1d4 hours. The bottle has enough perfume in it for 20 sprays.</p>
<p>Alternatively, you can use an action to throw the bottle at a point within 30 feet, creating a 20-foot radius sphere of pink gas centered where it hits. The cloud spreads around corners, and its area is heavily obscured. The cloud lingers in the air for 1d4 rounds. A creature that enters the area or starts its turn there makes a Constitution <em>saving throw</em> (DC equal to the number of perfume sprays remaining) or it takes 1d4 poison damage and becomes stunned for 1 round. Creatures already wearing the perfume have <em>advantage</em> on this saving throw.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/perfume-vile-a5e.md">Markdown Format</a></p>
</body>
</html>