Files
5ead/magic_items/html/vault_of_magic/anchor-of-striking.html

42 lines
1.7 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>Anchor of Striking</title>
</head>
<body>
<h1>Anchor of Striking</h1>
<ul>
<li><strong>Rarity:</strong> rare</li>
<li><strong>Type:</strong> Weapon</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>This small rusty iron anchor feels sturdy in spite of its appearance. You gain a +1 bonus to attack and damage rolls made with this magic war pick. When you roll a 20 on an attack roll made with this weapon, the target is wrapped in ethereal golden chains that extend from the bottom of the anchor. As an action, the chained target can make a DC 15 Strength or Dexterity check, freeing itself from the chains on a success. Alternatively, you can use a bonus action to command the chains to disappear, freeing the target. The chains are constructed of magical force and can't be damaged, though they can be destroyed with a disintegrate spell. While the target is wrapped in these chains, you and the target can't move further than 50 feet from each other.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/anchor-of-striking.md">Markdown Format</a></p>
</body>
</html>