Files

87 lines
2.8 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>Loxoda</title>
</head>
<body>
<h1>Loxoda</h1>
<p><em>Huge</em> <em>Monstrosity</em> <em>Neutral Evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
<li><strong>Hit Points:</strong> 147 (14d12 + 56)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2023, page 259</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>19 (+4)</td>
<td>12 (+1)</td>
<td>19 (+4)</td>
<td>12 (+1)</td>
<td>14 (+2)</td>
<td>10 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> Athletics +7, Survival +5</li>
<li><strong>Damage Vulnerabilities:</strong> False</li>
<li><strong>Damage Immunities:</strong> False</li>
<li><strong>Damage Resistances:</strong> False</li>
<li><strong>Condition Immunities:</strong> False</li>
<li><strong>Senses:</strong> passive Perception 12</li>
<li><strong>Languages:</strong> Loxodan</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The loxoda makes one Slam attack and one Spear attack.</li>
<li><strong>Slam:</strong> Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 22 (4d8 + 4) bludgeoning damage.</li>
<li><strong>Spear:</strong> Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 14 (3d6 + 4) piercing damage, or 17 (3d8 + 4) piercing damage if used with two hands to make a melee attack.</li>
<li><strong>Stomp:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one prone creature. Hit: 20 (3d10 + 4) bludgeoning damage.</li>
<li><strong>Tooth-Rattling Pound (Recharge 5-6):</strong> The loxoda rears up and lands heavily, rattling the land and creatures around it. Each creature in contact with the ground within 20 feet of the loxoda must make a DC 15 Dexterity saving throw. On a failure, a creature takes 36 (8d8) bludgeoning damage and takes an extra 10 (3d6) thunder damage at the end of its next turn as the shockwaves from the Tooth-Rattling Pound continue up through its body. On a success, a creature takes half the damage and doesn't take extra thunder damage from shockwaves.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2023/loxoda-tob1-2023.md">Markdown Format</a></p>
</body>
</html>