Files
5ead/monsters/html/creature_codex/storm-spirit.html

87 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>Storm Spirit</title>
</head>
<body>
<h1>Storm Spirit</h1>
<p><em>Medium</em> <em>Elemental</em> <em>neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 14 (natural armor)</li>
<li><strong>Hit Points:</strong> 22 (5d8)</li>
<li><strong>Speed:</strong> fly 40 ft. hover True ft. walk 0 ft.</li>
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 350</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>11 (+0)</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> lightning, thunder</li>
<li><strong>Condition Immunities:</strong> exhaustion, grappled, paralyzed, petrified, poisoned, prone, restrained, unconscious</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 10</li>
<li><strong>Languages:</strong> Auran</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Storm Form:</strong> The spirit can move through a space as narrow as 1 inch wide without squeezing. A creature that touches the spirit or hits it with a melee attack while within 5 feet of it takes 2 (1d4) lightning and 2 (1d4) thunder damage. In addition, the spirit can enter a hostile creature's space and stop there. The first time it enters a creature's space on a turn, that creature takes 2 (1d4) lightning and 2 (1d4) thunder damage. Any creature which ends its turn in the same space as the spirit takes 2 (1d4) lightning and 2 (1d4) thunder damage at the end of its turn.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Thunder Slam:</strong> Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) thunder damage.</li>
<li><strong>Shocking Bolt:</strong> Ranged Weapon Attack: +4 to hit, range 60/240 ft., one target. Hit: 4 (1d4 + 2) lightning damage.</li>
<li><strong>Tempest (Recharge 6):</strong> Each creature within 10 feet of the spirit must succeed on a DC 12 Dexterity saving throw. On a failure, a creature takes 5 (2d4) lightning damage, 5 (2d4) thunder damage, is thrown 10 feet in a random direction, and is knocked prone.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/storm-spirit.md">Markdown Format</a></p>
</body>
</html>