46 lines
2.2 KiB
HTML
46 lines
2.2 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;
|
|||
|
|
}
|
|||
|
|
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</li>
|
|||
|
|
<li><strong>Type:</strong> Wondrous Item</li>
|
|||
|
|
<li><strong>Attunement:</strong> Yes</li>
|
|||
|
|
<li><strong>Source:</strong> Level Up A5E</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>A typical enchanted <em>crystal ball</em> can be used to cast the __scrying_ spell (save DC 17) once between <em>short rests</em> while touching it. </p>
|
|||
|
|
<p>Three legendary variations exist. In all cases, the legendary variants have an alignment (Chaotic, Evil, Good, or Lawful). If you do not have an alignment trait that matches the <em>crystal ball’s</em>, after using it you take 6d6 psychic damage and gain a level of <em>strife</em> .</p>
|
|||
|
|
<p><strong>Crystal Ball of Mind Reading</strong>. You can use an action to cast __detect thoughts_ (save DC 17) on a creature within 30 feet of the spell’s sensor. This effect does not require concentration, but it ends when the <em>scrying</em> does.</p>
|
|||
|
|
<p><strong>Crystal Ball of Telepathy</strong>. While the __scrying_ is active, you can communicate telepathically with creatures within 30 feet of the spell’s sensor, and you can use an action to cast sugges_tion_ (save DC 17) through the sensor on one of them. This effect does not require concentration, but it ends when the <em>scrying</em> does.</p>
|
|||
|
|
<p><strong>Crystal Ball of True Seeing</strong>. In addition to the normal benefits of __scrying_ , you gain <em>truesight</em> through the spell’s sensor out to a range of 120 feet.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/crystal-ball-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|