initial commit
This commit is contained in:
43
magic_items/html/5.1_srd_(d&d_2014)/wand-of-fear.html
Normal file
43
magic_items/html/5.1_srd_(d&d_2014)/wand-of-fear.html
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
<!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 Fear</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Wand of Fear</h1>
|
||||
<ul>
|
||||
<li><strong>Rarity:</strong> rare</li>
|
||||
<li><strong>Type:</strong> Wand</li>
|
||||
<li><strong>Attunement:</strong> Yes</li>
|
||||
<li><strong>Source:</strong> 5.1 SRD (D&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>Command</em></strong>. While holding the wand, you can use an action to expend 1 charge and command another creature to flee or grovel, as with the <em>command</em> spell (save DC 15).</p>
|
||||
<p><strong><em>Cone of Fear</em></strong>. While holding the wand, you can use an action to expend 2 charges, causing the wand's tip to emit a 60-foot cone of amber light. Each creature in the cone must succeed on a DC 15 Wisdom saving throw or become frightened of you for 1 minute. While it is frightened in this way, a creature must spend its turns trying to move as far away from you as it can, and it can't willingly move to a space within 30 feet of you. It also can't take reactions. For its action, it can use only the Dash action or try to escape from an effect that prevents it from moving. If it has nowhere it can move, the creature can use the Dodge action. At the end of each of its turns, a creature can repeat the saving throw, ending the effect on itself on a success.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.1_srd_(d&d_2014)/wand-of-fear.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user