initial commit
This commit is contained in:
87
monsters/html/tome_of_beasts_2/mydnari.html
Normal file
87
monsters/html/tome_of_beasts_2/mydnari.html
Normal file
@@ -0,0 +1,87 @@
|
||||
|
||||
<!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>Mydnari</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mydnari</h1>
|
||||
<p><em>Medium</em> <em>Humanoid</em> <em>neutral evil</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 13</li>
|
||||
<li><strong>Hit Points:</strong> 22 (4d8+4)</li>
|
||||
<li><strong>Speed:</strong> walk 30 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2, page 264</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>12 (+1)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>13 (+1)</td>
|
||||
<td>14 (+2)</td>
|
||||
<td>16 (+3)</td>
|
||||
<td>14 (+2)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills:</strong> deception +4, intimidation +4, perception +5</li>
|
||||
<li><strong>Damage Immunities:</strong> acid</li>
|
||||
<li><strong>Condition Immunities:</strong> paralyzed</li>
|
||||
<li><strong>Senses:</strong> blindsight 60 ft. (blind beyond this radius), passive Perception 15</li>
|
||||
<li><strong>Languages:</strong> Deep Speech, Undercommon</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Bound in Jelly:</strong> The mydnari and its jelly are wholly reliant on each other. If the mydnari's jelly is somehow separated from its master, the jelly dies within 1 minute. If the mydnari is separated from its jelly, it loses its blindsight, Acid Glob action, and Jelly Symbiosis trait.</li>
|
||||
<li><strong>Jelly Symbiosis:</strong> A creature that touches the mydnari or hits it with a melee attack while within 5 feet of it takes 2 (1d4) acid damage.</li>
|
||||
<li><strong>Ooze Empathy:</strong> A mydnari can use its Animal Handling skill on ooze-type creatures with an Intelligence score of 5 or lower. An ooze never attacks a mydnari unless provoked.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Shortsword:</strong> Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.</li>
|
||||
<li><strong>Acid Glob:</strong> Ranged Weapon Attack: +5 to hit, range 30/60 ft., one target. Hit: 5 (1d4 + 3) acid damage, and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. The target 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/mydnari.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user