Files
5ead/magic_items/html/level_up_a5e/hammer-of-thunderbolts-a5e.html

49 lines
2.0 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>Hammer of Thunderbolts</title>
</head>
<body>
<h1>Hammer of Thunderbolts</h1>
<ul>
<li><strong>Rarity:</strong> Legendary</li>
<li><strong>Type:</strong> Weapon</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>You gain a +1 bonus to attack and damage rolls made with this magic maul. This weapon can only be attuned to when you are wearing a __belt of giant strength_ and __gauntlets of ogre power ._ The attunement ends if you remove or change attunement away from either of those items. </p>
<p>While you are attuned to this weapon and holding it:</p>
<ul>
<li>Your Strength score increases by 4 (and can exceed 20, but not 30).</li>
<li>When you make an attack roll with this weapon against a giant and roll a natural 20, the giant makes a DC 17 Constitution <em>saving throw</em> or dies.</li>
</ul>
<p>You can expend 1 charge and make a ranged weapon attack with the maul with a normal range of 20 feet and a maximum range of 60 feet. On a hit, the maul unleashes a thunderclap heard from up to 300 feet away. The target and every creature within 30 feet of it make a DC 17 Constitution <em>saving throw</em> or become <em>stunned</em> until the end of your next turn.</p>
<p>The maul has 5 charges and regains 1d4+1 charges each dawn.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/hammer-of-thunderbolts-a5e.md">Markdown Format</a></p>
</body>
</html>