Files

87 lines
2.5 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>Crime Boss</title>
</head>
<body>
<h1>Crime Boss</h1>
<p><em>Medium</em> <em>Humanoid</em></p>
<ul>
<li><strong>Armor Class:</strong> 15</li>
<li><strong>Hit Points:</strong> 127 (15d8+60)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 496</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>18 (+4)</td>
<td>14 (+2)</td>
<td>18 (+4)</td>
<td>16 (+3)</td>
<td>16 (+3)</td>
<td>16 (+3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> deception +6, insight +6, intimidation +6, perception +6, persuasion +6, stealth +5</li>
<li><strong>Senses:</strong> passive Perception 16</li>
<li><strong>Languages:</strong> any two</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The boss attacks three times with their shortsword.</li>
<li><strong>Shortsword:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) piercing damage.</li>
<li><strong>Dagger:</strong> Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d4 + 4) piercing damage.</li>
<li><strong>Mark for Death:</strong> The boss targets a creature within 30 feet that can see or hear them. For 1 minute or until the boss threatens a different target the target takes an extra 7 (2d6) damage whenever the boss hits it with a weapon attack.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Command Bodyguard:</strong> When the boss would be hit by an attack, they command an ally within 5 feet to use its reaction to switch places with the boss. The ally is hit by the attack instead of the boss.</li>
<li><strong>Offhand Dagger:</strong> When missed by an attack, the boss makes a dagger attack.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/a5e_monstrous_menagerie/crime-boss-a5e.md">Markdown Format</a></p>
</body>
</html>