Files
5ead/monsters/html/tome_of_beasts_2/putrescent-slime.html

86 lines
2.3 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>Putrescent Slime</title>
</head>
<body>
<h1>Putrescent Slime</h1>
<p><em>Medium</em> <em>Ooze</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 8</li>
<li><strong>Hit Points:</strong> 45 (6d8+18)</li>
<li><strong>Speed:</strong> walk 20 ft. swim 10 ft.</li>
<li><strong>Challenge Rating:</strong> 1 (200 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2, page 300</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>12 (+1)</td>
<td>8 (-1)</td>
<td>16 (+3)</td>
<td>1 (-5)</td>
<td>6 (-2)</td>
<td>1 (-5)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Immunities:</strong> acid, poison</li>
<li><strong>Condition Immunities:</strong> blinded, charmed, deafened, exhaustion, frightened, prone</li>
<li><strong>Senses:</strong> blindsight 60 ft. (blind beyond this radius), passive Perception 8</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Amorphous:</strong> The putrescent slime can move through a space as narrow as 1 inch wide without squeezing.</li>
<li><strong>Stench:</strong> Any creature that starts its turn within 5 feet of the putrescent slime must succeed on a DC 13 Constitution saving throw or be poisoned until the start of its next turn. On a successful saving throw, the creature is immune to the putrescent slime's Stench for 24 hours.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Pseudopod:</strong> Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 8 (2d6 + 1) bludgeoning damage plus 3 (1d6) poison damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2/putrescent-slime.md">Markdown Format</a></p>
</body>
</html>