98 lines
2.2 KiB
HTML
98 lines
2.2 KiB
HTML
|
||
<!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>Potion of Giant Strength</title>
|
||
</head>
|
||
<body>
|
||
<h1>Potion of Giant Strength</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> Uncommon</li>
|
||
<li><strong>Type:</strong> Potion</li>
|
||
<li><strong>Attunement:</strong> No</li>
|
||
<li><strong>Source:</strong> Level Up A5E</li>
|
||
</ul>
|
||
<p>After you drink this potion, for the next hour your Strength score increases to match the giant whose parts were used to create it (see Table: Potion of Giant Strength). The potion has no effect if your Strength is equal to or greater than the giant’s Strength score.</p>
|
||
<p><strong><strong>Table: Potion of Giant Strength</strong></strong></p>
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th><strong>Giant</strong></th>
|
||
<th><strong>Strength Score</strong></th>
|
||
<th><strong>Rarity</strong></th>
|
||
<th><strong>Cost</strong></th>
|
||
<th><strong>Appearance</strong></th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><em>Hill giant</em></td>
|
||
<td>20</td>
|
||
<td>Uncommon</td>
|
||
<td>300 gp</td>
|
||
<td>Muddy, gray</td>
|
||
</tr>
|
||
<tr>
|
||
<td><em>Frost giant</em></td>
|
||
<td>22</td>
|
||
<td>Rare</td>
|
||
<td>800 gp</td>
|
||
<td>Transparent, viscous</td>
|
||
</tr>
|
||
<tr>
|
||
<td><em>Stone giant</em></td>
|
||
<td>23</td>
|
||
<td>Rare</td>
|
||
<td>800 gp</td>
|
||
<td>Silver, shimmering</td>
|
||
</tr>
|
||
<tr>
|
||
<td><em>Fire giant</em></td>
|
||
<td>25</td>
|
||
<td>Rare</td>
|
||
<td>2,000 gp</td>
|
||
<td>Orange, volatile</td>
|
||
</tr>
|
||
<tr>
|
||
<td><em>Cloud giant</em></td>
|
||
<td>27</td>
|
||
<td>Very rare</td>
|
||
<td>5,000 gp</td>
|
||
<td>Opaque white</td>
|
||
</tr>
|
||
<tr>
|
||
<td><em>Storm giant</em></td>
|
||
<td>29</td>
|
||
<td>Legendary</td>
|
||
<td>52,500 gp</td>
|
||
<td>Swirling black</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/potion-of-giant-strength-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|