Files
5ead/monsters/html/creature_codex/child-of-yggdrasil.html

88 lines
2.4 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>Child of Yggdrasil</title>
</head>
<body>
<h1>Child of Yggdrasil</h1>
<p><em>Large</em> <em>Aberration</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 14 (natural armor)</li>
<li><strong>Hit Points:</strong> 112 (15d10+30)</li>
<li><strong>Speed:</strong> climb 20 ft. walk 20 ft.</li>
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 61</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>10 (+0)</td>
<td>14 (+2)</td>
<td>10 (+0)</td>
<td>18 (+4)</td>
<td>8 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +7, stealth +3</li>
<li><strong>Damage Vulnerabilities:</strong> fire</li>
<li><strong>Damage Immunities:</strong> acid, cold; bludgeoning from nonmagical attacks</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 17</li>
<li><strong>Languages:</strong> Common, Giant</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Acid Touch:</strong> As an action, the child of Yggdrasil destroys one nonmagical object that isn't being worn or carried, such as a rope, plank, candlestick, or even an entire bronze cauldron.</li>
<li><strong>Forest Camouflage:</strong> The child of Yggdrasil has advantage on Dexterity (Stealth) checks made to hide in forest terrain.</li>
<li><strong>Keen Smell:</strong> The child of Yggdrasil has advantage on Wisdom (Perception) checks that rely on smell.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The child of Yggdrasil makes three claw attacks.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +6 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) slashing damage plus 7 (2d6) acid damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/child-of-yggdrasil.md">Markdown Format</a></p>
</body>
</html>