Files
5ead/magic_items/html/level_up_a5e/sonic-staff-a5e.html
2025-06-07 07:58:30 -05:00

45 lines
1.9 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Sonic Staff</title>
</head>
<body>
<h1>Sonic Staff</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 metal polearm has complex flanged baffles along its haft and ends with a faintly glowing two-tined cap not unlike a tuning fork. When struck it reverberates near-deafeningly and by adjusting its components you can tune it to the destructive resonance of an object.</p>
<p>You have a +1 bonus to <em>attack and damage rolls</em> made with this magic weapon. It constantly emits a high-pitched whine that is uncomfortable to animals. Animals do not willingly approach within 10 feet of the staff without a successful DC 22 Animal Handling check. </p>
<p>Attacks with this weapon deal double damage against doors and other objects.</p>
<p>Once per day, you can use an action to slam it against the ground and generate a wave of thunder and force, either in a 10-foot radius or 30-foot cone. Creatures in the area take 3d6 thunder damage and are pushed 15 feet away. This effect cannot penetrate a <em>silence</em> spell (or any similar magical silence effect).</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/sonic-staff-a5e.md">Markdown Format</a></p>
</body>
</html>