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,85 @@
<!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>Cueyatl</title>
</head>
<body>
<h1>Cueyatl</h1>
<p><em>Small</em> <em>Humanoid</em> <em>lawful evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 11</li>
<li><strong>Hit Points:</strong> 21 (6d6)</li>
<li><strong>Speed:</strong> climb 20 ft. swim 30 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 68</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>10 (+0)</td>
<td>12 (+1)</td>
<td>11 (+0)</td>
<td>10 (+0)</td>
<td>11 (+0)</td>
<td>10 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> stealth +3</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 10</li>
<li><strong>Languages:</strong> Cueyatl</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Amphibious:</strong> The cueyatl can breathe air and water.</li>
<li><strong>Jungle Camouflage:</strong> The cueyatl has advantage on Dexterity (Stealth) checks made to hide in jungle terrain.</li>
<li><strong>Slippery:</strong> The cueyatl has advantage on saving throws and ability checks made to escape a grapple.</li>
<li><strong>Standing Leap:</strong> The cueyatl's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Spear:</strong> Melee or Ranged Weapon Attack: +2 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 3 (1d6) piercing damage plus 7 (2d6) poison damage or 4 (1d8) piercing damage plus 7 (2d6) poison damage if used with two hands to make a melee attack.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/cueyatl.md">Markdown Format</a></p>
</body>
</html>