initial commit
This commit is contained in:
87
monsters/html/tome_of_beasts_2/shriekbat.html
Normal file
87
monsters/html/tome_of_beasts_2/shriekbat.html
Normal 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>Shriekbat</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Shriekbat</h1>
|
||||
<p><em>Huge</em> <em>Monstrosity</em> <em>unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 178 (17d12+68)</li>
|
||||
<li><strong>Speed:</strong> fly 100 ft. walk 20 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 9 (5,000 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2, page 325</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>24 (+7)</td>
|
||||
<td>12 (+1)</td>
|
||||
<td>18 (+4)</td>
|
||||
<td>3 (-4)</td>
|
||||
<td>10 (+0)</td>
|
||||
<td>7 (-2)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Saving Throws</strong>: Dex +5, Con +8</li>
|
||||
<li><strong>Skills:</strong> perception +4, stealth +5</li>
|
||||
<li><strong>Damage Immunities:</strong> thunder</li>
|
||||
<li><strong>Senses:</strong> blindsight 60 ft., passive Perception 10</li>
|
||||
<li><strong>Languages:</strong> —</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Echolocation:</strong> The shriekbat can't use its blindsight while deafened.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The shriekbat makes two attacks: one with its bite and one with its talons.</li>
|
||||
<li><strong>Bite:</strong> Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) piercing damage.</li>
|
||||
<li><strong>Talons:</strong> Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 17 (3d6 + 7) slashing damage, and the target is grappled (escape DC 19). Until this grapple ends, the target is restrained, and the shriekbat can't use its talons on another target.</li>
|
||||
<li><strong>Shriek (Recharge 5-6):</strong> The shriekbat emits a powerful burst of sound in a 30-foot cone. Each creature in that area must make a DC 16 Constitution saving throw, taking 42 (12d6) thunder damage on a failed save, or half as much damage on a successful one. If the saving throw fails by 5 or more, the target is also stunned for 1 minute. A stunned creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2/shriekbat.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user