Files

91 lines
2.8 KiB
HTML
Raw Permalink Normal View History

2025-06-07 07:58:30 -05:00
<!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>Selang</title>
</head>
<body>
<h1>Selang</h1>
<p><em>Medium</em> <em>Fey</em> <em>Chaotic Evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 76 (9d8 + 36)</li>
<li><strong>Speed:</strong> walk 40 ft.</li>
<li><strong>Challenge Rating:</strong> 4 (1,100 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 2023, page 321</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>18 (+4)</td>
<td>15 (+2)</td>
<td>18 (+4)</td>
<td>12 (+1)</td>
<td>14 (+2)</td>
<td>19 (+4)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +4, Cha +6</li>
<li><strong>Skills:</strong> Perception +6, Performance +8</li>
<li><strong>Damage Vulnerabilities:</strong> False</li>
<li><strong>Damage Immunities:</strong> acid, lightning</li>
<li><strong>Damage Resistances:</strong> bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> False</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 16</li>
<li><strong>Languages:</strong> Common, Elvish, Sylvan, Void Speech</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Poisoned Weapons:</strong> The selang's weapons are coated with a magical poison. When the selang hits with any weapon, the weapon deals an extra 3d6 poison damage (included in the attack).</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The selang can use its Alien Piping. It then makes two Dagger or Poison Bolt attacks.</li>
<li><strong>Dagger:</strong> Melee or Ranged Weapon Attack: +6 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 6 (1d4 + 4) piercing damage plus 10 (3d6) poison damage.</li>
<li><strong>Poison Bolt:</strong> Ranged Spell Attack: +6 to hit, range 60 ft., one target. Hit: 14 (3d6 + 4) poison damage.</li>
<li><strong>Alien Piping:</strong> The selang plays one of the following ear-bending melodies on alien pipes. One creature the selang can see within 60 feet of it is the only creature that can hear the melody. The target must succeed on a DC 14 Wisdom saving throw or be affected by the chosen melody.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_2023/selang-tob1-2023.md">Markdown Format</a></p>
</body>
</html>