Files
5ead/spells/html/deep_magic_5e/time-vortex.html
2025-06-07 07:58:30 -05:00

83 lines
2.9 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Time Vortex</title>
</head>
<body>
<h1>Time Vortex</h1>
<ul>
<li><strong>Level</strong>: 4 evocation</li>
<li><strong>Classes</strong>: Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 90 feet</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>This spell destabilizes the flow of time, enabling you to create a vortex of temporal fluctuations that are visible as a spherical distortion with a 10-foot radius, centered on a point within range. Each creature in the area when you cast the spell must succeed on a Wisdom saving throw or be affected by the time vortex. While the spell lasts, a creature that enters the sphere or starts its turn inside the sphere must also succeed on a Wisdom saving throw or be affected. On a successful save, it becomes immune to this casting of the spell.</p>
<p>An affected creature cant take reactions and rolls a d10 at the start of its turn to determine its behavior for that turn.</p>
<table>
<thead>
<tr>
<th>D10</th>
<th>EFFECT</th>
</tr>
</thead>
<tbody>
<tr>
<td>12</td>
<td>The creature is affected as if by a slow spell until the start of its next turn.</td>
</tr>
<tr>
<td>35</td>
<td>The creature is stunned until the start of its next turn.</td>
</tr>
<tr>
<td>68</td>
<td>The creatures current initiative result is reduced by 5. The creature begins using this new initiative result in the next round. Multiple occurrences of this effect for the same creature are cumulative.</td>
</tr>
<tr>
<td>910</td>
<td>The creatures speed is halved (round up to the nearest 5-foot increment) until the start of its next turn.</td>
</tr>
</tbody>
</table>
<p>You can move the temporal vortex 10 feet each round as a bonus action. An affected creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 5th level or higher, the radius of the sphere increases by 5 feet for each slot level above 4th.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/time-vortex.md">Markdown Format</a></p>
</body>
</html>