initial commit
This commit is contained in:
81
monsters/html/creature_codex/laestrigonian-giant.html
Normal file
81
monsters/html/creature_codex/laestrigonian-giant.html
Normal file
@@ -0,0 +1,81 @@
|
||||
|
||||
<!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>Laestrigonian Giant</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Laestrigonian Giant</h1>
|
||||
<p><em>Large</em> <em>Giant</em> <em>chaotic evil</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 95 (10d10+40)</li>
|
||||
<li><strong>Speed:</strong> walk 40 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 4 (1,100 XP)</li>
|
||||
<li><strong>Source:</strong> Creature Codex, page 184</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>20 (+5)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>18 (+4)</td>
|
||||
<td>9 (-1)</td>
|
||||
<td>11 (+0)</td>
|
||||
<td>8 (-1)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> </li>
|
||||
<li><strong>Senses:</strong> passive Perception 10</li>
|
||||
<li><strong>Languages:</strong> Common, Giant</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The Laestrigonian giant makes one greatclub attack and one bite attack.</li>
|
||||
<li><strong>Bite:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or contract a disease. Until the disease is cured, the target can't regain hp except by magical means, and the target's hp maximum decreases by 3 (1d6) every 24 hours. If the target's hp maximum drops to 0 as a result of this disease, the target dies.</li>
|
||||
<li><strong>Greatclub:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.</li>
|
||||
<li><strong>Rock:</strong> Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 60/240 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/creature_codex/laestrigonian-giant.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user