initial commit
This commit is contained in:
86
monsters/html/creature_codex/wolpertinger.html
Normal file
86
monsters/html/creature_codex/wolpertinger.html
Normal file
@@ -0,0 +1,86 @@
|
||||
|
||||
<!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>Wolpertinger</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Wolpertinger</h1>
|
||||
<p><em>Tiny</em> <em>Monstrosity</em> <em>unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 13</li>
|
||||
<li><strong>Hit Points:</strong> 9 (2d4+4)</li>
|
||||
<li><strong>Speed:</strong> burrow 10 ft. fly 30 ft. walk 30 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 1/4 (50 XP)</li>
|
||||
<li><strong>Source:</strong> Creature Codex, page 382</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>6 (-2)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>5 (-3)</td>
|
||||
<td>12 (+1)</td>
|
||||
<td>6 (-2)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> </li>
|
||||
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 11</li>
|
||||
<li><strong>Languages:</strong> -</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Charge:</strong> If the wolpertinger moves at least 10 feet straight toward a target and then hits it with a gore attack on the same turn, the target takes an extra 2 (1d4) piercing damage.</li>
|
||||
<li><strong>Flyby:</strong> The wolpertinger doesn't provoke an opportunity attack when it flies out of an enemy's reach.</li>
|
||||
<li><strong>Standing Leap:</strong> The wolpertinger's long jump is up to 20 feet and its high jump is up to 10 feet, with or without a running start.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Bite:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.</li>
|
||||
<li><strong>Gore:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 5 (1d4 + 3) piercing damage.</li>
|
||||
<li><strong>Keening (Recharge 6):</strong> The wolpertinger emits a piercing shriek. Each creature within 30 feet that can hear the wolpertinger must succeed on a DC 13 Constitution saving throw or be deafened for 1 minute. A beast with an Intelligence of 4 or lower that is in the area must also succeed on a DC 13 Wisdom saving throw or be frightened until the beginning of its next turn.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/creature_codex/wolpertinger.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user