initial commit
This commit is contained in:
89
monsters/html/tome_of_beasts_2/vexxeh.html
Normal file
89
monsters/html/tome_of_beasts_2/vexxeh.html
Normal file
@@ -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>Vexxeh</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vexxeh</h1>
|
||||
<p><em>Huge</em> <em>Fiend</em> <em>lawful evil</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 94 (9d12+36)</li>
|
||||
<li><strong>Speed:</strong> walk 40 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 6 (2,300 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2, page 360</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>13 (+1)</td>
|
||||
<td>19 (+4)</td>
|
||||
<td>12 (+1)</td>
|
||||
<td>10 (+0)</td>
|
||||
<td>12 (+1)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Saving Throws</strong>: Str +8, Wis +3</li>
|
||||
<li><strong>Skills:</strong> intimidation +4</li>
|
||||
<li><strong>Damage Immunities:</strong> poison</li>
|
||||
<li><strong>Damage Resistances:</strong> cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical weapons</li>
|
||||
<li><strong>Condition Immunities:</strong> poisoned, unconscious</li>
|
||||
<li><strong>Senses:</strong> truesight 60 ft., passive Perception 10</li>
|
||||
<li><strong>Languages:</strong> Common, Infernal</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Four-Legged Lope:</strong> When the vexxeh uses its action to Dash, it moves at three times its speed.</li>
|
||||
<li><strong>Weak Willed:</strong> The vexxeh has disadvantage on saving throws against being charmed.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The vexxeh makes three attacks: one with its bite and two with its claws. If both claw attacks hit the same target, the target and each creature within 5 feet of the target must succeed on a DC 15 Wisdom saving throw or be frightened until the end of its next turn as the vexxeh cackles with sadistic glee.</li>
|
||||
<li><strong>Bite:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage plus 7 (2d6) poison damage.</li>
|
||||
<li><strong>Claw:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) slashing damage.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2/vexxeh.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user