57 lines
1.9 KiB
HTML
57 lines
1.9 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>Flesh to Stone</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Flesh to Stone</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 6 Transmutation</li>
|
|||
|
|
<li><strong>Classes</strong>: Warlock, Wizard</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 1 action</li>
|
|||
|
|
<li><strong>Range</strong>: 60 feet</li>
|
|||
|
|
<li><strong>Components</strong>: S, M</li>
|
|||
|
|
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
|
|||
|
|
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>The target becomes restrained as it begins to turn to stone. On a successful saving throw, the target is instead slowed until the end of its next turn and the spell ends.</p>
|
|||
|
|
<p>A creature restrained by this spell makes a second saving throw at the end of its turn. On a success, the spell ends. On a failure, the target is petrified for the duration. If you maintain concentration for the maximum duration of the spell, this petrification is permanent.</p>
|
|||
|
|
<p>Any pieces removed from a petrified creature are missing when the petrification ends.</p>
|
|||
|
|
<p><strong>Using a Higher-Level Spell Slot.</strong> Target one additional creature when you cast this spell with an 8th-level spell slot.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/flesh-to-stone-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|