Files
2025-06-07 07:58:30 -05:00

91 lines
2.9 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Oni</title>
</head>
<body>
<h1>Oni</h1>
<p><em>Large</em> <em>Giant</em> <em>lawful evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 16 (chain mail)</li>
<li><strong>Hit Points:</strong> 110 (13d10+39)</li>
<li><strong>Speed:</strong> walk 30 ft. fly 30 ft.</li>
<li><strong>Challenge Rating:</strong> 7 (2,900 XP)</li>
<li><strong>Source:</strong> 5.1 SRD (2015 MM), page 336</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>11 (+0)</td>
<td>16 (+3)</td>
<td>14 (+2)</td>
<td>12 (+1)</td>
<td>15 (+2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +3, Con +6, Wis +4, Cha +5</li>
<li><strong>Skills:</strong> arcana +5, deception +8, perception +4</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 14</li>
<li><strong>Languages:</strong> Common, Giant</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Innate Spellcasting:</strong> The oni's innate spellcasting ability is Charisma (spell save DC 13). The oni can innately cast the following spells, requiring no material components:</li>
</ul>
<p>At will: darkness, invisibility
1/day each: charm person, cone of cold, gaseous form, sleep
- <strong>Magic Weapons:</strong> The oni's weapon attacks are magical.
- <strong>Regeneration:</strong> The oni regains 10 hit points at the start of its turn if it has at least 1 hit point.</p>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The oni makes two attacks, either with its claws or its glaive.</li>
<li><strong>Claw (Oni Form Only):</strong> Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) slashing damage.</li>
<li><strong>Glaive:</strong> Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 15 (2d10 + 4) slashing damage, or 9 (1d10 + 4) slashing damage in Small or Medium form.</li>
<li><strong>Change Shape:</strong> The oni magically polymorphs into a Small or Medium humanoid, into a Large giant, or back into its true form. Other than its size, its statistics are the same in each form. The only equipment that is transformed is its glaive, which shrinks so that it can be wielded in humanoid form. If the oni dies, it reverts to its true form, and its glaive reverts to its normal size.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(2015_mm)/oni.md">Markdown Format</a></p>
</body>
</html>