initial commit
This commit is contained in:
55
spells/html/deep_magic_5e/rotting-corpse.html
Normal file
55
spells/html/deep_magic_5e/rotting-corpse.html
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
<!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>Rotting Corpse</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Rotting Corpse</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 2 necromancy</li>
|
||||
<li><strong>Classes</strong>: Cleric, Warlock, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 10 minutes</li>
|
||||
<li><strong>Range</strong>: Touch</li>
|
||||
<li><strong>Components</strong>: V, M (a rotting piece of flesh from an undead creature)</li>
|
||||
<li><strong>Duration</strong>: 3 days</li>
|
||||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||||
</ul>
|
||||
<p>Your familiarity with the foul effects of death allows you to prevent a dead body from being returned to life using anything but the most powerful forms of magic.</p>
|
||||
<p>You cast this spell by touching a creature that died within the last 24 hours. The body immediately decomposes to a state that prevents the body from being returned to life by the raise dead spell (though a resurrection spell still works). At the end of this spell’s duration, the body decomposes to a rancid slime, and it can’t be returned to life except through a true resurrection spell.</p>
|
||||
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 3rd level or higher, you can affect one additional corpse for each slot level above 2nd.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/rotting-corpse.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user