initial commit

This commit is contained in:
2025-06-07 07:58:30 -05:00
commit 55f791d177
14892 changed files with 1294507 additions and 0 deletions

View 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>Ring Servant</title>
</head>
<body>
<h1>Ring Servant</h1>
<p><em>Large</em> <em>Construct</em> <em>neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 114 (12d10+48)</li>
<li><strong>Speed:</strong> fly 60 ft. hover True ft. walk 0 ft.</li>
<li><strong>Challenge Rating:</strong> 8 (3,900 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 318</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>10 (+0)</td>
<td>18 (+4)</td>
<td>8 (-1)</td>
<td>13 (+1)</td>
<td>10 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Str +8, Wis +4</li>
<li><strong>Skills:</strong> athletics +8, perception +4</li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> charmed, exhaustion, frightened, paralyzed, petrified, poisoned, stunned</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 14</li>
<li><strong>Languages:</strong> understands the language of its creator but can't speak</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Immutable Form:</strong> The ring servant is immune to any spell or effect that would alter its form.</li>
<li><strong>Magic Weapons:</strong> The ring servant's slam attacks are magical.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The ring servant makes two slam attacks.</li>
<li><strong>Slam:</strong> Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage. The target must succeed on a DC 16 Strength saving throw or be knocked prone.</li>
<li><strong>Ring of Destruction (Recharge 5-6):</strong> The ring servant discharges a spinning ring of magical energy. Each creature within 20 feet of the servant must make a DC 16 Dexterity saving throw, taking 45 (10d8) force damage on a failed save, or half as much damage on a successful one.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/ring-servant.md">Markdown Format</a></p>
</body>
</html>