Files
5ead/spells/html/deep_magic_5e/desolation.html

57 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>Desolation</title>
</head>
<body>
<h1>Desolation</h1>
<ul>
<li><strong>Level</strong>: 8 necromancy</li>
<li><strong>Classes</strong>: Cleric, Druid, Wizard</li>
<li><strong>Casting Time</strong>: 1 hour</li>
<li><strong>Range</strong>: Self</li>
<li><strong>Components</strong>: V, S, M (an obsidian acorn worth 500 gp, which is consumed in the casting)</li>
<li><strong>Duration</strong>: 1 year</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You plant an obsidian acorn in solid ground and spend an hour chanting a litany of curses to the natural world, after which the land within 1 mile of the acorn becomes infertile, regardless of its previous state. Nothing will grow there, and all plant life in the area dies over the course of a day. Plant creatures are not affected. Spells that summon plants, such as entangle, require an ability check using the casters spellcasting ability against your spell save DC. On a successful check, the spell functions normally; if the check fails, the spell is countered by <strong>desolation</strong>.</p>
<p>After one year, the land slowly reverts to its normal fertility, unable to stave off the march of nature.</p>
<p>A living creature that finishes a short rest within the area of a <strong>desolation</strong> spell halves the result of any Hit Dice it expends. Desolation counters the effects of a bloom spell.</p>
<p><strong><em>Ritual Focus.</em></strong> If you expend your ritual focus, the duration becomes permanent.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/desolation.md">Markdown Format</a></p>
</body>
</html>