initial commit
This commit is contained in:
87
monsters/html/a5e_monstrous_menagerie/chuul-a5e.html
Normal file
87
monsters/html/a5e_monstrous_menagerie/chuul-a5e.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>Chuul</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Chuul</h1>
|
||||
<p><em>Large</em> <em>Aberration</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 16</li>
|
||||
<li><strong>Hit Points:</strong> 93 (11d10+33)</li>
|
||||
<li><strong>Speed:</strong> walk 30 ft. swim 40 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
|
||||
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 47</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>10 (+0)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>5 (-3)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>10 (+0)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> </li>
|
||||
<li><strong>Damage Immunities:</strong> poison</li>
|
||||
<li><strong>Condition Immunities:</strong> frightened, poisoned</li>
|
||||
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 13</li>
|
||||
<li><strong>Languages:</strong> understands Deep Speech but can't speak</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Amphibious:</strong> The chuul can breathe air and water.</li>
|
||||
<li><strong>Detect Magic:</strong> The chuul senses a magical aura around any visible creature or object within 120 feet that bears magic.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> If the chuul is grappling a creature it uses its tentacle on that creature. It then makes two pincer attacks.</li>
|
||||
<li><strong>Pincer:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one Large or smaller target. Hit: 11 (2d6 + 4) bludgeoning damage. If the target is a creature it is grappled (escape DC 15). When carrying a grappled creature the chuul can move at full speed. A pincer that is being used to grapple a creature can be used only to attack that creature.</li>
|
||||
<li><strong>Tentacle:</strong> A grappled creature makes a DC 14 Constitution saving throw. On a failure it is paralyzed for 1 minute. The creature repeats the saving throw at the end of each of its turns ending the paralysis on a success.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/a5e_monstrous_menagerie/chuul-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user