Files
5ead/magic_items/html/level_up_a5e/spinal-whip-a5e.html

43 lines
1.9 KiB
HTML
Raw 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>Spinal Whip</title>
</head>
<body>
<h1>Spinal Whip</h1>
<ul>
<li><strong>Rarity:</strong> Very Rare</li>
<li><strong>Type:</strong> Weapon</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This magic whip deals 1d6 bludgeoning damage, and when you hit a living creature with an attack using it, the target takes an extra 1d8 necrotic damage.</p>
<p>When you attack a living creature with this weapon and roll a 20 on the attack roll, it rattles with the death throes of the damned. Each creature of your choice in a 50-foot radius extending from you must succeed on a DC 18 Wisdom <em>saving throw</em> or become <em>frightened</em> 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 cant willingly move to a space within 50 feet of you. It also cant 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/level_up_a5e/spinal-whip-a5e.md">Markdown Format</a></p>
</body>
</html>