initial commit
This commit is contained in:
86
monsters/html/creature_codex/goreling.html
Normal file
86
monsters/html/creature_codex/goreling.html
Normal file
@@ -0,0 +1,86 @@
|
||||
|
||||
<!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>Goreling</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Goreling</h1>
|
||||
<p><em>Small</em> <em>Undead</em> <em>unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 12</li>
|
||||
<li><strong>Hit Points:</strong> 11 (2d6+4)</li>
|
||||
<li><strong>Speed:</strong> walk 20 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 1/4 (50 XP)</li>
|
||||
<li><strong>Source:</strong> Creature Codex, page 207</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>12 (+1)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>1 (-5)</td>
|
||||
<td>5 (-3)</td>
|
||||
<td>1 (-5)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> </li>
|
||||
<li><strong>Damage Immunities:</strong> necrotic, poison</li>
|
||||
<li><strong>Condition Immunities:</strong> poisoned</li>
|
||||
<li><strong>Senses:</strong> blindsight 60 ft. (blind beyond this radius), passive Perception 7</li>
|
||||
<li><strong>Languages:</strong> -</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Bloodthirsty:</strong> If 6 or more gorelings are within 30 feet of one another, they become frenzied and their attacks deal an extra 2 (1d4) necrotic damage.</li>
|
||||
<li><strong>Swarming:</strong> Up to five gorelings can occupy the same space.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Slam:</strong> Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage plus 2 (1d4) necrotic damage. ++ Reactions</li>
|
||||
<li><strong>Multiplying:</strong> When a goreling is hit but not reduced to 0 hp, it splits into two new gorelings. Each new goreling has 1 hp, doesn't have this reaction, and is one size smaller than the original goreling.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/creature_codex/goreling.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user