Files
5ead/magic_items/html/level_up_a5e/armor-1-2-or-3-a5e.html
2025-06-07 07:58:30 -05:00

192 lines
3.4 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Armor +1, +2, or +3</title>
</head>
<body>
<h1>Armor +1, +2, or +3</h1>
<ul>
<li><strong>Rarity:</strong> Common</li>
<li><strong>Type:</strong> Armor</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Wearing this armor gives an additional magic boost to AC as well as the base AC the armor provides. Its rarity and value are listed below:</p>
<table>
<thead>
<tr>
<th><strong>Base Armor</strong></th>
<th><strong>+1 AC</strong></th>
<th></th>
<th><strong>+2 AC</strong></th>
<th></th>
<th><strong>+3 AC</strong></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Padded cloth</td>
<td>Common</td>
<td>65 gp</td>
<td>Uncommon</td>
<td>500 gp</td>
<td>Rare</td>
<td>2,500 gp</td>
</tr>
<tr>
<td>Padded leather</td>
<td>Uncommon</td>
<td>400 gp</td>
<td>Rare</td>
<td>2,500 gp</td>
<td>Very rare</td>
<td>10,000 gp</td>
</tr>
<tr>
<td>Cloth brigandine</td>
<td>Uncommon</td>
<td>150 gp</td>
<td>Uncommon</td>
<td>500 gp</td>
<td>Rare</td>
<td>2,200 gp</td>
</tr>
<tr>
<td>Leather brigandine</td>
<td>Uncommon</td>
<td>400 gp</td>
<td>Rare</td>
<td>2,200 gp</td>
<td>Very rare</td>
<td>8,000 gp</td>
</tr>
<tr>
<td>Hide armor</td>
<td>Uncommon</td>
<td>150 gp</td>
<td>Uncommon</td>
<td>500 gp</td>
<td>Rare</td>
<td>2,000 gp</td>
</tr>
<tr>
<td>Scale mail</td>
<td>Uncommon</td>
<td>250 gp</td>
<td>Rare</td>
<td>2,000 gp</td>
<td>Very rare</td>
<td>8,000 gp</td>
</tr>
<tr>
<td>Breastplate or cuirass</td>
<td>Uncommon</td>
<td>500 gp</td>
<td>Rare</td>
<td>2,000 gp</td>
<td>Very rare</td>
<td>8,000 gp</td>
</tr>
<tr>
<td>Elven breastplate (mithral)</td>
<td>Rare</td>
<td>1,300 gp</td>
<td>Very rare</td>
<td>2,800 gp</td>
<td>Very rare</td>
<td>8,800 gp</td>
</tr>
<tr>
<td>Chain mail or chain shirt</td>
<td>Uncommon</td>
<td>150 gp</td>
<td>Uncommon</td>
<td>500 gp</td>
<td>Rare</td>
<td>2,000 gp</td>
</tr>
<tr>
<td>Half plate</td>
<td>Rare</td>
<td>2,000 gp</td>
<td>Very rare</td>
<td>8,000 gp</td>
<td>Very rare</td>
<td>32,000 gp</td>
</tr>
<tr>
<td>Hauberk</td>
<td>Uncommon</td>
<td>450 gp</td>
<td>Rare</td>
<td>1,500 gp</td>
<td>Very rare</td>
<td>6,000 gp</td>
</tr>
<tr>
<td>Splint</td>
<td>Rare</td>
<td>1,500 gp</td>
<td>Very rare</td>
<td>6,000 gp</td>
<td>Very rare</td>
<td>24,000 gp</td>
</tr>
<tr>
<td>Full plate</td>
<td>Very rare</td>
<td>6,000 gp</td>
<td>Very rare</td>
<td>24,000 gp</td>
<td>Legendary</td>
<td>96,000 gp</td>
</tr>
<tr>
<td>Elven plate (mithral)</td>
<td>Very rare</td>
<td>9,000 gp</td>
<td>Very rare</td>
<td>27,000 gp</td>
<td>Legendary</td>
<td>99,000 gp</td>
</tr>
<tr>
<td>Dwarven plate (stone)</td>
<td>Very rare</td>
<td>24,000 gp</td>
<td>Legendary</td>
<td>96,000 gp</td>
<td>Legendary</td>
<td>150,000 gp</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/armor-1-2-or-3-a5e.md">Markdown Format</a></p>
</body>
</html>