Files
5ead/monsters/html/tome_of_beasts_2/storm-maiden.html

90 lines
2.7 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>Storm Maiden</title>
</head>
<body>
<h1>Storm Maiden</h1>
<p><em>Medium</em> <em>Elemental</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 78 (12d8+24)</li>
<li><strong>Speed:</strong> swim 30 ft. fly 30 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 4 (1,100 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2, page 340</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>16 (+3)</td>
<td>16 (+3)</td>
<td>15 (+2)</td>
<td>10 (+0)</td>
<td>11 (+0)</td>
<td>17 (+3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> exhaustion, paralyzed, petrified, poisoned, unconscious</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 11</li>
<li><strong>Languages:</strong> Common, Primordial</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Innate Spellcasting:</strong> The storm maiden's innate spellcasting ability is Charisma (spell save DC 13, +5 to hit with spell attacks). She can innately cast the following spells, requiring no material components:
At will: create or destroy water, ray of frost, misty step, thunderwave
1/day each: sleet storm, wind wall</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The storm maiden makes two thunderous slam attacks.</li>
<li><strong>Thunderous Slam:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) bludgeoning damage plus 7 (2d6) thunder damage.</li>
<li><strong>Throw Lightning:</strong> Ranged Spell Attack: +5 to hit, range 120 ft., one target. Hit: 14 (4d6) lightning damage, and the target must succeed on a DC 13 Constitution saving throw or be incapacitated until the end of its next turn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2/storm-maiden.md">Markdown Format</a></p>
</body>
</html>