Files
5ead/monsters/html/tome_of_beasts_3/dinosaur-razorfeather-raptor.html

87 lines
2.5 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>Dinosaur, Razorfeather Raptor</title>
</head>
<body>
<h1>Dinosaur, Razorfeather Raptor</h1>
<p><em>Medium</em> <em>Monstrosity</em> <em>neutral evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (natural armor)</li>
<li><strong>Hit Points:</strong> 39 (6d8+12)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 2 (450 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 126</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>15 (+2)</td>
<td>17 (+3)</td>
<td>14 (+2)</td>
<td>7 (-2)</td>
<td>12 (+1)</td>
<td>6 (-2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +5</li>
<li><strong>Skills:</strong> perception +1</li>
<li><strong>Senses:</strong> passive Perception 13</li>
<li><strong>Languages:</strong> understands Common but can't speak</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Pack Tactics:</strong> Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target.</li>
<li><strong>Pounce:</strong> If the raptor moves at least 20' straight toward a creature and then hits it with Claw attack on the same turn that target must make DC 13 Str save or be knocked prone. If the target is prone the raptor can make one Bladed Feather attack vs. it as a bonus action.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> One Bladed Feather attack and one Claw attack.</li>
<li><strong>Bladed Feather:</strong> Melee or Ranged Weapon Attack: +5 to hit 5 ft. or range 30/90' one target 8 (1d10+3) slashing damage and the target's speed is reduced by 10 ft. until the end of its next turn.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +5 to hit, 5 ft., one target, 7 (1d8+3) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/dinosaur-razorfeather-raptor.md">Markdown Format</a></p>
</body>
</html>