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,92 @@
<!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>Mari Lwyd</title>
</head>
<body>
<h1>Mari Lwyd</h1>
<p><em>Large</em> <em>Undead</em> <em>neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 66 (7d10+28)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 4 (1,100 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2, page 257</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>16 (+3)</td>
<td>13 (+1)</td>
<td>19 (+4)</td>
<td>10 (+0)</td>
<td>14 (+2)</td>
<td>15 (+2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Cha +4</li>
<li><strong>Skills:</strong> intimidation +4, performance +6</li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> necrotic</li>
<li><strong>Condition Immunities:</strong> exhaustion, frightened, poisoned, unconscious</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 12</li>
<li><strong>Languages:</strong> Common, Draconic, Elvish, Giant, Primordial</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Turn Resistance:</strong> The mari lwyd has advantage on saving throws against any effect that turns undead.</li>
<li><strong>Turned by Rhyme:</strong> A creature can use its action to formally challenge the mari lwyd to a duel of rhymes. If no creature attacks the mari lwyd until the beginning of its next turn, it uses its action to recite a rhyme. The challenger must respond to the rhyme and succeed on a DC 14 Charisma (Performance) check. On a success, the mari lwyd is treated as if it is turned for 1 minute or until it takes damage.</li>
<li><strong>Innate Spellcasting:</strong> The mari lwyd's innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:
At will: chill touch, mage hand
3/day each: animate dead, hideous laughter, suggestion</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The mari lwyd makes one bite attack and one hooves attack.</li>
<li><strong>Bite:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 12 (2d8 + 3) piercing damage.</li>
<li><strong>Hooves:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one creature. Hit: 10 (2d6 + 3) bludgeoning damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2/mari-lwyd.md">Markdown Format</a></p>
</body>
</html>