Files

88 lines
2.8 KiB
HTML
Raw Permalink 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>Echo</title>
</head>
<body>
<h1>Echo</h1>
<p><em>Medium</em> <em>Fiend</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15</li>
<li><strong>Hit Points:</strong> 102 (12d8+48)</li>
<li><strong>Speed:</strong> fly 20 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 84</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>20 (+5)</td>
<td>18 (+4)</td>
<td>14 (+2)</td>
<td>18 (+4)</td>
<td>16 (+3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> persuasion +6, stealth +8</li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> cold, fire, lightning</li>
<li><strong>Condition Immunities:</strong> poisoned</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 14</li>
<li><strong>Languages:</strong> Abyssal, Celestial</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Aura of Cacophony:</strong> The demon's presence is extremely distracting. Each creature within 100 feet of the echo demon and that can hear it has disadvantage on concentration checks.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Iron Claws:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) slashing damage and if the creature is wearing metal armor, it must make a successful DC 15 Constitution saving throw or be deafened until the end of its next turn.</li>
<li><strong>Everywhere at Once (Recharge 5-6):</strong> The echo demon teleports up to 60 feet to an unoccupied space. Immediately after teleporting, it can make an iron claws attack with advantage as a bonus action.</li>
<li><strong>Echoes of the Abyss (1/Day):</strong> The echo demon summons horrible wails from the deep crevasses of the Abyss. Creatures within 60 feet who can hear the wails must succeed on a DC 15 Wisdom saving throw or be stunned until the start of the echo demon's next turn. An affected creature continues hearing the troubling echoes of these cries until it finishes a long rest, and it has disadvantage on Intelligence checks until then.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/echo.md">Markdown Format</a></p>
</body>
</html>