Files

46 lines
2.4 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;
}
table {
border-collapse: collapse; /* Ensure that borders are not double */
width: 100%; /* Optional: makes the table take up the full width */
}
th, td {
border: 1px solid black; /* Adds a 1px solid black border around each cell */
text-align: left; /* Optional: aligns text to the left */
padding: 2px;
}
</style>
<title>Crystal Ball</title>
</head>
<body>
<h1>Crystal Ball</h1>
<ul>
<li><strong>Rarity:</strong> very rare or legendary</li>
<li><strong>Type:</strong> Wondrous item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>The typical <em>crystal ball</em>, a very rare item, is about 6 inches in diameter. While touching it, you can cast the <em>scrying</em> spell (save DC 17) with it.</p>
<p>The following <em>crystal ball</em> variants are legendary items and have additional properties.</p>
<p><strong><em>Crystal Ball of Mind Reading</em></strong>. You can use an action to cast the <em>detect thoughts</em> spell (save DC 17) while you are scrying with the <em>crystal ball</em>, targeting creatures you can see within 30 feet of the spell's sensor. You don't need to concentrate on this <em>detect thoughts</em> to maintain it during its duration, but it ends if <em>scrying</em> ends.</p>
<p><strong><em>Crystal Ball of Telepathy</em></strong>. While scrying with the crystal ball, you can communicate telepathically with creatures you can see within 30 feet of the spell's sensor. You can also use an action to cast the <em>suggestion</em> spell (save DC 17) through the sensor on one of those creatures. You don't need to concentrate on this <em>suggestion</em> to maintain it during its duration, but it ends if <em>scrying</em> ends. Once used, the <em>suggestion</em> power of the <em>crystal ball</em> can't be used again until the next dawn.</p>
<p><strong><em>Crystal Ball of True Seeing</em></strong>. While scrying with the crystal ball, you have truesight with a radius of 120 feet centered on the spell's sensor.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/crystal-ball.md">Markdown Format</a></p>
</body>
</html>