initial commit
This commit is contained in:
90
monsters/html/tome_of_beasts_2/repository.html
Normal file
90
monsters/html/tome_of_beasts_2/repository.html
Normal 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>Repository</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Repository</h1>
|
||||
<p><em>Medium</em> <em>Construct</em> <em>unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 110 (13d8+52)</li>
|
||||
<li><strong>Speed:</strong> walk 30 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 7 (2,900 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2, page 306</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>19 (+4)</td>
|
||||
<td>10 (+0)</td>
|
||||
<td>18 (+4)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>12 (+1)</td>
|
||||
<td>6 (-2)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> </li>
|
||||
<li><strong>Damage Immunities:</strong> poison, psychic</li>
|
||||
<li><strong>Damage Resistances:</strong> bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine weapons</li>
|
||||
<li><strong>Condition Immunities:</strong> charmed, exhaustion, frightened, paralyzed, petrified, poisoned</li>
|
||||
<li><strong>Senses:</strong> darkvision 120 ft., passive Perception 11</li>
|
||||
<li><strong>Languages:</strong> all</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Immutable Form:</strong> The repository is immune to any spell or effect that would alter its form.</li>
|
||||
<li><strong>Magic Resistance:</strong> The repository has advantage on saving throws against spells and other magical effects.</li>
|
||||
<li><strong>Magic Weapons:</strong> The repository's weapon attacks are magical.</li>
|
||||
<li><strong>Self-Destruct:</strong> If a repository is reduced to 0 hp, it explodes, leaving behind its small, pyramidal chest cavity. Each creature within 20 feet of the repository when it explodes must make a DC 15 Dexterity saving throw, taking 14 (4d6) bludgeoning damage on a failed save, or half as much damage on a successful one.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Multiattack:</strong> The repository makes two slash attacks.</li>
|
||||
<li><strong>Slash:</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) bludgeoning damage.</li>
|
||||
<li><strong>Language Lash (Recharge 5-6):</strong> The repository utters words of power, unleashing psychic energy in a 30-foot cone. Each creature in that area must make a DC 15 Intelligence saving throw. On a failure, a creature takes 14 (4d6) psychic damage and is incapacitated for 1 minute. On a success, a creature takes half the damage and isn't stunned. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2/repository.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user