Files
5ead/spells/html/deep_magic_5e/glyph-of-shifting.html
2025-06-07 07:58:30 -05:00

57 lines
2.1 KiB
HTML
Raw 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>Glyph of Shifting</title>
</head>
<body>
<h1>Glyph of Shifting</h1>
<ul>
<li><strong>Level</strong>: 2 conjuration</li>
<li><strong>Classes</strong>: Bard, Wizard</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: Touch</li>
<li><strong>Components</strong>: V, S, M (powdered diamond worth at least 50 gp, which the spell consumes)</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You create a hidden glyph by tracing it on a surface or object that you touch. When you cast the spell, you can also choose a location that's known to you, within 5 miles, and on the same plane of existence, to serve as the destination for the glyph's shifting effect.
The glyph is triggered when it's touched by a creature that's not aware of its presence. The triggering creature must make a successful Wisdom saving throw or be teleported to the glyph's destination. If no destination was set, the creature takes 4d4 force damage and is knocked prone.
The glyph disappears after being triggered or when the spell's duration expires.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 3rd level or higher, its duration increases by 24 hours and the maximum distance to the destination increases by 5 miles for each slot level above 2nd.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/glyph-of-shifting.md">Markdown Format</a></p>
</body>
</html>