56 lines
2.2 KiB
HTML
56 lines
2.2 KiB
HTML
|
||
<!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>Glacial Fog</title>
|
||
</head>
|
||
<body>
|
||
<h1>Glacial Fog</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 7 evocation</li>
|
||
<li><strong>Classes</strong>: Cleric, Druid, Sorcerer, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 100 feet</li>
|
||
<li><strong>Components</strong>: V, S, M (crystalline statue of a polar bear worth at least 25 gp)</li>
|
||
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
|
||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||
</ul>
|
||
<p>As you cast this spell, a 30-foot-radius sphere centered on a point within range becomes covered in a frigid fog. Each creature that is in the area at the start of its turn while the spell remains in effect must make a Constitution saving throw. On a failed save, a creature takes 12d6 cold damage and gains one level of exhaustion, and it has disadvantage on Perception checks until the start of its next turn. On a successful save, the creature takes half the damage and ignores the other effects.</p>
|
||
<p>Stored devices and tools are all frozen by the fog: crossbow mechanisms become sluggish, weapons are stuck in scabbards, potions turn to ice, bag cords freeze together, and so forth. Such items require the application of heat for 1 round or longer in order to become useful again.</p>
|
||
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 8th level or higher, the damage increases by 1d6 for each slot level above 7th.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/glacial-fog.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|