Files
5ead/monsters/html/a5e_monstrous_menagerie/manticore-a5e.html

87 lines
2.6 KiB
HTML
Raw 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>Manticore</title>
</head>
<body>
<h1>Manticore</h1>
<p><em>Large</em> <em>Monstrosity</em></p>
<ul>
<li><strong>Armor Class:</strong> 14</li>
<li><strong>Hit Points:</strong> 68 (8d10+24)</li>
<li><strong>Speed:</strong> walk 30 ft. fly 50 ft.</li>
<li><strong>Challenge Rating:</strong> 3 (700 XP)</li>
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 320</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>16 (+3)</td>
<td>14 (+2)</td>
<td>16 (+3)</td>
<td>8 (-1)</td>
<td>12 (+1)</td>
<td>8 (-1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> </li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 11</li>
<li><strong>Languages:</strong> Common</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The manticore attacks with its bite and its claws.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.</li>
<li><strong>Claws:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 8 (2d4 + 3) slashing damage. If the manticore moves at least 20 feet straight towards the target before the attack the target makes a DC 13 Strength saving throw falling prone on a failure.</li>
<li><strong>Tail:</strong> Melee Weapon Attack: +5 to hit, reach 10 ft., one target. Hit: 7 (1d8 + 3) piercing damage.</li>
<li><strong>Tail Spike Volley (4/Day):</strong> The manticore fires tail spikes in a 5-foot-wide 60-foot-long line. Each creature in the area makes a DC 12 Dexterity saving throw taking 14 (4d6) piercing damage on a failure or half damage on a success.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Tail Whip:</strong> If a creature the manticore can see hits it with a melee attack, the manticore attacks the attacker with its tail. If it hits, it can fly up to half its fly speed without provoking opportunity attacks from the attacker.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/a5e_monstrous_menagerie/manticore-a5e.md">Markdown Format</a></p>
</body>
</html>