Files
5ead/magic_items/html/vault_of_magic/wand-of-vapors.html
2025-06-07 07:58:30 -05:00

42 lines
2.1 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>Wand of Vapors</title>
</head>
<body>
<h1>Wand of Vapors</h1>
<ul>
<li><strong>Rarity:</strong> rare</li>
<li><strong>Type:</strong> Wand</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>Green gas swirls inside this slender, glass wand. The wand has 7 charges for the following properties. It regains 1d6 + 1 expended charges daily at dawn. If you expend the wand's last charge, roll a d20. On a 1, the wand shatters into hundreds of crystalline fragments, and the gas within it dissipates. Fog Cloud. While holding the wand, you can use an action to expend 1 or more of its charges to cast the fog cloud spell from it. For 1 charge, you cast the 1st-level version of the spell. You can increase the spell slot level by one for each additional charge you expend. Gaseous Escape. When you are attacked while holding this wand, you can use your reaction to expend 3 of its charges to transform yourself and everything you are wearing and carrying into a cloud of green mist until the start of your next turn. While you are a cloud of green mist, you have resistance to nonmagical damage, and you cant be grappled or restrained. While in this form, you also cant talk or manipulate objects, any objects you were wearing or holding cant be dropped, used, or otherwise interacted with, and you cant attack or cast spells.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/wand-of-vapors.md">Markdown Format</a></p>
</body>
</html>