Files
5ead/magic_items/html/5.1_srd_(d&d_2014)/bag-of-tricks.html
2025-06-07 07:58:30 -05:00

110 lines
2.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Bag of Tricks</title>
</head>
<body>
<h1>Bag of Tricks</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&amp;D 2014)</li>
</ul>
<p>This ordinary bag, made from gray, rust, or tan cloth, appears empty. Reaching inside the bag, however, reveals the presence of a small, fuzzy object. The bag weighs 1/2 pound.</p>
<p>You can use an action to pull the fuzzy object from the bag and throw it up to 20 feet. When the object lands, it transforms into a creature you determine by rolling a d8 and consulting the table that corresponds to the bag's color.</p>
<p>The creature is friendly to you and your companions, and it acts on your turn. You can use a bonus action to command how the creature moves and what action it takes on its next turn, or to give it general orders, such as to attack your enemies. In the absence of such orders, the creature acts in a fashion appropriate to its nature.</p>
<p>Once three fuzzy objects have been pulled from the bag, the bag can't be used again until the next dawn.</p>
<p><strong>Gray Bag of Tricks (table)</strong></p>
<table>
<thead>
<tr>
<th>d8</th>
<th>Creature</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Weasel</td>
</tr>
<tr>
<td>2</td>
<td>Giant rat</td>
</tr>
<tr>
<td>3</td>
<td>Badger</td>
</tr>
<tr>
<td>4</td>
<td>Boar</td>
</tr>
<tr>
<td>5</td>
<td>Panther</td>
</tr>
<tr>
<td>6</td>
<td>Giant badger</td>
</tr>
<tr>
<td>7</td>
<td>Dire wolf</td>
</tr>
<tr>
<td>8</td>
<td>Giant elk</td>
</tr>
</tbody>
</table>
<p><strong>Rust Bag of Tricks (table)</strong>
| d8 | Creature |
|----|------------|
| 1 | Rat |
| 2 | Owl |
| 3 | Mastiff |
| 4 | Goat |
| 5 | Giant goat |
| 6 | Giant boar |
| 7 | Lion |
| 8 | Brown bear |</p>
<p><strong>Tan Bag of Tricks (table)</strong>
| d8 | Creature |
|----|--------------|
| 1 | Jackal |
| 2 | Ape |
| 3 | Baboon |
| 4 | Axe beak |
| 5 | Black bear |
| 6 | Giant weasel |
| 7 | Giant hyena |
| 8 | Tiger |</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/bag-of-tricks.md">Markdown Format</a></p>
</body>
</html>