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

61 lines
3.1 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>Detect Thoughts</title>
</head>
<body>
<h1>Detect Thoughts</h1>
<ul>
<li><strong>Level</strong>: 2 Divination</li>
<li><strong>Classes</strong>: Bard, Sorcerer, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 30 feet</li>
<li><strong>Components</strong>: V, S, M</li>
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
<li><strong>Source</strong>: Level Up Advanced 5e</li>
</ul>
<p>On the round you cast it, and as an action on subsequent turns until the spell ends, you can probe a creature's mind to read its thoughts by focusing on one creature you can see within range. The creature makes a Wisdom saving throw. Creatures with an Intelligence score of 3 or less or that don't speak any languages are unaffected. On a failed save, you learn the creature's surface thoughts —what is most on its mind in that moment. On a successful save, you fail to read the creature's thoughts and can't attempt to probe its mind for the duration. Conversation naturally shapes the course of a creature's thoughts and what it is thinking about may change based on questions verbally directed at it.</p>
<p>Once you have read a creature's surface thoughts, you can use an action to probe deeper into its mind. The creature makes a second Wisdom saving throw. On a successful save, you fail to read the creature's deeper thoughts and the spell ends. On a failure, you gain insight into the creature's motivations, emotional state, and something that looms large in its mind.</p>
<p>The creature then becomes aware you are probing its mind and can use an action to make an Intelligence check contested by your Intelligence check, ending the spell if it succeeds.</p>
<p>Additionally, you can use an action to scan for thinking creatures within range that you can't see.</p>
<p>Once you detect the presence of a thinking creature, so long as it remains within range you can attempt to read its thoughts as described above (even if you can't see it).</p>
<p>The spell penetrates most barriers but is blocked by 2 feet of stone, 2 inches of common metal, or a thin sheet of lead.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When using a 5th-level spell slot, increase the spell's range to 1 mile. When using a 7th-level spell slot, increase the range to 10 miles.</p>
<p>When using a 9th-level spell slot, increase the range to 1, 000 miles.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/detect-thoughts-a5e.md">Markdown Format</a></p>
</body>
</html>