80 lines
1.9 KiB
HTML
80 lines
1.9 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>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> 5.1 SRD (D&D 2014)</li>
|
||
</ul>
|
||
<p>You can speak the carpet's command word as an action to make the carpet hover and fly. It moves according to your spoken directions, provided that you are within 30 feet of it.</p>
|
||
<p>Four sizes of <em>carpet of flying</em> exist. The GM chooses the size of a given carpet or determines it randomly.</p>
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th>d100</th>
|
||
<th>Size</th>
|
||
<th>Capacity</th>
|
||
<th>Flying Speed</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>01-20</td>
|
||
<td>3 ft. × 5 ft.</td>
|
||
<td>200 lb.</td>
|
||
<td>80 feet</td>
|
||
</tr>
|
||
<tr>
|
||
<td>21-55</td>
|
||
<td>4 ft. × 6 ft.</td>
|
||
<td>400 lb.</td>
|
||
<td>60 feet</td>
|
||
</tr>
|
||
<tr>
|
||
<td>56-80</td>
|
||
<td>5 ft. × 7 ft.</td>
|
||
<td>600 lb.</td>
|
||
<td>40 feet</td>
|
||
</tr>
|
||
<tr>
|
||
<td>81-100</td>
|
||
<td>6 ft. × 9 ft.</td>
|
||
<td>800 lb.</td>
|
||
<td>30 feet</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p>A carpet can carry up to twice the weight shown on the table, but it flies at half speed if it carries more than its normal capacity.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.1_srd_(d&d_2014)/carpet-of-flying.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|