44 lines
2.0 KiB
HTML
44 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>Iron Foe Mace</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Iron Foe Mace</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>Crafted with the ichor of a rust monster, this pale white mace looks and feels like bone, but has the heft of stone and consumes metal on impact. You gain +2 bonus to <em>attack and damage rolls</em> made with this magical mace. However, if your Strength score is less than 16 you suffer <em>disadvantage</em> on attack rolls made with the mace.</p>
|
|||
|
|
<p>On a successful attack, you can use your reaction to expend a charge and attempt to consume non-magical metal armor or a shield worn by your target, in addition to your normal damage. Alternately, when an attack misses you, you can use your reaction to spend a charge to deflect the weapon and attempt to consume it. Finally, you can use your action to spend a charge and touch the mace to any unattended non-magical metal object of Medium size or smaller and consume it.</p>
|
|||
|
|
<p>The wielder of an item you are trying to consume must succeed on a DC 14 Constitution <em>saving throw</em> , otherwise the item is destroyed. Unattended objects are automatically destroyed. The mace has 4 charges and regains 1d4 charges each dawn.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/iron-foe-mace-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|