54 lines
1.7 KiB
HTML
54 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>Power Word Kneel</title>
|
||
</head>
|
||
<body>
|
||
<h1>Power Word Kneel</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 2 enchantment</li>
|
||
<li><strong>Classes</strong>: Bard, Cleric, Sorcerer, Warlock, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 60 feet</li>
|
||
<li><strong>Components</strong>: V, S, M (an emerald worth at least 100 gp)</li>
|
||
<li><strong>Duration</strong>: Instantaneous</li>
|
||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||
</ul>
|
||
<p>When you shout this word of power, creatures within 20 feet of a point you specify are compelled to kneel down facing you. A kneeling creature is treated as prone. Up to 55 hit points of creatures are affected, beginning with those that have the fewest hit points. A kneeling creature makes a Wisdom saving throw at the end of its turn, ending the effect on itself on a successful save. The effect ends immediately on any creature that takes damage while kneeling.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/power-word-kneel.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|