55 lines
1.8 KiB
HTML
55 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>Bitter Chains</title>
|
||
</head>
|
||
<body>
|
||
<h1>Bitter Chains</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 2 transmutation</li>
|
||
<li><strong>Classes</strong>: Sorcerer, Warlock, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: Touch</li>
|
||
<li><strong>Components</strong>: V, S, M (a spiked metal ring)</li>
|
||
<li><strong>Duration</strong>: 1 minute</li>
|
||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||
</ul>
|
||
<p>The spiked ring in your hand expands into a long, barbed chain to ensnare a creature you touch. Make a melee spell attack against the target. On a hit, the target is bound in metal chains for the duration. While bound, the target can move only at half speed and has disadvantage on attack rolls, saving throws, and Dexterity checks. If it moves more than 5 feet during a turn, it takes 3d6 piercing damage from the barbs.</p>
|
||
<p>The creature can escape from the chains by using an action and making a successful Strength or Dexterity check against your spell save DC, or if the chains are destroyed. The chains have AC 18 and 20 hit points.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/bitter-chains.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|