Files
5ead/monsters/html/creature_codex/keg-golem.html

90 lines
3.3 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>Keg Golem</title>
</head>
<body>
<h1>Keg Golem</h1>
<p><em>Medium</em> <em>Construct</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 11 (natural armor)</li>
<li><strong>Hit Points:</strong> 45 (6d8+18)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 201</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>10 (+0)</td>
<td>16 (+3)</td>
<td>8 (-1)</td>
<td>7 (-2)</td>
<td>3 (-4)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Immunities:</strong> poison, psychic</li>
<li><strong>Damage Resistances:</strong> bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine</li>
<li><strong>Condition Immunities:</strong> charmed, exhaustion, frightened, paralyzed, petrified, poisoned</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 8</li>
<li><strong>Languages:</strong> understands the languages of its creator but can't speak</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Empty Keg:</strong> A keg golem holds 20 gallons of ale. If it runs out of ale or empties itself from ale blast, the golem's speed is reduced to 0 and it has disadvantage on all attack rolls until it is refilled with at least 1 gallon of ale.</li>
<li><strong>Immutable Form:</strong> The keg golem is immune to any spell or effect that would alter its form.</li>
<li><strong>Magic Resistance:</strong> The keg golem has advantage on saving throws against spells and other magical effects.</li>
<li><strong>Rolling Charge:</strong> If the keg golem moves at least 15 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 Dexterity saving throw or be knocked prone. If the target is prone, the keg golem can make one slam attack against it as a bonus action.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Slam:</strong> Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage.</li>
<li><strong>Ale Blast (Recharge 5-6):</strong> The keg golem shoots a 1 gallon jet of ale in a 15-foot line that is 5 feet wide. Each creature in that line must make a DC 13 Constitution saving throw. On a failure, a target takes 9 (2d8) poison damage and is poisoned for 1 minute. On a success, a target takes half the damage and isn't poisoned. A poisoned 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/creature_codex/keg-golem.md">Markdown Format</a></p>
</body>
</html>