Files

90 lines
2.9 KiB
HTML
Raw Permalink 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>Bar Brawl</title>
</head>
<body>
<h1>Bar Brawl</h1>
<p><em>Huge</em> <em>Humanoid</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 12 (leather armor)</li>
<li><strong>Hit Points:</strong> 67 (9d12+9)</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 48</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>12 (+1)</td>
<td>13 (+1)</td>
<td>11 (+0)</td>
<td>10 (+0)</td>
<td>9 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Vulnerabilities:</strong> bludgeoning</li>
<li><strong>Damage Resistances:</strong> piercing, slashing</li>
<li><strong>Condition Immunities:</strong> charmed, frightened, paralyzed, petrified, prone, restrained, stunned</li>
<li><strong>Senses:</strong> passive Perception 10</li>
<li><strong>Languages:</strong> any two languages</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Liquid Courage (Recharge 5-6):</strong> As a bonus action, the bar brawl imbibes nearby alcohol to gain access to a hidden reservoir of audacity and grit. The bar brawl gains 7 (2d6) temporary hp for 1 minute.</li>
<li><strong>Swarm:</strong> The bar brawl can occupy another creature's space and vice versa, and the bar brawl can move through any opening large enough for a Medium humanoid. Except for Liquid Courage, the bar brawl can't regain hp or gain temporary hp.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The bar brawl makes two melee attacks or two darts attacks.</li>
<li><strong>Barstool:</strong> Melee Weapon Attack: +4 to hit, range 0 ft., one target in the bar brawl's space. Hit: 14 (4d6) bludgeoning damage, or 7 (2d6) if the bar brawl has half its hit points or fewer.</li>
<li><strong>Broken Bottles:</strong> Melee Weapon Attack: +4 to hit, range 0 ft., one target in the bar brawl's space. Hit: 10 (4d4) slashing damage, or 5 (2d4) if the bar brawl has half its hit points or fewer.</li>
<li><strong>Darts:</strong> Ranged Weapon Attack: +3 to hit, range 20/40 ft. Hit: 10 (4d4) piercing damage, or 5 (2d4) if the bar brawl has half its hit points or fewer.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/bar-brawl.md">Markdown Format</a></p>
</body>
</html>