Files
5ead/magic_items/html/level_up_a5e/carpet-of-flying-a5e.html

86 lines
2.0 KiB
HTML
Raw 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>Carpet of Flying</title>
</head>
<body>
<h1>Carpet of Flying</h1>
<ul>
<li><strong>Rarity:</strong> Very Rare</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>You can use an action to speak this carpets command word, making it hover and fly. It moves according to your verbal commands as long as you are within 30 feet of it. </p>
<p>These carpets come in four sizes. The Narrator can choose or randomly determine which size a given carpet is.</p>
<p>If the carpet is carrying half its capacity or less, its Speed is doubled.</p>
<p><strong><strong>Table: Carpet of Flying</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>d20</strong></th>
<th><strong>Size</strong></th>
<th><strong>Capacity</strong></th>
<th><strong>Flying Speed</strong></th>
<th><strong>Cost</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1-4</td>
<td>3 ft. x 5 ft.</td>
<td>250 lb.</td>
<td>30 ft.</td>
<td>15,000 gp</td>
</tr>
<tr>
<td>5-11</td>
<td>4 ft. x 6 ft.</td>
<td>500 lb.</td>
<td>25 ft.</td>
<td>20,000 gp</td>
</tr>
<tr>
<td>12-16</td>
<td>5 ft. x 7 ft.</td>
<td>800 lb.</td>
<td>20 ft.</td>
<td>25,000 gp</td>
</tr>
<tr>
<td>17-20</td>
<td>6 ft. x 9 ft.</td>
<td>1,000 lb.</td>
<td>15 ft.</td>
<td>30,000 gp</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/carpet-of-flying-a5e.md">Markdown Format</a></p>
</body>
</html>