44 lines
1.8 KiB
HTML
44 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>Wand of Flame Control</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Wand of Flame Control</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> common</li>
|
|||
|
|
<li><strong>Type:</strong> Wand</li>
|
|||
|
|
<li><strong>Attunement:</strong> No</li>
|
|||
|
|
<li><strong>Source:</strong> Vault of Magic</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>This wand is fashioned from a branch of pine, stripped of bark and beaded with hardened resin. The wand has 3 charges. If you use the wand as an arcane focus while casting a spell that deals fire damage, you can expend 1 charge as part of casting the spell to increase the spell's damage by 1d4. In addition, while holding the wand, you can use an action to expend 1 of its charges to cause one of the following effects: - Change the color of any flames within 30 feet.
|
|||
|
|
- Cause a single flame to burn lower, halving the range of light it sheds but burning twice as long.
|
|||
|
|
- Cause a single flame to burn brighter, doubling the range of the light it sheds but halving its duration. The wand regains all expended charges daily at dawn. If you expend the wand's last charge, roll a 1d20. On a 1, the wand bursts into flames and burns to ash in seconds.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/vault_of_magic/wand-of-flame-control.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|