50 lines
1.8 KiB
HTML
50 lines
1.8 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;
|
||
}
|
||
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>Dimension Door</title>
|
||
</head>
|
||
<body>
|
||
<h1>Dimension Door</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 4 Conjuration</li>
|
||
<li><strong>Classes</strong>: Bard, Sorcerer, Warlock, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 500 feet</li>
|
||
<li><strong>Components</strong>: V</li>
|
||
<li><strong>Duration</strong>: instantaneous</li>
|
||
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
|
||
</ul>
|
||
<p>You teleport to a location within range. You arrive at exactly the spot desired. It can be a place you can see, one you can visualize, or one you can describe by stating distance and direction, such as "200 feet straight downward" or "300 feet upward to the northwest at a 45-degree angle." You can also teleport one willing creature. The creature must be within 5 feet of you when you teleport, and it teleports to a space within 5 feet of your destination space. If you, the other creature, or both would arrive in a space occupied by a creature or completely filled by one or more objects, you and any creature traveling with you each take 4d6 Force damage, and the teleportation fails.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/srd_2024/dimension-door.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|