Files

86 lines
2.2 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>Lesser Scrag</title>
</head>
<body>
<h1>Lesser Scrag</h1>
<p><em>Medium</em> <em>Monstrosity</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
<li><strong>Hit Points:</strong> 45 (7d8+14)</li>
<li><strong>Speed:</strong> swim 40 ft. walk 10 ft.</li>
<li><strong>Challenge Rating:</strong> 2 (450 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 200</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>18 (+4)</td>
<td>10 (+0)</td>
<td>15 (+2)</td>
<td>8 (-1)</td>
<td>10 (+0)</td>
<td>9 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 10</li>
<li><strong>Languages:</strong> Abyssal, Aquan</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Amphibious:</strong> The scrag can breathe air and water</li>
<li><strong>Regeneration:</strong> The lesser scrag regains 5 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 lesser scrag makes two attacks: one with its bite and one with its claws.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4)</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 9 (2d4 + 4)</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/lesser-scrag.md">Markdown Format</a></p>
</body>
</html>