Files
5ead/spells/html/deep_magic_5e/endow-attribute.html
2025-06-07 07:58:30 -05:00

56 lines
2.5 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Endow Attribute</title>
</head>
<body>
<h1>Endow Attribute</h1>
<ul>
<li><strong>Level</strong>: 4 transmutation</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 (a ring worth at least 200 gp, which the spell consumes)</li>
<li><strong>Duration</strong>: Concentration, up to 1 hour</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You touch a creature with a ring that has been etched with symbols representing a particular ability (Strength, Dexterity, and so forth). The creature must make a successful Constitution saving throw or lose one-fifth (rounded down) of its points from that ability score. Those points are absorbed into the ring and stored there for the spells duration. If you then use an action to touch the ring to another creature on a later turn, the absorbed ability score points transfer to that creature. Once the points are transferred to another creature, you dont need to maintain concentration on the spell; the recipient creature retains the transferred ability score points for the remainder of the hour.</p>
<p>The spell ends if you lose concentration before the transfer takes place, if either the target or the recipient dies, or if either the target or the recipient is affected by a successful dispel magic spell. When the spell ends, the ability score points return to the original owner. Before then, that creature cant regain the stolen attribute points, even with greater restoration or comparable magic.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> If you cast this spell using a spell slot of 7th or 8th level, the duration is 8 hours. If you use a 9thlevel spell slot, the duration is 24 hours.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/endow-attribute.md">Markdown Format</a></p>
</body>
</html>