initial commit
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
|
||||
<!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>Invisible Stalker</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Invisible Stalker</h1>
|
||||
<p><em>Medium</em> <em>Elemental</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 14</li>
|
||||
<li><strong>Hit Points:</strong> 104 (16d8+32)</li>
|
||||
<li><strong>Speed:</strong> walk 50 ft. fly 50 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
|
||||
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 289</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>18 (+4)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>10 (+0)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>10 (+0)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> perception +5, stealth +7</li>
|
||||
<li><strong>Damage Immunities:</strong> poison</li>
|
||||
<li><strong>Damage Resistances:</strong> 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 15</li>
|
||||
<li><strong>Languages:</strong> Auran, Common</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Invisibility:</strong> The stalker is invisible. Creatures that see invisible creatures see the stalker as a vague humanoid outline.</li>
|
||||
<li><strong>Wind Tracker:</strong> If given a quarry by a summoner, the stalker knows the direction and distance to the quarry as long as they are on the same plane of existence and not sealed from each other by a barrier that doesnt allow air to pass.</li>
|
||||
<li><strong>Elemental Nature:</strong> An invisible stalker doesnt require air, sustenance, or sleep.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The stalker makes two melee attacks.</li>
|
||||
<li><strong>Slam:</strong> Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 12 (2d8 + 3) bludgeoning damage. On a critical hit the target is pushed up to 15 feet and knocked prone.</li>
|
||||
</ul>
|
||||
<h3>Bonus Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Gust (Recharge 6):</strong> The stalker briefly turns into a gust of wind and moves up to its Speed without provoking opportunity attacks. It is able to pass through an opening as narrow as 1 inch wide without squeezing.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/a5e_monstrous_menagerie/invisible-stalker-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user