Files
5ead/monsters/html/creature_codex/fleshpod-hornet.html

85 lines
3.0 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>Fleshpod Hornet</title>
</head>
<body>
<h1>Fleshpod Hornet</h1>
<p><em>Large</em> <em>Beast</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 14</li>
<li><strong>Hit Points:</strong> 120 (16d10+32)</li>
<li><strong>Speed:</strong> fly 60 ft. hover True ft. walk 10 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 161</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>14 (+2)</td>
<td>18 (+4)</td>
<td>15 (+2)</td>
<td>3 (-4)</td>
<td>12 (+1)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +4</li>
<li><strong>Senses:</strong> passive Perception 14</li>
<li><strong>Languages:</strong> -</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Flying Charge:</strong> If the fleshpod hornet flies at least 20 feet straight toward a creature and then hits it with a slam attack on the same turn, that target must succeed on a DC 13 Strength saving throw or be knocked prone.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The fleshpod hornet makes two attacks: one with its slam and one with its stinger.</li>
<li><strong>Slam:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one creature. Hit: 13 (2d8 + 4) bludgeoning damage.</li>
<li><strong>Stinger:</strong> Melee Weapon Attack: +7 to hit, reach 10 ft., one creature. Hit: 11 (2d6 + 4) piercing damage. The target must make a DC 13 Constitution saving throw, taking 21 (6d6) poison damage on a failed save, or half as much damage on a successful one. On a failed saving throw, the target is also infected with the eggs of the fleshpod hornet. <br><br>The injected eggs form a circular lotus pod tumor, roughly half a foot in diameter, on the target within 1 minute of injection. While carrying this tumor, the target has disadvantage on skill checks and saving throws. Exactly 24 hours after the lotus pod appears, a young fleshpod hornet (use giant wasp statistics) erupts from the tumor, dealing does 33 (6d10) slashing damage to the target. <br><br>The tumor can be excised with a DC 15 Wisdom (Medicine) check, causing 16 (3d10) slashing damage to the host. If it is cut out without the check, the patient must succeed on a DC 15 Constitution saving throw or take 22 (4d10) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/fleshpod-hornet.md">Markdown Format</a></p>
</body>
</html>