Files
5ead/monsters/html/creature_codex/undead-phoenix.html

89 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>Undead Phoenix</title>
</head>
<body>
<h1>Undead Phoenix</h1>
<p><em>Huge</em> <em>Undead</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 17 (natural armor)</li>
<li><strong>Hit Points:</strong> 142 (15d12+45)</li>
<li><strong>Speed:</strong> fly 90 ft. walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 12 (8,400 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 361</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>23 (+6)</td>
<td>14 (+2)</td>
<td>17 (+3)</td>
<td>8 (-1)</td>
<td>17 (+3)</td>
<td>9 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Str +10, Con +7, Wis +7</li>
<li><strong>Skills:</strong> perception +7</li>
<li><strong>Damage Immunities:</strong> necrotic, fire, poison</li>
<li><strong>Condition Immunities:</strong> poisoned</li>
<li><strong>Senses:</strong> darkvision 120 ft., passive Perception 17</li>
<li><strong>Languages:</strong> -</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Bilious Aura:</strong> A living creature that starts its turn within 10 feet of the undead phoenix can't regain hp and has disadvantage on Constitution saving throws until the start of its next turn.</li>
<li><strong>Eternal Unlife:</strong> If it dies, the undead phoenix reverts into a pile of necrotic-tainted ooze and is reborn in 24 hours with all of its hp. Only killing it with radiant damage prevents this trait from functioning.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The undead phoenix makes three attacks: two with its claws and one with its decaying bite.</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 20 (4d6 + 6) slashing damage.</li>
<li><strong>Decaying Bite:</strong> Melee Weapon Attack: +10 to hit, reach 10 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 14 (4d6) necrotic damage. The target must succeed on a DC 15 Constitution saving throw or be cursed with perpetual decay. The cursed target can't regain hp until the curse is lifted by the remove curse spell or similar magic.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/undead-phoenix.md">Markdown Format</a></p>
</body>
</html>