Files
5ead/magic_items/html/vault_of_magic/spearbiter.html

42 lines
2.0 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>Spearbiter</title>
</head>
<body>
<h1>Spearbiter</h1>
<ul>
<li><strong>Rarity:</strong> varies</li>
<li><strong>Type:</strong> Armor</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>The front of this shield is fashioned in the shape of a snarling wolf s head. Spearbiter (Uncommon). When a creature you can see within 5 feet of you makes a melee weapon attack against you, you can use a reaction to attack the attackers weapon, the wolf s head animating and snapping its jaws at the weapon. Make a melee weapon attack with the shield. You have proficiency with this attack if you are proficient with shields. If the result is higher than the attackers attack roll against you, the attackers attack misses you. You cant use this property of the shield again until the next dawn. Adamantine Spearbiter (Rare). A more powerful version of this shield exists. Its wolf s head is fitted with adamantine fangs and appears larger and more menacing. When you use your reaction and animate the wolf s head to snap at the attackers weapon, you have advantage on the attack roll. In addition, there is no longer a limit to the number of times you can use this property of the shield.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/spearbiter.md">Markdown Format</a></p>
</body>
</html>