43 lines
2.0 KiB
HTML
43 lines
2.0 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 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> Level Up A5E</li>
|
||
</ul>
|
||
<p>While holding this wand, you can use an action to expend 1 charge and command another creature to flee or grovel (as the <em>command</em> spell, save DC 15). Alternatively, you can use an action to expend 2 charges, causing the wand to emit a 60-foot cone of light. Each creature in the area makes a DC 15 Wisdom <em>saving throw</em> or becomes <em>frightened</em> of you for 1 minute. A creature frightened in this way must spend its turns trying to move as far away from you as possible, and it can’t willingly move to a space within 30 feet of you. It also can’t take reactions. On its turn, the frightened creature can use only the Dash action or try to escape from an effect that prevents it from moving, or if it has nowhere to move then the Dodge action. A frightened creature can repeat the <em>saving throw</em> at the end of each of its turns, ending the effect on itself on a success.</p>
|
||
<p>This wand has 7 charges and regains 1d6+1 expended charges each dawn. When the last charge is expended, roll a d20. On a 1, the wand releases a chilling wail and crumbles into nothing.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/wand-of-fear-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|