initial commit
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
|
||||
<!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>Flame Dragon Wyrmling</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Flame Dragon Wyrmling</h1>
|
||||
<p><em>Medium</em> <em>Dragon</em> <em>Chaotic Evil</em></p>
|
||||
<ul>
|
||||
<li><strong>Armor Class:</strong> 17 (natural armor)</li>
|
||||
<li><strong>Hit Points:</strong> 52 (8d8 + 16)</li>
|
||||
<li><strong>Speed:</strong> walk 60 ft. fly 30 ft.</li>
|
||||
<li><strong>Challenge Rating:</strong> 2 (450 XP)</li>
|
||||
<li><strong>Source:</strong> Tome of Beasts 2023, page 119</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>14 (+2)</td>
|
||||
<td>15 (+2)</td>
|
||||
<td>13 (+1)</td>
|
||||
<td>12 (+1)</td>
|
||||
<td>16 (+3)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<ul>
|
||||
<li><strong>Saving Throws</strong>: Dex +4, Con +4, Wis +3, Cha +5</li>
|
||||
<li><strong>Skills:</strong> Deception +5, Perception +5, Persuasion +5, Stealth +4</li>
|
||||
<li><strong>Damage Vulnerabilities:</strong> False</li>
|
||||
<li><strong>Damage Immunities:</strong> fire</li>
|
||||
<li><strong>Damage Resistances:</strong> False</li>
|
||||
<li><strong>Condition Immunities:</strong> False</li>
|
||||
<li><strong>Senses:</strong> blindsight 10 ft., darkvision 60 ft., passive Perception 15</li>
|
||||
<li><strong>Languages:</strong> Common, Draconic, Ignan</li>
|
||||
</ul>
|
||||
<h3>Special Abilities</h3>
|
||||
<ul>
|
||||
<li><strong>Heated Body:</strong> A creature that touches the flame dragon or hits it with a melee attack while within 5 feet of it takes 3 (1d6) fire damage.</li>
|
||||
</ul>
|
||||
<h3>Actions</h3>
|
||||
<ul>
|
||||
<li><strong>Bite:</strong> Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 6 (1d10 + 1) piercing damage plus 3 (1d6) fire damage.</li>
|
||||
<li><strong>Fire Breath (Recharge 5-6):</strong> The dragon exhales fire in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw, taking 17 (5d6) fire damage on a failed save, or half as much damage on a successful one.</li>
|
||||
</ul>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/tome_of_beasts_2023/flamedragonwyrmling-tob1-2023.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user