Files
5ead/spells/html/deep_magic_5e/timely-distraction.html

80 lines
1.9 KiB
HTML
Raw Permalink 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>Timely Distraction</title>
</head>
<body>
<h1>Timely Distraction</h1>
<ul>
<li><strong>Level</strong>: 2 evocation</li>
<li><strong>Classes</strong>: Bard, Sorcerer, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 25 feet</li>
<li><strong>Components</strong>: V, S, M (a handful of sand or dirt thrown in the air)</li>
<li><strong>Duration</strong>: 3 rounds</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You call forth a swirling, crackling wave of constantly shifting pops, flashes, and swept-up debris. This chaos can confound one creature. If the target gets a failure on a Wisdom saving throw, roll a d4 and consult the following table to determine the result. An affected creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. Otherwise, the spell ends when its duration expires.</p>
<table>
<thead>
<tr>
<th>D4</th>
<th>Effect</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Blinded</td>
</tr>
<tr>
<td>2</td>
<td>Stunned</td>
</tr>
<tr>
<td>3</td>
<td>Deafened</td>
</tr>
<tr>
<td>4</td>
<td>Prone</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/timely-distraction.md">Markdown Format</a></p>
</body>
</html>