Files
5ead/monsters/html/creature_codex/shadow-river-lord.html

89 lines
2.9 KiB
HTML
Raw 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>Shadow River Lord</title>
</head>
<body>
<h1>Shadow River Lord</h1>
<p><em>Medium</em> <em>Undead</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor)</li>
<li><strong>Hit Points:</strong> 135 (18d8+54)</li>
<li><strong>Speed:</strong> swim 60 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 9 (5,000 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 327</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>14 (+2)</td>
<td>18 (+4)</td>
<td>16 (+3)</td>
<td>12 (+1)</td>
<td>16 (+3)</td>
<td>18 (+4)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> cold, fire, necrotic; bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> charmed, exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 13</li>
<li><strong>Languages:</strong> Common</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Amorphous:</strong> The shadow river lord can move through a space as narrow as one inch wide without squeezing.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The shadow river lord makes two greenfire staff or two shadowfrost bolt attacks. If two attacks hit the same target, the target must make a DC 16 Constitution saving throw or be blinded until the end of its next turn.</li>
<li><strong>Greenfire Staff:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage plus 7 (2d6) fire damage.</li>
<li><strong>Shadowfrost Bolt:</strong> Ranged Spell Attack: +8 to hit, range 150 ft., one target. Hit: 9 (2d8) necrotic damage plus 7 (2d6) cold damage.</li>
<li><strong>Shadow Geyser (Recharge 6):</strong> The shadow river lord expels a geyser of shadowy water from its staff in a 30-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 21 (6d6) necrotic damage and 21 (6d6) cold damage on a failed save, or half as much damage on a successful one.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/shadow-river-lord.md">Markdown Format</a></p>
</body>
</html>