Files
5ead/spells/html/deep_magic_5e/curse-ring.html

54 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;
}
ul, ol {
padding-left: 20px;
margin-left: 0;
}
li {
margin-left: 0; /* Remove margin from li */
}
table {
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 5px;
text-align: left;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Curse Ring</title>
</head>
<body>
<h1>Curse Ring</h1>
<ul>
<li><strong>Level</strong>: 5 necromancy</li>
<li><strong>Classes</strong>: Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: Touch</li>
<li><strong>Components</strong>: V, S, M (250 gp worth of diamond dust, which the spell consumes)</li>
<li><strong>Duration</strong>: Permanent until discharged</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You lay a curse upon a ring you touch that isnt being worn or carried. When you cast this spell, select one of the possible effects of bestow curse. The next creature that willingly wears the ring suffers the chosen effect with no saving throw. The curse transfers from the ring to the wearer once the ring is put on; the ring becomes a mundane ring that can be taken off, but the curse remains on the creature that wore the ring until the curse is removed or dispelled. An identify spell cast on the cursed ring reveals the fact that it is cursed.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/curse-ring.md">Markdown Format</a></p>
</body>
</html>