Files
5ead/spells/html/srd_2024/teleportation-circle.html
2025-06-07 07:58:30 -05:00

50 lines
2.2 KiB
HTML
Raw Permalink 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;
}
</style>
<title>Teleportation Circle</title>
</head>
<body>
<h1>Teleportation Circle</h1>
<ul>
<li><strong>Level</strong>: 5 Conjuration</li>
<li><strong>Classes</strong>: Bard, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: minute</li>
<li><strong>Range</strong>: 10 feet</li>
<li><strong>Components</strong>: V, M (rare inks worth 50+ GP, which the spell consumes)</li>
<li><strong>Duration</strong>: 1 round</li>
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
</ul>
<p>As you cast the spell, you draw a 5-foot-radius circle on the ground inscribed with sigils that link your location to a permanent teleportation circle of your choice whose sigil sequence you know and that is on the same plane of existence as you. A shimmering portal opens within the circle you drew and remains open until the end of your next turn. Any creature that enters the portal instantly appears within 5 feet of the destination circle or in the nearest unoccupied space if that space is occupied. Many major temples, guildhalls, and other important places have permanent teleportation circles. Each circle includes a unique sigil sequence—a string of runes arranged in a particular pattern. When you first gain the ability to cast this spell, you learn the sigil sequences for two destinations on the Material Plane, determined by the GM. You might learn additional sigil sequences during your adventures. You can commit a new sigil sequence to memory after studying it for 1 minute. You can create a permanent teleportation circle by casting this spell in the same location every day for 365 days.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/srd_2024/teleportation-circle.md">Markdown Format</a></p>
</body>
</html>