Files

84 lines
2.1 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>Terror Bird</title>
</head>
<body>
<h1>Terror Bird</h1>
<p><em>Large</em> <em>Beast</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 12 (natural armor)</li>
<li><strong>Hit Points:</strong> 65 (10d8+20)</li>
<li><strong>Speed:</strong> walk 50 ft.</li>
<li><strong>Challenge Rating:</strong> 2 (450 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 352</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>12 (+1)</td>
<td>14 (+2)</td>
<td>3 (-4)</td>
<td>12 (+1)</td>
<td>10 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> athletics +6, perception +3</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 13</li>
<li><strong>Languages:</strong> -</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Pack Tactics:</strong> The terror bird has advantage on attack rolls against a creature if at least one of the bird's allies is within 5 feet of the creature and the ally isn't incapacitated.</li>
<li><strong>Passing Bite:</strong> Terror birds who move at least 20 feet straight toward a target have advantage on the next attack roll against that target.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Serrated Beak:</strong> Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 14 (3d6 + 4) slashing damage. The target must succeed on a DC 12 Constitution saving throw or take 7 (2d6) slashing damage at the beginning of its next turn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/terror-bird.md">Markdown Format</a></p>
</body>
</html>