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

88 lines
2.5 KiB
HTML
Raw 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>Greater Scrag</title>
</head>
<body>
<h1>Greater Scrag</h1>
<p><em>Large</em> <em>Monstrosity</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor)</li>
<li><strong>Hit Points:</strong> 127 (15d10+45)</li>
<li><strong>Speed:</strong> swim 40 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 7 (2,900 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 401</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>10 (+0)</td>
<td>17 (+3)</td>
<td>10 (+0)</td>
<td>10 (+0)</td>
<td>11 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Str +8, Con +6</li>
<li><strong>Skills:</strong> </li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 10</li>
<li><strong>Languages:</strong> Abyssal, Aquan, Giant</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Amphibious:</strong> The scrag can breathe air and water.</li>
<li><strong>Blood Frenzy:</strong> The scrag has advantage on melee attack rolls against any creature that doesn't have all of its hp.</li>
<li><strong>Regeneration:</strong> The greater scrag regains 10 hp at the start of its turn if it is in contact with water. If the scrag takes acid or fire damage, this trait doesn't function at the start of the scrag's next turn. The scrag dies only if it starts its turn with 0 hp and doesn't regenerate.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The greater scrag 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: 14 (2d8 + 5)</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 12 (3d4 + 5)</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/greater-scrag.md">Markdown Format</a></p>
</body>
</html>