Files
5ead/monsters/html/tome_of_beasts_3/drake-ethereal.html

94 lines
3.0 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>Drake, Ethereal</title>
</head>
<body>
<h1>Drake, Ethereal</h1>
<p><em>Large</em> <em>Dragon</em> <em>chaotic neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor)</li>
<li><strong>Hit Points:</strong> 133 (14d10+56)</li>
<li><strong>Speed:</strong> walk 30 ft. fly 60 ft.</li>
<li><strong>Challenge Rating:</strong> 7 (2,900 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 153</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>18 (+4)</td>
<td>14 (+2)</td>
<td>19 (+4)</td>
<td>8 (-1)</td>
<td>14 (+2)</td>
<td>10 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Con +7, Wis +5</li>
<li><strong>Skills:</strong> perception +2</li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> cold, necrotic</li>
<li><strong>Condition Immunities:</strong> poisoned</li>
<li><strong>Senses:</strong> darkvision 60', passive Perception 15</li>
<li><strong>Languages:</strong> Draconic</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Ethereal Sight:</strong> Can see 60' into the Ethereal Plane when on the Material Plane and vice versa.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> One Bite attack and two Claw attacks.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +7 to hit, 5 ft., one target, 15 (2d10+4) piercing damage + 9 (2d8) force. Target is grappled (escape DC 15) if it is a Large or smaller creature and drake doesn't have another creature grappled.</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +7 to hit, 5 ft., one target, 11 (2d6+4) slashing damage.</li>
<li><strong>Phase Breath (Recharge 5-6):</strong> Exhales a blue mist in a 30' cone. Each creature in that area: 27 (6d8) force and is magically shifted to the Ethereal Plane for 1 min (DC 15 Con half damage and isn't magically shifted). A creature shifted to the Ethereal Plane in this way can re-save at end of each of its turns magically shifting back to the Material Plane on a success.</li>
</ul>
<h3>Bonus Actions</h3>
<ul>
<li><strong>Ethereal Step:</strong> Magically shifts from Material Plane to Ethereal or vice versa. Drake can bring creatures grappled by it into the Ethereal Plane with it. A creature not native to Ethereal Plane returns to Material Plane in 1d4 rounds if brought to the plane while grappled by drake.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/drake-ethereal.md">Markdown Format</a></p>
</body>
</html>