Files
5ead/spells/html/level_up_advanced_5e/scrying-a5e.html

56 lines
1.8 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;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Scrying</title>
</head>
<body>
<h1>Scrying</h1>
<ul>
<li><strong>Level</strong>: 5 Divination</li>
<li><strong>Classes</strong>: Bard, Cleric, Druid, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: self</li>
<li><strong>Components</strong>: V, S, M</li>
<li><strong>Duration</strong>: Concentration, up to 10 minutes</li>
<li><strong>Source</strong>: Level Up Advanced 5e</li>
</ul>
<p>You can see and hear a specific creature that you choose. The difficulty of the saving throw for this spell is modified by your knowledge of the target and whether you possess a physical item with a connection to the target.</p>
<p>On a failed save, you can see and hear the target through an invisible sensor that appears within 10 feet of it and moves with the target. Any creature who can see invisibility or rolls a critical success on its saving throw perceives the sensor as a fist-sized glowing orb hovering in the air. Creatures cannot see or hear you through the sensor.</p>
<p>If you choose to target a location, the sensor appears at that location and is immobile.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/scrying-a5e.md">Markdown Format</a></p>
</body>
</html>