Files
5ead/monsters/html/creature_codex/desert-troll.html
2025-06-07 07:58:30 -05:00

90 lines
3.1 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Desert Troll</title>
</head>
<body>
<h1>Desert Troll</h1>
<p><em>Large</em> <em>Giant</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 105 (10d10+50)</li>
<li><strong>Speed:</strong> burrow 30 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 356</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>20 (+5)</td>
<td>13 (+1)</td>
<td>20 (+5)</td>
<td>9 (-1)</td>
<td>12 (+1)</td>
<td>7 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +4, stealth +4</li>
<li><strong>Damage Immunities:</strong> fire</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 14</li>
<li><strong>Languages:</strong> Common, Giant</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Desert Camouflage:</strong> The desert troll has advantage on Dexterity (Stealth) checks made to hide in desert terrain.</li>
<li><strong>Erupt:</strong> If the desert troll burrows at least 15 feet straight toward a creature, it can burst out of the ground, harming those above it. Each creature in its space when it erupts must make a DC 16 Strength saving throw. On a failure, the creature takes 10 (3d6) bludgeoning damage, is pushed out of the troll's space, and is knocked prone. On a success, the creature takes half the damage and is pushed out of the troll's space, but isn't knocked prone.</li>
<li><strong>Keen Smell:</strong> The desert troll has advantage on Wisdom (Perception) checks that rely on smell.</li>
<li><strong>Regeneration:</strong> The troll regains 10 hp at the start of its turn. If the troll takes acid damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 hp and doesn't regenerate.</li>
<li><strong>Water Susceptibility:</strong> The desert troll takes 1 acid damage for every 5 feet it moves in water or for every gallon of water splashed on it.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The desert troll makes three attacks: one with its bite and two with its claws.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage.</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/desert-troll.md">Markdown Format</a></p>
</body>
</html>