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>Angatra</title>
</head>
<body>
<h1>Angatra</h1>
<p><em>Medium</em> <em>Undead</em> <em>Neutral Evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 17 (natural armor)</li>
<li><strong>Hit Points:</strong> 85 (10d8 + 40)</li>
<li><strong>Speed:</strong> walk 50 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2023, page 17</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>20 (+5)</td>
<td>18 (+4)</td>
<td>8 (-1)</td>
<td>12 (+1)</td>
<td>15 (+2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> Perception +4, Stealth +8</li>
<li><strong>Damage Vulnerabilities:</strong> False</li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> necrotic; bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> charmed, exhaustion, frightened, poisoned</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 14</li>
<li><strong>Languages:</strong> the languages it knew in life</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Agonizing Gaze:</strong> When a creature that can see the angatra's eyes starts its turn within 30 feet of the angatra, the angatra can force it to make a DC 13 Charisma saving throw if the angatra isn't incapacitated and can see the creature. On a failed saving throw, the creature's pain threshold lowers, and it becomes vulnerable to all damage types until the end of its next turn.</li>
<li><strong>Ancestral Wrath:</strong> The angatra immediately recognizes any individual descended from its tribe. It has advantage on attack rolls against such creatures, and those creatures have disadvantage on saving throws against the angatra's traits and attacks.</li>
<li><strong>Undead Nature:</strong> The angatra doesn't require air, food, drink, or sleep.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The angatra makes two Claw attacks.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one creature. Hit: 14 (2d8 + 5) piercing damage, and the creature must succeed on a DC 15 Constitution saving throw or be paralyzed by pain until the end of its next turn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2023/angatra-tob1-2023.md">Markdown Format</a></p>
</body>
</html>