initial commit
This commit is contained in:
83
magic_items/html/level_up_a5e/potion-of-healing-a5e.html
Normal file
83
magic_items/html/level_up_a5e/potion-of-healing-a5e.html
Normal file
@@ -0,0 +1,83 @@
|
||||
|
||||
<!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 Healing</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Potion of Healing</h1>
|
||||
<ul>
|
||||
<li><strong>Rarity:</strong> Common</li>
|
||||
<li><strong>Type:</strong> Potion</li>
|
||||
<li><strong>Attunement:</strong> No</li>
|
||||
<li><strong>Source:</strong> Level Up A5E</li>
|
||||
</ul>
|
||||
<p>Drinking this swirling red liquid restores hit points as detailed on the Potions of Healing table.</p>
|
||||
<p><strong><strong>Table: Potions of Healing</strong></strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><strong>Potion</strong></th>
|
||||
<th><strong>Rarity</strong></th>
|
||||
<th><strong>Hit Points</strong></th>
|
||||
<th><strong>Cost</strong></th>
|
||||
<th><strong>Carats needed</strong></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><em>Healing</em></td>
|
||||
<td>Common</td>
|
||||
<td>2d4+2</td>
|
||||
<td>50 gp</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>Greater healing</em></td>
|
||||
<td>Uncommon</td>
|
||||
<td>4d4+4</td>
|
||||
<td>150 gp</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>Superior healing</em></td>
|
||||
<td>Rare</td>
|
||||
<td>8d4+8</td>
|
||||
<td>550 gp</td>
|
||||
<td>10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><em>Supreme healing</em></td>
|
||||
<td>Rare</td>
|
||||
<td>10d4+20</td>
|
||||
<td>1,500 gp</td>
|
||||
<td>50</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/potion-of-healing-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user