Files
5ead/monsters/html/creature_codex/nalusa-falaya.html

87 lines
2.6 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>Nalusa Falaya</title>
</head>
<body>
<h1>Nalusa Falaya</h1>
<p><em>Medium</em> <em>Aberration</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
<li><strong>Hit Points:</strong> 33 (6d8+6)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 274</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>15 (+2)</td>
<td>13 (+1)</td>
<td>11 (+0)</td>
<td>13 (+1)</td>
<td>9 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> stealth +4</li>
<li><strong>Senses:</strong> darkvision 120 ft., passive Perception 11</li>
<li><strong>Languages:</strong> Umbral, Void Speech</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Shadow Stealth:</strong> While in dim light or darkness, the nalusa falaya can take the Hide action as a bonus action.</li>
<li><strong>Shadow Step:</strong> As an action, the nalusa falaya can teleport itself to a shadow it can see within 30 feet.</li>
<li><strong>Sunlight Weakness:</strong> While in sunlight, the nalusa falaya has disadvantage on ability checks, attack rolls, and saving throws.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Bite:</strong> Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage. If the target is a creature, it must succeed on a DC 12 Strength saving throw or be knocked prone.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 6 (1d8 + 2) slashing damage.</li>
<li><strong>Terrifying Glare:</strong> The nalusa falaya targets one creature it can see within 30 feet of it. If the target can see the nalusa falaya, the target must succeed on a DC 12 Wisdom saving throw or be frightened until the end of the nalusa falaya's next turn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/nalusa-falaya.md">Markdown Format</a></p>
</body>
</html>