58 lines
1.8 KiB
HTML
58 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;
|
||
}
|
||
#monsterTable td:nth-child(4),
|
||
#monsterTable th:nth-child(4) {
|
||
white-space: nowrap;
|
||
}
|
||
</style>
|
||
<title>Mislead</title>
|
||
</head>
|
||
<body>
|
||
<h1>Mislead</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 5 Illusion</li>
|
||
<li><strong>Classes</strong>: Bard, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: self</li>
|
||
<li><strong>Components</strong>: S</li>
|
||
<li><strong>Duration</strong>: Concentration, up to 1 hour</li>
|
||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||
</ul>
|
||
<p>You become invisible. At the same time, an illusory copy of you appears where you're standing.</p>
|
||
<p>This invisibility ends when you cast a spell but the copy lasts until the spell ends.</p>
|
||
<p>You can use an action to move your copy up to twice your Speed, have it speak, make gestures, or behave however you'd like.</p>
|
||
<p>You may see and hear through your copy. Until the spell ends, you can use a bonus action to switch between your copy's senses and your own, or back again. While using your copy's senses you are blind and deaf to your body's surroundings.</p>
|
||
<p>The copy is revealed as an illusion with any physical interaction, as solid objects and creatures pass through it.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/mislead-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|