Files

44 lines
1.7 KiB
HTML
Raw Permalink 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>Wand of Binding</title>
</head>
<body>
<h1>Wand of Binding</h1>
<ul>
<li><strong>Rarity:</strong> rare</li>
<li><strong>Type:</strong> Wand</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>This 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 crumbles into ashes and is destroyed.</p>
<p><strong><em>Spells</em></strong>. While holding the wand, you can use an action to expend some of its charges to cast one of the following spells (save DC 17): <em>hold monster</em> (5 charges) or <em>hold person</em> (2 charges).</p>
<p><strong><em>Assisted Escape</em></strong>. While holding the wand, you can use your reaction to expend 1 charge and gain advantage on a saving throw you make to avoid being paralyzed or restrained, or you can expend 1 charge and gain advantage on any check you make to escape a grapple.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/wand-of-binding.md">Markdown Format</a></p>
</body>
</html>