Files
5ead/spells/html/5e_core_rules/clairvoyance.html

50 lines
1.9 KiB
HTML
Raw 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;
}
</style>
<title>Clairvoyance</title>
</head>
<body>
<h1>Clairvoyance</h1>
<ul>
<li><strong>Level</strong>: 3</li>
<li><strong>Classes</strong>: Bard, Cleric, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: 1 mile</li>
<li><strong>Components</strong>: V, S, M (A focus worth at least 100gp, either a jeweled horn for hearing or a glass eye for seeing.)</li>
<li><strong>Duration</strong>: Up to 10 minutes</li>
<li><strong>Source</strong>: <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">5e Core Rules</a></li>
</ul>
<p>You create an invisible sensor within range in a location familiar to you (a place you have visited or seen before) or in an obvious location that is unfamiliar to you (such as behind a door, around a corner, or in a grove of trees). The sensor remains in place for the duration, and it can't be attacked or otherwise interacted with. When you cast the spell, you choose seeing or hearing. You can use the chosen sense through the sensor as if you were in its space. As your action, you can switch between seeing and hearing. A creature that can see the sensor (such as a creature benefiting from see invisibility or truesight) sees a luminous, intangible orb about the size of your fist.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5e_core_rules/clairvoyance.md">Markdown Format</a></p>
</body>
</html>