initial commit
This commit is contained in:
87
monsters/html/5.1_srd_(2015_mm)/shambling-mound.html
Normal file
87
monsters/html/5.1_srd_(2015_mm)/shambling-mound.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>Shambling Mound</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Shambling Mound</h1>
|
||||
<p><em>Large</em> <em>Plant</em> <em>unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 136 (16d10+48)</li>
|
||||
<li><strong>Speed:</strong> walk 20 ft. swim 20 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
|
||||
<li><strong>Source:</strong> 5.1 SRD (2015 MM), page 345</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>8 (-1)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>5 (-3)</td>
|
||||
<td>10 (+0)</td>
|
||||
<td>5 (-3)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> stealth +2</li>
|
||||
<li><strong>Damage Immunities:</strong> lightning</li>
|
||||
<li><strong>Damage Resistances:</strong> cold, fire</li>
|
||||
<li><strong>Condition Immunities:</strong> blinded, deafened, exhaustion</li>
|
||||
<li><strong>Senses:</strong> blindsight 60 ft. (blind beyond this radius), passive Perception 10</li>
|
||||
<li><strong>Languages:</strong> </li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Lightning Absorption:</strong> Whenever the shambling mound is subjected to lightning damage, it takes no damage and regains a number of hit points equal to the lightning damage dealt.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The shambling mound makes two slam attacks. If both attacks hit a Medium or smaller target, the target is grappled (escape DC 14), and the shambling mound uses its Engulf on it.</li>
|
||||
<li><strong>Slam:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.</li>
|
||||
<li><strong>Engulf:</strong> The shambling mound engulfs a Medium or smaller creature grappled by it. The engulfed target is blinded, restrained, and unable to breathe, and it must succeed on a DC 14 Constitution saving throw at the start of each of the mound's turns or take 13 (2d8 + 4) bludgeoning damage. If the mound moves, the engulfed target moves with it. The mound can have only one creature engulfed at a time.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.1_srd_(2015_mm)/shambling-mound.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user