Files
5ead/spells/html/deep_magic_5e/shadows-brought-to-light.html

57 lines
2.2 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>Shadows Brought to Light</title>
</head>
<body>
<h1>Shadows Brought to Light</h1>
<ul>
<li><strong>Level</strong>: 2 divination</li>
<li><strong>Classes</strong>: Bard, Cleric, Druid, Paladin, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: 30 feet</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>If a creature you designate within range fails a Charisma saving throw, you cause the targets shadow to come to life and reveal one of the creatures most scandalous secrets: some fact that the target would not want widely known (GMs choice). When casting the spell, you choose whether everyone present will hear the secret, in which case the shadow speaks loudly in a twisted version of the targets voice, or if the secret is whispered only to you. The shadow speaks in the targets native language.</p>
<p>If the target does not have a scandalous secret or does not have a spoken language, the spell fails as if the creatures saving throw had succeeded.</p>
<p>If the secret was spoken aloud, the target takes a 2 penalty to Charisma checks involving anyone who was present when it was revealed. This penalty lasts until you finish a long rest.</p>
<p><strong><em>Ritual Focus.</em></strong> If you expend your ritual focus, the target has disadvantage on Charisma checks instead of taking the 2 penalty.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/shadows-brought-to-light.md">Markdown Format</a></p>
</body>
</html>