initial commit

This commit is contained in:
2025-06-07 07:58:30 -05:00
commit 55f791d177
14892 changed files with 1294507 additions and 0 deletions

View File

@@ -0,0 +1,90 @@
<!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>Savager</title>
</head>
<body>
<h1>Savager</h1>
<p><em>Large</em> <em>Beast</em> <em>Neutral Evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 17 (natural armor)</li>
<li><strong>Hit Points:</strong> 105 (10d10 + 50)</li>
<li><strong>Speed:</strong> walk 20 ft.</li>
<li><strong>Challenge Rating:</strong> 8 (3,900 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2023, page 318</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>22 (+6)</td>
<td>14 (+2)</td>
<td>21 (+5)</td>
<td>2 (-4)</td>
<td>10 (+0)</td>
<td>13 (+1)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +5, Con +8</li>
<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> bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> charmed, frightened</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 13</li>
<li><strong>Languages:</strong></li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Mighty Swing:</strong> If the savager doesn't move during its turn, it has advantage on the next Claw attack it makes before the start of its next turn.</li>
<li><strong>Spines:</strong> A creature that touches the savager or hits it with a melee attack while within 5 feet of it takes 5 (2d4) piercing damage. In addition, a creature grappled by or grappling the savager takes 5 (2d4) piercing damage at the start of the savager's turn.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The savager makes one Bite attack and two Claw attacks. If both Claw attacks hit one creature, the target must succeed on a DC 15 Strength saving throw or take 9 (2d8) slashing damage as the savager rips into the target.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 19 (2d12 + 6) piercing damage.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +9 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) slashing damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2023/savager-tob1-2023.md">Markdown Format</a></p>
</body>
</html>