initial commit
This commit is contained in:
87
monsters/html/tome_of_beasts_2/chill-haunt.html
Normal file
87
monsters/html/tome_of_beasts_2/chill-haunt.html
Normal file
@@ -0,0 +1,87 @@
|
||||
|
||||
<!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>Chill Haunt</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Chill Haunt</h1>
|
||||
<p><em>Medium</em> <em>Undead</em> <em>neutral evil</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 13</li>
|
||||
<li><strong>Hit Points:</strong> 39 (6d8+12)</li>
|
||||
<li><strong>Speed:</strong> walk 0 ft. fly 30 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2, page 62</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>7 (-2)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>8 (-1)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>13 (+1)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> acrobatics +5</li>
|
||||
<li><strong>Damage Immunities:</strong> cold, fire, necrotic, poison</li>
|
||||
<li><strong>Damage Resistances:</strong> acid, lightning, thunder; bludgeoning, piercing, and slashing from nonmagical attacks</li>
|
||||
<li><strong>Condition Immunities:</strong> charmed, exhaustion, frightened, grappled, paralyzed, petrified, poisoned, prone, restrained</li>
|
||||
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 13</li>
|
||||
<li><strong>Languages:</strong> the languages it knew in life</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Cryophobia:</strong> Whenever the chill haunt is subjected to cold damage, it takes no damage, but it must succeed on a DC 13 Wisdom saving throw or become frightened of the source of the damage for 1 minute. This trait overrides the haunt's normal immunity to the frightened condition.</li>
|
||||
<li><strong>Fire Absorption:</strong> Whenever the chill haunt is subjected to fire damage, it takes no damage and instead regains a number of hp equal to the fire damage dealt.</li>
|
||||
<li><strong>Incorporeal Movement:</strong> The chill haunt can move through other creatures and objects as if they were difficult terrain. It takes 5 (1d10) force damage if it ends its turn inside an object.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Shivering Touch:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) cold damage plus 3 (1d6) necrotic damage. The target must succeed on a DC 12 Constitution saving throw or take 3 (1d6) cold damage at the start of each of its turns. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If the target takes fire damage, the effect ends.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2/chill-haunt.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user