initial commit
This commit is contained in:
83
monsters/html/tome_of_beasts_2/alligator.html
Normal file
83
monsters/html/tome_of_beasts_2/alligator.html
Normal file
@@ -0,0 +1,83 @@
|
||||
|
||||
<!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>Alligator</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Alligator</h1>
|
||||
<p><em>Medium</em> <em>Beast</em> <em>unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 11 (2d8+2)</li>
|
||||
<li><strong>Speed:</strong> swim 30 ft. walk 20 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 1/4 (50 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2, page 387</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>10 (+0)</td>
|
||||
<td>13 (+1)</td>
|
||||
<td>2 (-4)</td>
|
||||
<td>10 (+0)</td>
|
||||
<td>5 (-3)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Saving Throws</strong>: Str +4, Con +3</li>
|
||||
<li><strong>Skills:</strong> stealth +2</li>
|
||||
<li><strong>Senses:</strong> passive Perception 10</li>
|
||||
<li><strong>Languages:</strong> —</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Hold Breath:</strong> The alligator can hold its breath for 15 minutes.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Bite:</strong> Melee Weapon Attack: +4 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) piercing damage, and the target is grappled (escape DC 12). Until this grapple ends, the target is restrained, and the alligator can't bite another target.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2/alligator.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user