Files
5ead/spells/html/deep_magic_5e/shadowy-retribution.html

57 lines
2.1 KiB
HTML
Raw Permalink 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>Shadowy Retribution</title>
</head>
<body>
<h1>Shadowy Retribution</h1>
<ul>
<li><strong>Level</strong>: 4 necromancy</li>
<li><strong>Classes</strong>: Cleric, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: Self</li>
<li><strong>Components</strong>: V, S, M (a small silver cup filled with the casters blood)</li>
<li><strong>Duration</strong>: 12 hours</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You fill a small silver cup with your own blood (taking 1d4 piercing damage) while chanting vile curses in the dark. Once the chant is completed, you consume the blood and swear an oath of vengeance against any who harm you.</p>
<p>If you are reduced to 0 hit points, your oath is invoked; a shadow materializes within 5 feet of you. The shadow attacks the creature that reduced you to 0 hit points, ignoring all other targets, until it or the target is slain, at which point the shadow dissipates into nothing.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 5th level or higher, an additional shadow is conjured for each slot level above 4th.</p>
<p><strong><em>Ritual Focus.</em></strong> If you expend your ritual focus, the spell summons a banshee instead of a shadow. If you also use a higher-level spell slot, additional undead are still shadows.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/shadowy-retribution.md">Markdown Format</a></p>
</body>
</html>