initial commit
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
|
||||
<!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>Young Spinosaurus</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Young Spinosaurus</h1>
|
||||
<p><em>Huge</em> <em>Beast</em> <em>Unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 14 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 105 (10d12 + 40)</li>
|
||||
<li><strong>Speed:</strong> walk 30 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2023, page 104</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>21 (+5)</td>
|
||||
<td>11 (+0)</td>
|
||||
<td>19 (+4)</td>
|
||||
<td>2 (-4)</td>
|
||||
<td>11 (+0)</td>
|
||||
<td>8 (-1)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> Perception +3</li>
|
||||
<li><strong>Damage Vulnerabilities:</strong> False</li>
|
||||
<li><strong>Damage Immunities:</strong> False</li>
|
||||
<li><strong>Damage Resistances:</strong> False</li>
|
||||
<li><strong>Condition Immunities:</strong> False</li>
|
||||
<li><strong>Senses:</strong> passive Perception 13</li>
|
||||
<li><strong>Languages:</strong> —</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Hold Breath:</strong> The spinosaurus can hold its breath for 1 hour.</li>
|
||||
<li><strong>Reptilian Affinity:</strong> The spinosaurus never willingly attacks a reptilian Humanoid, such as a lizardfolk or dragonborn, unless attacked first. If magically forced to attack such a creature, the spinosaurus has disadvantage on attack rolls against it. This trait doesn't function if the spinosaurus's rider or tamer directs it to attack.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The spinosaurus makes one Bite attack and one Claw attack.</li>
|
||||
<li><strong>Bite:</strong> Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 24 (3d12 + 5) piercing damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). Until this grapple ends, the target is restrained, and the spinosaurus can't Bite another target.</li>
|
||||
<li><strong>Claw:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 15 (3d6 + 5) slashing damage.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2023/youngspinosaurus-tob1-2023.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user