initial commit

This commit is contained in:
2025-06-07 07:58:30 -05:00
commit 55f791d177
14892 changed files with 1294507 additions and 0 deletions

View File

@@ -0,0 +1,87 @@
<!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>Giant Mantis Shrimp</title>
</head>
<body>
<h1>Giant Mantis Shrimp</h1>
<p><em>Large</em> <em>Beast</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 14 (natural armor)</li>
<li><strong>Hit Points:</strong> 110 (13d10+39)</li>
<li><strong>Speed:</strong> walk 15 ft. burrow 15 ft. swim 30 ft.</li>
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 198</li>
</ul>
<table>
<thead>
<tr>
<th>STR</th>
<th>DEX</th>
<th>CON</th>
<th>INT</th>
<th>WIS</th>
<th>CHA</th>
</tr>
</thead>
<tbody>
<tr>
<td>19 (+4)</td>
<td>12 (+1)</td>
<td>16 (+3)</td>
<td>1 (-5)</td>
<td>12 (+1)</td>
<td>8 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +1</li>
<li><strong>Senses:</strong> truesight 60', passive Perception 13</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Fluorescing Challenge:</strong> Advantage on Cha (Intimidation) checks while agitated as its fluorescence flashes in a disorienting array.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> Two Sonic Claw attacks.</li>
<li><strong>Sonic Claw:</strong> Melee Weapon Attack: +7 to hit, 10 ft., one target, 11 (2d6+4) piercing damage. Target is grappled (escape DC 14) if it is a Med or smaller creature and shrimp doesn't have another creature grappled. Whether or not attack hits target: DC 14 Con save or take 5 (1d10) thunder and be deafened and stunned until end of its next turn.</li>
</ul>
<h3>Bonus Actions</h3>
<ul>
<li><strong>Water Jet:</strong> Each creature within 5 ft. of shrimp is blinded until start of its next turn (DC 14 Dex negates). The shrimp then swims up to half its swimming speed with o provoking opportunity attacks.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/giant-mantis-shrimp.md">Markdown Format</a></p>
</body>
</html>