56 lines
1.7 KiB
HTML
56 lines
1.7 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;
|
|||
|
|
}
|
|||
|
|
#monsterTable td:nth-child(4),
|
|||
|
|
#monsterTable th:nth-child(4) {
|
|||
|
|
white-space: nowrap;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<title>Maze</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Maze</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 8 Conjuration</li>
|
|||
|
|
<li><strong>Classes</strong>: Wizard</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 1 action</li>
|
|||
|
|
<li><strong>Range</strong>: 60 feet</li>
|
|||
|
|
<li><strong>Components</strong>: V, S</li>
|
|||
|
|
<li><strong>Duration</strong>: Concentration, up to 10 minutes</li>
|
|||
|
|
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>The target is banished to a complex maze on its own demiplane, and remains there for the duration or until the target succeeds in escaping.</p>
|
|||
|
|
<p>The target can use an action to attempt to escape, making an Intelligence saving throw. On a successful save it escapes and the spell ends. A creature with Labyrinthine Recall (or a similar trait) automatically succeeds on its save.</p>
|
|||
|
|
<p>When the spell ends the target reappears in the space it occupied before the spell was cast, or the closest unoccupied space if that space is occupied.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/maze-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|