50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
HTML
|
||
<!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;
|
||
}
|
||
</style>
|
||
<title>Zone of Truth</title>
|
||
</head>
|
||
<body>
|
||
<h1>Zone of Truth</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 2 Enchantment</li>
|
||
<li><strong>Classes</strong>: Bard, Cleric, Paladin</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 60 feet</li>
|
||
<li><strong>Components</strong>: V, S</li>
|
||
<li><strong>Duration</strong>: 10 minute</li>
|
||
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
|
||
</ul>
|
||
<p>You create a magical zone that guards against deception in a 15-foot-radius Sphere centered on a point within range. Until the spell ends, a creature that enters the spell's area for the first time on a turn or starts its turn there makes a Charisma saving throw. On a failed save, a creature can't speak a deliberate lie while in the radius. You know whether a creature succeeds or fails on this save. An affected creature is aware of the spell and can avoid answering questions to which it would normally respond with a lie. Such a creature can be evasive yet must be truthful.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/srd_2024/zone-of-truth.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|