Files
5ead/monsters/html/a5e_monstrous_menagerie/marilith-a5e.html

98 lines
2.8 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>Marilith</title>
</head>
<body>
<h1>Marilith</h1>
<p><em>Large</em> <em>Fiend</em></p>
<ul>
<li><strong>Armor Class:</strong> 18</li>
<li><strong>Hit Points:</strong> 220 (21d10+105)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 16 (15,000 XP)</li>
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 71</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>22 (+6)</td>
<td>20 (+5)</td>
<td>20 (+5)</td>
<td>18 (+4)</td>
<td>20 (+5)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Str +10, Dex +11, Con +10, Wis +9, Cha +10</li>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> cold, fire, lightning; damage from nonmagical weapons</li>
<li><strong>Condition Immunities:</strong> poisoned</li>
<li><strong>Senses:</strong> truesight 120 ft., passive Perception 14</li>
<li><strong>Languages:</strong> Abyssal, telepathy 120 ft.</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Chaotic Evil:</strong> The marilith radiates a Chaotic and Evil aura.</li>
<li><strong>Magic Resistance:</strong> The marilith has advantage on saving throws against spells and magical effects.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The marilith makes six attacks with its longswords.</li>
<li><strong>Longsword:</strong> Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage.</li>
</ul>
<h3>Bonus Actions</h3>
<ul>
<li><strong>Tail:</strong> Melee Weapon Attack: +10 to hit, reach 10 ft., one creature. Hit: 10 (2d4 + 5) bludgeoning damage, and the target is grappled (escape DC 19).</li>
<li><strong>Teleport:</strong> The marilith magically teleports up to 120 feet to an unoccupied space it can see.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Reactive Teleport:</strong> When the marilith is hit or missed by a ranged attack, it uses Teleport. If it teleports within 5 feet of a creature, it can attack with its tail.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/a5e_monstrous_menagerie/marilith-a5e.md">Markdown Format</a></p>
</body>
</html>