58 lines
2.0 KiB
HTML
58 lines
2.0 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>Maim</title>
|
||
</head>
|
||
<body>
|
||
<h1>Maim</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 5 necromancy</li>
|
||
<li><strong>Classes</strong>: Bard, Cleric, Druid, Sorceror, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: Self</li>
|
||
<li><strong>Components</strong>: V, S</li>
|
||
<li><strong>Duration</strong>: Instantaneous</li>
|
||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||
</ul>
|
||
<p>Your hands become claws bathed in necrotic energy. Make a melee spell attack against a creature you can reach. On a hit, the target takes 4d6 necrotic damage and a section of its body of your choosing withers:
|
||
<strong><em>Upper Limb.</em></strong> The target has disadvantage on Strength checks, and, if it has the Multiattack action, it has disadvantage on its first attack roll each round.
|
||
<strong><em>Lower Limb.</em></strong> The target's speed is reduced by 10 feet, and it has disadvantage on Dexterity checks.
|
||
<strong><em>Body.</em></strong> Choose one damage type: bludgeoning, piercing, or slashing. The target loses its resistance to that damage type. If the target doesn't have resistance to the chosen damage type, it is vulnerable to that damage type instead.
|
||
The effect is permanent until removed by <em>remove curse</em>, <em>greater restoration</em>, or similar magic.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/maim.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|