Files
5ead/monsters/html/a5e_monstrous_menagerie/water-elemental-a5e.html

90 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>Water Elemental</title>
</head>
<body>
<h1>Water Elemental</h1>
<p><em>Large</em> <em>Elemental</em></p>
<ul>
<li><strong>Armor Class:</strong> 14</li>
<li><strong>Hit Points:</strong> 114 (12d10+48)</li>
<li><strong>Speed:</strong> walk 30 ft. swim 90 ft.</li>
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 194</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>14 (+2)</td>
<td>18 (+4)</td>
<td>6 (-2)</td>
<td>10 (+0)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> acid; damage from nonmagical weapons</li>
<li><strong>Condition Immunities:</strong> fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 10</li>
<li><strong>Languages:</strong> Aquan</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Conductive:</strong> If the elemental takes lightning damage, each creature sharing its space takes the same amount of lightning damage.</li>
<li><strong>Fluid Form:</strong> The elemental can enter and end its turn in other creatures spaces and move through a space as narrow as 1 inch wide without squeezing.</li>
<li><strong>Freeze:</strong> If the elemental takes cold damage, its speed is reduced by 15 feet until the end of its next turn.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The elemental makes two slam attacks.</li>
<li><strong>Slam:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.</li>
<li><strong>Whelm:</strong> The elemental targets each Large or smaller creature in its space. Each target makes a DC 15 Strength saving throw. On a failure the target is grappled (escape DC 15). Until this grapple ends the target is restrained and unable to breathe air. The elemental can move at full speed while carrying grappled creatures inside its space. It can grapple one Large creature or up to four Medium or smaller creatures.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/a5e_monstrous_menagerie/water-elemental-a5e.md">Markdown Format</a></p>
</body>
</html>