Files
5ead/spells/html/deep_magic_5e/doom-of-serpent-coils.html
2025-06-07 07:58:30 -05:00

55 lines
2.4 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>Doom of Serpent Coils</title>
</head>
<body>
<h1>Doom of Serpent Coils</h1>
<ul>
<li><strong>Level</strong>: 4 necromancy</li>
<li><strong>Classes</strong>: Cleric, Druid, Sorcerer, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: Self (10-foot radius)</li>
<li><strong>Components</strong>: V, S, M (a vial of poison)</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You drink a dose of venom or other poison and spread the effect to other living things around you. If the poison normally allows a saving throw, your save automatically fails. You suffer the effect of the poison normally before spreading the poison to all other living creatures within 10 feet of you. Instead of making the usual saving throw against the poison, each creature around you makes a Constitution saving throw against the spell. On a successful save, a target suffers no damage or other effect from the poison and is immune to further castings of <strong>doom of serpent coils</strong> for 24 hours. On a failed save, a target doesn't suffer the poisons usual effect; instead, it takes 4d6 poison damage and is poisoned. While poisoned in this way, a creature repeats the saving throw at the end of each of its turns. On a subsequent failed save, it takes 4d6 poison damage and is still poisoned. On a subsequent successful save, it is no longer poisoned and is immune to further castings of <strong>doom of serpent coils</strong> for 24 hours.</p>
<p>Multiple castings of this spell have no additional effect on creatures that are already poisoned by it. The effect can be ended by protection from poison or comparable magic.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/doom-of-serpent-coils.md">Markdown Format</a></p>
</body>
</html>