Files

90 lines
2.5 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>Porcellina</title>
</head>
<body>
<h1>Porcellina</h1>
<p><em>Tiny</em> <em>Beast</em> <em>unaligned</em></p>
<ul>
<li><strong>Armor Class:</strong> 13</li>
<li><strong>Hit Points:</strong> 28 (8d4+8)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 317</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>8 (-1)</td>
<td>16 (+3)</td>
<td>12 (+1)</td>
<td>3 (-4)</td>
<td>10 (+0)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +5</li>
<li><strong>Skills:</strong> perception +0</li>
<li><strong>Senses:</strong> passive Perception 11</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Keen Hearing and Smell:</strong> The porcillina has advantage on Wis (Perception) checks that rely on hearing or smell.</li>
<li><strong>Pack Tactics:</strong> Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target.</li>
<li><strong>Poisonous Flesh:</strong> A creature that touches the porcellina or consumes the meat of the porcellina must make DC 11 Con save or become poisoned for 1 hr.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Bite:</strong> Melee Weapon Attack: +5 to hit, 5 ft., one target, 8 (2d4+3) piercing damage and the target must make DC 11 Dex save or be knocked prone. The DC increases by 1 for each other porcellina that hit the target since the end of this porcellina's previous turn to a max of DC 15.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Squeal:</strong> When a porcellina is hit with an attack it can let out a blood-curdling scream. Each creature within 10 ft. of the porcellina must make DC 11 Wis save or become frightened until the end of its next turn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/porcellina.md">Markdown Format</a></p>
</body>
</html>