Files
5ead/spells/html/level_up_advanced_5e/prismatic-spray-a5e.html
2025-06-07 07:58:30 -05:00

64 lines
2.3 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>Prismatic Spray</title>
</head>
<body>
<h1>Prismatic Spray</h1>
<ul>
<li><strong>Level</strong>: 7 Evocation</li>
<li><strong>Classes</strong>: Sorcerer, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: self</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: Level Up Advanced 5e</li>
</ul>
<p>You unleash 8 rays of light, each with a different purpose and effect. For each target in the area, roll a d8 to determine the ray that affects it.</p>
<p>1—Red: The target takes 10d6 fire damage.</p>
<p>2—Orange: The target takes 10d6 acid damage.</p>
<p>3—Yellow: The target takes 10d6 lightning damage.</p>
<p>4—Green: The target takes 10d6 poison damage.</p>
<p>5—Blue: The target takes 10d6 cold damage.</p>
<p>6—Indigo: The target is restrained and at the end of each of its turns it makes a Constitution saving throw. Once it accumulates two failed saves it permanently turns to stone, or when it accumulates two successful saves the effect ends.</p>
<p>7—Violet: The target is blinded. At the start of your next turn, the target makes a Wisdom saving throw, ending the effect on a success.</p>
<p>On a failed save, the target is banished to another random plane and is no longer blind. If it originated from another plane it returns there, while other creatures are generally cast into the Astral Plane or Ethereal Plane.</p>
<p>8—Special: The target is hit by two rays.</p>
<p>Roll a d8 twice to determine which rays, rerolling any 8s.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/prismatic-spray-a5e.md">Markdown Format</a></p>
</body>
</html>