Files
5ead/magic_items/html/vault_of_magic/ring-of-spell-negation.html

51 lines
1.6 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>Ring of Spell Negation</title>
</head>
<body>
<h1>Ring of Spell Negation</h1>
<ul>
<li><strong>Rarity:</strong> varies</li>
<li><strong>Type:</strong> Ring</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>This ring has 3 charges, and it regains 1d3 expended charges daily at dawn. While wearing the ring, you can use your reaction to expend 1 of its charges to cast counterspell, and you lose hit points related to the spell's level. You can't use this feature of the ring if you don't have blood. The types of spells you can counter and the amount of hit points you lose depend on the type of ring you are wearing. | d8 | School |</p>
<p>| --- | ------------- |
| 1 | Abjuration |
| 2 | Conjuration |
| 3 | Divination |
| 4 | Enchantment |
| 5 | Evocation |
| 6 | Illusion |
| 7 | Necromancy |
| 8 | Transmutation |</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/ring-of-spell-negation.md">Markdown Format</a></p>
</body>
</html>