Files
5ead/magic_items/html/level_up_a5e/belt-of-giant-strength-a5e.html

87 lines
2.0 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;
}
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>Belt of Giant Strength</title>
</head>
<body>
<h1>Belt of Giant Strength</h1>
<ul>
<li><strong>Rarity:</strong> Rare</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Braided rope made of hair from the same kind of giant as the belt to be made</p>
<p>Wearing this belt increases your Strength score to the score granted by the belt. It has no effect if your Strength is equal to or greater than the belts score.</p>
<p>Each variety of belt corresponds with a different kind of giant.</p>
<p><strong><strong>Table: Belts of Giant Strength</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>Type</strong></th>
<th><strong>Strength</strong></th>
<th><strong>Rarity</strong></th>
<th><strong>Cost</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td><em>Hill giant</em></td>
<td>20</td>
<td>Rare</td>
<td>4,000 gp</td>
</tr>
<tr>
<td><em>Frost</em> or <em>stone giant</em></td>
<td>23</td>
<td>Very rare</td>
<td>9,000 gp</td>
</tr>
<tr>
<td><em>Fire giant</em></td>
<td>25</td>
<td>Very rare</td>
<td>20,000 gp</td>
</tr>
<tr>
<td><em>Cloud giant</em></td>
<td>27</td>
<td>Legendary</td>
<td>55,000 gp</td>
</tr>
<tr>
<td><em>Storm giant</em></td>
<td>29</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/belt-of-giant-strength-a5e.md">Markdown Format</a></p>
</body>
</html>