Files
5ead/magic_items/html/5.1_srd_(d&d_2014)/dragon-scale-mail.html

94 lines
2.3 KiB
HTML
Raw 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;
}
table {
border-collapse: collapse; /* Ensure that borders are not double */
width: 100%; /* Optional: makes the table take up the full width */
}
th, td {
border: 1px solid black; /* Adds a 1px solid black border around each cell */
text-align: left; /* Optional: aligns text to the left */
padding: 2px;
}
</style>
<title>Dragon Scale Mail</title>
</head>
<body>
<h1>Dragon Scale Mail</h1>
<ul>
<li><strong>Rarity:</strong> very rare</li>
<li><strong>Type:</strong> Armor (scale mail)</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>Dragon scale mail is made of the scales of one kind of dragon. Sometimes dragons collect their cast-off scales and gift them to humanoids. Other times, hunters carefully skin and preserve the hide of a dead dragon. In either case, dragon scale mail is highly valued.</p>
<p>While wearing this armor, you gain a +1 bonus to AC, you have advantage on saving throws against the Frightful Presence and breath weapons of dragons, and you have resistance to one damage type that is determined by the kind of dragon that provided the scales (see the table).</p>
<p>Additionally, you can focus your senses as an action to magically discern the distance and direction to the closest dragon within 30 miles of you that is of the same type as the armor. This special action can't be used again until the next dawn.</p>
<table>
<thead>
<tr>
<th>Dragon</th>
<th>Resistance</th>
</tr>
</thead>
<tbody>
<tr>
<td>Black</td>
<td>Acid</td>
</tr>
<tr>
<td>Blue</td>
<td>Lightning</td>
</tr>
<tr>
<td>Brass</td>
<td>Fire</td>
</tr>
<tr>
<td>Bronze</td>
<td>Lightning</td>
</tr>
<tr>
<td>Copper</td>
<td>Acid</td>
</tr>
<tr>
<td>Gold</td>
<td>Fire</td>
</tr>
<tr>
<td>Green</td>
<td>Poison</td>
</tr>
<tr>
<td>Red</td>
<td>Fire</td>
</tr>
<tr>
<td>Silver</td>
<td>Cold</td>
</tr>
<tr>
<td>White</td>
<td>Cold</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/dragon-scale-mail.md">Markdown Format</a></p>
</body>
</html>