initial commit
This commit is contained in:
126
magic_items/html/level_up_a5e/dragon-scale-mail-a5e.html
Normal file
126
magic_items/html/level_up_a5e/dragon-scale-mail-a5e.html
Normal file
@@ -0,0 +1,126 @@
|
||||
|
||||
<!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</li>
|
||||
<li><strong>Attunement:</strong> Yes</li>
|
||||
<li><strong>Source:</strong> Level Up A5E</li>
|
||||
</ul>
|
||||
<p>While wearing this armor, you gain following benefits:</p>
|
||||
<ul>
|
||||
<li>Your Armor Class increases by +1.</li>
|
||||
<li><em>Advantage</em> on <em>saving throws</em> against the Frightful Presence and breath weapons of dragons.</li>
|
||||
<li>Resistance to one damage type (determined by the type of dragon that provided the scales).</li>
|
||||
</ul>
|
||||
<p>In addition, once between <em>long rests</em> you can use an action to magically detect the distance and direction to the closest dragon of the same type as the armor that is within 30 miles.</p>
|
||||
<p><strong><strong>Table: Dragon Scale Mail</strong></strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Dragon</th>
|
||||
<th>Resistance</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Amethyst</td>
|
||||
<td>Force</td>
|
||||
</tr>
|
||||
<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>Earth</td>
|
||||
<td>Slashing</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Emerald</td>
|
||||
<td>Thunder</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>River</td>
|
||||
<td>Bludgeoning</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Sapphire</td>
|
||||
<td>Psychic</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Shadow</td>
|
||||
<td>Necrotic</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Silver</td>
|
||||
<td>Cold</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Spirit</td>
|
||||
<td>Radiant</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>White</td>
|
||||
<td>Cold</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/dragon-scale-mail-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user