initial commit

This commit is contained in:
2025-06-07 07:58:30 -05:00
commit 55f791d177
14892 changed files with 1294507 additions and 0 deletions

View File

@@ -0,0 +1,93 @@
<!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>Catonoctrix</title>
</head>
<body>
<h1>Catonoctrix</h1>
<p><em>Large</em> <em>Aberration</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 18 (natural armor)</li>
<li><strong>Hit Points:</strong> 168 (16d10+80)</li>
<li><strong>Speed:</strong> walk 40 ft. fly 80 ft.</li>
<li><strong>Challenge Rating:</strong> 10 (5,900 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 75</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>21 (+5)</td>
<td>12 (+1)</td>
<td>21 (+5)</td>
<td>18 (+4)</td>
<td>15 (+2)</td>
<td>19 (+4)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +5, Con +9, Int +8, Cha +8</li>
<li><strong>Skills:</strong> perception +2</li>
<li><strong>Damage Immunities:</strong> psychic</li>
<li><strong>Senses:</strong> darkvision 120', truesight 30', passive Perception 16</li>
<li><strong>Languages:</strong> Common, Draconic, Deep Speech, telepathy 120'</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Pierce the Veil:</strong> When a creature catonoctrix can see is stunned by Mind Ravage catonoctrix learns one secret the creature knows.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> One Bite and two Claws or it makes three Psychic Bolts. It can replace one attack with Spellcasting.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +9 to hit, 10 ft., one target, 18 (3d8+5) piercing damage + 7 (2d6) psychic.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +9 to hit, 5 ft., one target, 15 (3d6+5) slashing damage.</li>
<li><strong>Psychic Bolt:</strong> Ranged Spell Attack: +8 to hit, 60 ft., one target, 18 (4d6+4) psychic.</li>
<li><strong>Mind Ravage (Recharge 5-6):</strong> Unleashes a torrent of psychic energy. Each creature within 20' of catonoctrix: 45 (10d8) psychic and is stunned for 1 min (DC 16 Int half damage and isn't stunned). A stunned creature can re-save at end of each of its turns success ends effect on itself.</li>
<li><strong>Spellcasting (Psionics):</strong> Int (DC 15) no spell components: At will: detect thoughts divination1/day ea: confusion scrying suggestion</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Precognitive Dodge:</strong> Adds 4 to its AC vs. one attack that would hit it. To do so it must see the attacker and be within 30' of it.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/catonoctrix.md">Markdown Format</a></p>
</body>
</html>