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

55 lines
2.0 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>Quintessence</title>
</head>
<body>
<h1>Quintessence</h1>
<ul>
<li><strong>Level</strong>: 8 transmutation</li>
<li><strong>Classes</strong>: Cleric, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: Self (120-foot radius)</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>By calling upon an archangel, you become infused with celestial essence and take on angelic features such as golden skin, glowing eyes, and ethereal wings. For the duration of the spell, your Armor Class cant be lower than 20, you cant be frightened, and you are immune to necrotic damage.</p>
<p>In addition, each hostile creature that starts its turn within 120 feet of you or enters that area for the first time on a turn must succeed on a Wisdom saving throw or be frightened for 1 minute. A creature frightened in this way is restrained. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creatures saving throw is successful or if the effect ends for it, the creature is immune to the frightening effect of the spell until you cast <strong>quintessence</strong> again.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/quintessence.md">Markdown Format</a></p>
</body>
</html>