initial commit
This commit is contained in:
107
monsters/html/5.2_srd_(2025_mm)/mimic_mm_2024.html
Normal file
107
monsters/html/5.2_srd_(2025_mm)/mimic_mm_2024.html
Normal file
@@ -0,0 +1,107 @@
|
||||
|
||||
<!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>Mimic</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mimic</h1>
|
||||
<p><em>Medium Monstrosity, Neutral</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 12</li>
|
||||
<li><strong>Hit Points:</strong> 58 (9d8 + 18)</li>
|
||||
<li><strong>Speed:</strong> 20 ft.</li>
|
||||
<li><strong>Initiative</strong>: +3 (13)</li>
|
||||
</ul>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>STAT</th>
|
||||
<th>SCORE</th>
|
||||
<th>MOD</th>
|
||||
<th>SAVE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>STR</td>
|
||||
<td>17</td>
|
||||
<td>+3</td>
|
||||
<td>+3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DEX</td>
|
||||
<td>12</td>
|
||||
<td>+1</td>
|
||||
<td>+1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CON</td>
|
||||
<td>15</td>
|
||||
<td>+2</td>
|
||||
<td>+2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>INT</td>
|
||||
<td>5</td>
|
||||
<td>-3</td>
|
||||
<td>-3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WIS</td>
|
||||
<td>13</td>
|
||||
<td>+1</td>
|
||||
<td>+1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CHA</td>
|
||||
<td>8</td>
|
||||
<td>-1</td>
|
||||
<td>-1</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Immunities</strong>: Acid; Prone</li>
|
||||
<li><strong>Skills</strong>: Stealth +5</li>
|
||||
<li><strong>Senses</strong>: darkvision 60 ft.; Passive Perception 11</li>
|
||||
<li><strong>CR</strong> 2 (XP 450; PB +2)</li>
|
||||
</ul>
|
||||
<h2>Traits</h2>
|
||||
<p><strong><em>Adhesive (Object Form Only).</em></strong> The mimic adheres to anything that touches it. A Huge or smaller creature adhered to the mimic has the Grappled condition (escape DC 13). Ability checks made to escape this grapple have Disadvantage.</p>
|
||||
<h2>Actions</h2>
|
||||
<p><strong><em>Bite.</em></strong> <em>Melee Attack Roll:</em> +5 (with Advantage if the target is Grappled by the mimic), reach 5 ft. 7 (1d8 + 3) Piercing damage—or 12 (2d8 + 3) Piercing damage if the target is Grappled by the mimic—plus 4 (1d8) Acid damage.</p>
|
||||
<p><strong><em>Pseudopod.</em></strong> <em>Melee Attack Roll:</em> +5, reach 5 ft. 7 (1d8 + 3) Bludgeoning damage plus 4 (1d8) Acid damage. If the target is a Large or smaller creature, it has the Grappled condition (escape DC 13). Ability checks made to escape this grapple have Disadvantage.</p>
|
||||
<h2>Bonus Actions</h2>
|
||||
<p><strong><em>Shape-Shift.</em></strong> The mimic shape-shifts to resemble a Medium or Small object while retaining its game statistics, or it returns to its true blob form. Any equipment it is wearing or carrying isn't transformed.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.2_srd_(2025_mm)/mimic_mm_2024.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user