Files
5ead/spells/html/deep_magic_5e/animate-greater-undead.html

56 lines
2.2 KiB
HTML
Raw 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>Animate Greater Undead</title>
</head>
<body>
<h1>Animate Greater Undead</h1>
<ul>
<li><strong>Level</strong>: 6 necromancy</li>
<li><strong>Classes</strong>: Cleric, Wizard</li>
<li><strong>Casting Time</strong>: 1 hour</li>
<li><strong>Range</strong>: 15 feet</li>
<li><strong>Components</strong>: V, S, M (a pint of blood, a pound of flesh, and an ounce of bone dust, all of which the spell consumes)</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p><strong>Animate greater undead</strong> creates an undead servant from a pile of bones or from the corpse of a Large or Huge humanoid within range. The spell imbues the target with a foul mimicry of life, raising it as an undead skeleton or zombie. A skeleton uses the stat block of a minotaur skeleton, or a zombie uses the stat block of an ogre zombie, unless a more appropriate stat block is available.</p>
<p>The creature is under your control for 24 hours, after which it stops obeying your commands. To maintain control of the creature for another 24 hours, you must cast this spell on it again while you have it controlled. Casting the spell for this purpose reasserts your control over up to four creatures you have previously animated rather than animating a new one.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 7th level or higher, you can reanimate one additional creature for each slot level above 6th.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/animate-greater-undead.md">Markdown Format</a></p>
</body>
</html>