50 lines
1.7 KiB
HTML
50 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;
|
||
}
|
||
</style>
|
||
<title>Black Tentacles</title>
|
||
</head>
|
||
<body>
|
||
<h1>Black Tentacles</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 4 Conjuration</li>
|
||
<li><strong>Classes</strong>: Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 90 feet</li>
|
||
<li><strong>Components</strong>: V, S, M (a tentacle)</li>
|
||
<li><strong>Duration</strong>: Concentration, 1 minute</li>
|
||
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
|
||
</ul>
|
||
<p>Squirming, ebony tentacles fill a 20-foot square on ground that you can see within range. For the duration, these tentacles turn the ground in that area into Difficult Terrain. Each creature in that area makes a Strength saving throw. On a failed save, it takes 3d6 Bludgeoning damage, and it has the Restrained condition until the spell ends. A creature also makes that save if it enters the area or ends it turn there. A creature makes that save only once per turn. A Restrained creature can take an action to make a Strength (Athletics) check against your spell save DC, ending the condition on itself on a success.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/srd_2024/black-tentacles.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|