Files
5ead/monsters/html/tome_of_beasts_3/snatch-bat.html

88 lines
2.8 KiB
HTML
Raw Normal View History

2025-06-07 07:58:30 -05:00
<!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>Snatch Bat</title>
</head>
<body>
<h1>Snatch Bat</h1>
<p><em>Medium</em> <em>Aberration</em> <em>chaotic neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor)</li>
<li><strong>Hit Points:</strong> 97 (15d8+30)</li>
<li><strong>Speed:</strong> walk 20 ft. fly 40 ft.</li>
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 349</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>16 (+3)</td>
<td>20 (+5)</td>
<td>14 (+2)</td>
<td>6 (-2)</td>
<td>12 (+1)</td>
<td>5 (-3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +1</li>
<li><strong>Damage Resistances:</strong> force, psychic</li>
<li><strong>Condition Immunities:</strong> blinded, charmed, exhaustion</li>
<li><strong>Senses:</strong> blindsight 60' (blind beyond), passive Perception 14</li>
<li><strong>Languages:</strong> understands Deep Speech and Umbral but can't speak</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Flyby:</strong> Doesn't provoke opportunity attacks when it flies out of an enemy's reach.</li>
<li><strong>Treasure Sense:</strong> Can pinpoint by scent the location of precious metals gemstones and jewelry within 60' of it and can sense the general direction of such objects within 1 mile of it.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> Three Claw attacks or two Claw attacks and one Pilfering Bite attack.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +8 to hit 5.' one target 12 (2d6+5) slashing damage.</li>
<li><strong>Pilfering Bite:</strong> Melee Weapon Attack: +8 to hit, 10 ft., one target, 10 (2d4+5) piercing damage. Instead of dealing damage the snatch bat can steal one item the target is wearing or carrying provided the item weighs no more than 10 pounds isn't a weapon and isn't wrapped around or firmly attached to the target. Ex: snatch bat could steal a hat or belt pouch but not a creature's shirt or armor. Bat holds stolen item in its long neck-arm and must regurgitate that item (no action required) before it can make another Pilfering Bite.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/snatch-bat.md">Markdown Format</a></p>
</body>
</html>