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

55 lines
2.2 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>Binding Oath</title>
</head>
<body>
<h1>Binding Oath</h1>
<ul>
<li><strong>Level</strong>: 4 necromancy</li>
<li><strong>Classes</strong>: Bard, Cleric, Paladin</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: 30 feet</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: Until dispelled</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You seal an agreement between two or more willing creatures with an oath in the name of the god of justice, using ceremonial blessings during which both the oath and the consequences of breaking it are set: if any of the sworn break this vow, they are struck by a curse. For each individual that does so, you choose one of the options given in the bestow curse spell. When the oath is broken, all participants are immediately aware that this has occurred, but they know no other details.</p>
<p>The curse effect of binding oath cant be dismissed by dispel magic, but it can be removed with dispel evil and goodremove curse, or wish. Remove curse functions only if the spell slot used to cast it is equal to or higher than the spell slot used to cast <strong>binding oath</strong>. Depending on the nature of the oath, one creatures breaking it may or may not invalidate the oath for the other targets. If the oath is completely broken, the spell ends for every affected creature, but curse effects already bestowed remain until dispelled.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/binding-oath.md">Markdown Format</a></p>
</body>
</html>