Files
5ead/spells/html/deep_magic_5e/candles-insight.html

55 lines
2.1 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>Candles Insight</title>
</head>
<body>
<h1>Candles Insight</h1>
<ul>
<li><strong>Level</strong>: 1 divination</li>
<li><strong>Classes</strong>: Bard, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 10 feet</li>
<li><strong>Components</strong>: V, S, M (a blessed candle)</li>
<li><strong>Duration</strong>: 10 minutes</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p><strong>Candles insight</strong> is cast on its target as the component candle is lit. The candle burns for up to 10 minutes unless its extinguished normally or by the spells effect. While the candle burns, the caster can question the spells target, and the candle reveals whether the target speaks truthfully. An intentionally misleading or partial answer causes the flame to flicker and dim. An outright lie causes the flame to flare and then go out, ending the spell. The candle judges honesty, not absolute truth; the flame burns steadily through even an outrageously false statement, as long as the target believes its true.</p>
<p><strong>Candles insight</strong> is used across society: by merchants while negotiating deals, by inquisitors investigating heresy, and by monarchs as they interview foreign diplomats. In some societies, casting candles insight without the consent of the spells target is considered a serious breach of hospitality.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/candles-insight.md">Markdown Format</a></p>
</body>
</html>