initial commit
This commit is contained in:
105
monsters/html/5.2_srd_(2025_mm)/bulette_mm_2024.html
Normal file
105
monsters/html/5.2_srd_(2025_mm)/bulette_mm_2024.html
Normal file
@@ -0,0 +1,105 @@
|
||||
|
||||
<!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>Bulette</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bulette</h1>
|
||||
<p><em>Large Monstrosity, Unaligned</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 17</li>
|
||||
<li><strong>Hit Points:</strong> 94 (9d10 + 45)</li>
|
||||
<li><strong>Speed:</strong> 40 ft., Burrow 40 ft.</li>
|
||||
<li><strong>Initiative</strong>: +0 (10)</li>
|
||||
</ul>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>STAT</th>
|
||||
<th>SCORE</th>
|
||||
<th>MOD</th>
|
||||
<th>SAVE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>STR</td>
|
||||
<td>19</td>
|
||||
<td>+4</td>
|
||||
<td>+4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>DEX</td>
|
||||
<td>11</td>
|
||||
<td>+0</td>
|
||||
<td>+0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CON</td>
|
||||
<td>21</td>
|
||||
<td>+5</td>
|
||||
<td>+5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>INT</td>
|
||||
<td>2</td>
|
||||
<td>-4</td>
|
||||
<td>-4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WIS</td>
|
||||
<td>10</td>
|
||||
<td>+0</td>
|
||||
<td>+0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CHA</td>
|
||||
<td>5</td>
|
||||
<td>-3</td>
|
||||
<td>-3</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Skills</strong>: Perception +6</li>
|
||||
<li><strong>Senses</strong>: darkvision 60 ft., tremorsense 120 ft.; Passive Perception 16</li>
|
||||
<li><strong>CR</strong> 5 (XP 1,800; PB +3)</li>
|
||||
</ul>
|
||||
<h2>Actions</h2>
|
||||
<p><strong><em>Multiattack.</em></strong> The bulette makes two Bite attacks.</p>
|
||||
<p><strong><em>Bite.</em></strong> <em>Melee Attack Roll:</em> +7, reach 5 ft. 17 (2d12 + 4) Piercing damage.</p>
|
||||
<p><strong><em>Deadly Leap.</em></strong> The bulette spends 5 feet of movement to jump to a space within 15 feet that contains one or more Large or smaller creatures. <em>Dexterity Saving Throw</em>: DC 15, each creature in the bulette's destination space. <em>Failure:</em> 19 (3d12) Bludgeoning damage, and the target has the Prone condition. <em>Success:</em> Half damage, and the target is pushed 5 feet straight away from the bulette.</p>
|
||||
<h2>Bonus Actions</h2>
|
||||
<p><strong><em>Leap.</em></strong> The bulette jumps up to 30 feet by spending 10 feet of movement.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.2_srd_(2025_mm)/bulette_mm_2024.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user