initial commit
This commit is contained in:
109
monsters/html/5.2_srd_(2025_mm)/halfdragon_mm_2024.html
Normal file
109
monsters/html/5.2_srd_(2025_mm)/halfdragon_mm_2024.html
Normal file
@@ -0,0 +1,109 @@
|
||||
|
||||
<!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>Half-Dragon</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Half-Dragon</h1>
|
||||
<p><em>Medium Dragon, Neutral</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 18</li>
|
||||
<li><strong>Hit Points:</strong> 105 (14d8 + 42)</li>
|
||||
<li><strong>Speed:</strong> 40 ft.</li>
|
||||
<li><strong>Initiative</strong>: +5 (15)</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>14</td>
|
||||
<td>+2</td>
|
||||
<td>+5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CON</td>
|
||||
<td>16</td>
|
||||
<td>+3</td>
|
||||
<td>+3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>INT</td>
|
||||
<td>10</td>
|
||||
<td>+0</td>
|
||||
<td>+0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>WIS</td>
|
||||
<td>15</td>
|
||||
<td>+2</td>
|
||||
<td>+5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CHA</td>
|
||||
<td>14</td>
|
||||
<td>+2</td>
|
||||
<td>+2</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Resistances</strong>: Damage type chosen for the Draconic Origin trait below</li>
|
||||
<li><strong>Skills</strong>: Athletics +7, Perception +5, Stealth +5</li>
|
||||
<li><strong>Senses</strong>: blindsight 10 ft., darkvision 60 ft.; Passive Perception 15</li>
|
||||
<li><strong>Languages</strong>: Common, Draconic</li>
|
||||
<li><strong>CR</strong> 5 (XP 1,800; PB +3)</li>
|
||||
</ul>
|
||||
<h2>Traits</h2>
|
||||
<p><strong><em>Draconic Origin.</em></strong> The half-dragon is related to a type of dragon associated with one of the following damage types (DM's choice): Acid, Cold, Fire, Lightning, or Poison. This choice affects other aspects of the stat block.</p>
|
||||
<h2>Actions</h2>
|
||||
<p><strong><em>Multiattack.</em></strong> The half-dragon makes two Claw attacks.</p>
|
||||
<p><strong><em>Claw.</em></strong> <em>Melee Attack Roll:</em> +7, reach 10 ft. 6 (1d4 + 4) Slashing damage plus 7 (2d6) damage of the type chosen for the Draconic Origin trait.</p>
|
||||
<p><strong><em>Dragon's Breath (Recharge 5-6).</em></strong> <em>Dexterity Saving Throw</em>: DC 14, each creature in a 30-foot Cone. <em>Failure:</em> 28 (8d6) damage of the type chosen for the Draconic Origin trait. <em>Success:</em> Half damage.</p>
|
||||
<h2>Bonus Actions</h2>
|
||||
<p><strong><em>Leap.</em></strong> The half-dragon 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)/halfdragon_mm_2024.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user