initial commit
This commit is contained in:
113
magic_items/html/5.1_srd_(d&d_2014)/robe-of-useful-items.html
Normal file
113
magic_items/html/5.1_srd_(d&d_2014)/robe-of-useful-items.html
Normal file
@@ -0,0 +1,113 @@
|
||||
|
||||
<!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>Robe of Useful Items</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Robe of Useful Items</h1>
|
||||
<ul>
|
||||
<li><strong>Rarity:</strong> uncommon</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>This robe has cloth patches of various shapes and colors covering it. While wearing the robe, you can use an action to detach one of the patches, causing it to become the object or creature it represents. Once the last patch is removed, the robe becomes an ordinary garment.</p>
|
||||
<p>The robe has two of each of the following patches:</p>
|
||||
<ul>
|
||||
<li>Dagger</li>
|
||||
<li>Bullseye lantern (filled and lit)</li>
|
||||
<li>Steel mirror</li>
|
||||
<li>10-foot pole</li>
|
||||
<li>Hempen rope (50 feet, coiled)</li>
|
||||
<li>Sack</li>
|
||||
</ul>
|
||||
<p>In addition, the robe has 4d4 other patches. The GM chooses the patches or determines them randomly.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>d100</th>
|
||||
<th>Patch</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>01-08</td>
|
||||
<td>Bag of 100 gp</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>09-15</td>
|
||||
<td>Silver coffer (1 foot long, 6 inches wide and deep) worth 500 gp</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16-22</td>
|
||||
<td>Iron door (up to 10 feet wide and 10 feet high, barred on one side of your choice), which you can place in an opening you can reach; it conforms to fit the opening, attaching and hinging itself</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>23-30</td>
|
||||
<td>10 gems worth 100 gp each</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>31-44</td>
|
||||
<td>Wooden ladder (24 feet long)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>45-51</td>
|
||||
<td>A riding horse with saddle bags</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>52-59</td>
|
||||
<td>Pit (a cube 10 feet on a side), which you can place on the ground within 10 feet of you</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>60-68</td>
|
||||
<td>4 potions of healing</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>69-75</td>
|
||||
<td>Rowboat (12 feet long)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>76-83</td>
|
||||
<td>Spell scroll containing one spell of 1st to 3rd level</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>84-90</td>
|
||||
<td>2 mastiffs</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>91-96</td>
|
||||
<td>Window (2 feet by 4 feet, up to 2 feet deep), which you can place on a vertical surface you can reach</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>97-100</td>
|
||||
<td>Portable ram</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.1_srd_(d&d_2014)/robe-of-useful-items.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user