Files
5ead/magic_items/html/vault_of_magic/void-touched-buckler.html

42 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>Void-Touched Buckler</title>
</head>
<body>
<h1>Void-Touched Buckler</h1>
<ul>
<li><strong>Rarity:</strong> very rare</li>
<li><strong>Type:</strong> Armor</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>This simple wood and metal buckler belonged to an adventurer slain by a void dragon wyrmling (see Tome of Beasts). It sat for decades next to a small tear in the fabric of reality, which led to the outer planes. It has since become tainted by the Void. While wielding this shield, you have a +1 bonus to AC. This bonus is in addition to the shields normal bonus to AC. Invoke the Void. While wielding this shield, you can use an action to invoke the shields latent Void energy for 1 minute, causing a dark, swirling aura to envelop the shield. For the duration, when a creature misses you with a weapon attack, it must succeed on a DC 17 Wisdom saving throw or be frightened of you until the end of its next turn. In addition, when a creature hits you with a weapon attack, it has advantage on weapon attack rolls against you until the end of its next turn. You cant use this property of the shield again until the next dawn.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/void-touched-buckler.md">Markdown Format</a></p>
</body>
</html>