Files
5ead/magic_items/html/level_up_a5e/bag-of-tricks-a5e.html

172 lines
4.1 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>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> Level Up A5E</li>
</ul>
<p>This seemingly empty cloth bag comes in several colors and has a small, fuzzy object inside. </p>
<p>You can use an action to pull a fuzzy object from the bag and throw it up to 20 feet. Upon landing, it becomes a creature determined by a roll on the Bag of Tricks table (depending on the bags color). </p>
<p>The resulting creature is friendly to you and any companions you have. It acts on your turn, during which you can use a bonus action to give it simple commands such as “attack that creature” or “move over there”. If the creature dies or if you use the bag again, it disappears without a trace. After the first use each day, there is a 50% chance that a creature from the bag is hostile instead of friendly and obedient.</p>
<p>Once you have used the bag three times, you cannot do so again until the next dawn.</p>
<p><strong><strong>Table: Bags of Tricks</strong></strong></p>
<table>
<thead>
<tr>
<th>Blue bag of tricks (uncommon; cost 400 gp)</th>
<th></th>
<th>Gray bag of tricks (uncommon; cost 350 gp)</th>
<th></th>
<th>Green bag of tricks (rare; cost 800 gp)</th>
<th></th>
<th>Rust bag of tricks (uncommon; cost 400 gp<strong>)</strong></th>
<th></th>
<th>Tan bag of tricks (uncommon; cost 300 gp)</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>d8</strong></td>
<td><strong>Creatu</strong>re</td>
<td>d8</td>
<td><strong>Creature</strong></td>
<td><strong>d8</strong></td>
<td><strong>Creature</strong></td>
<td><strong>d8</strong></td>
<td><strong>Creature</strong></td>
<td><strong>d8</strong></td>
<td><strong>Creature</strong></td>
</tr>
<tr>
<td>1</td>
<td><em>Quipper</em></td>
<td>1</td>
<td><em>Weasel</em></td>
<td>1</td>
<td><em>Giant Crocodile</em></td>
<td>1</td>
<td><em>Rat</em></td>
<td>1</td>
<td><em>Jackal</em></td>
</tr>
<tr>
<td>2</td>
<td><em>Octopus</em></td>
<td>2</td>
<td><em>Giant rat</em></td>
<td>2</td>
<td><em>Allosaurus</em></td>
<td>2</td>
<td><em>Owl</em></td>
<td>2</td>
<td><em>Ape</em></td>
</tr>
<tr>
<td>3</td>
<td><em>Seahorse</em></td>
<td>3</td>
<td><em>Badger</em></td>
<td>3</td>
<td><em>Ankylosaurus</em></td>
<td>3</td>
<td><em>Mastiff</em></td>
<td>3</td>
<td><em>Baboon</em></td>
</tr>
<tr>
<td>4</td>
<td><em>Hunter Shark</em></td>
<td>4</td>
<td><em>Boar</em></td>
<td>4</td>
<td><em>Raptor</em></td>
<td>4</td>
<td><em>Goat</em></td>
<td>4</td>
<td><em>Axe Beak</em></td>
</tr>
<tr>
<td>5</td>
<td><em>Swarm of quippers</em></td>
<td>5</td>
<td><em>Panther</em></td>
<td>5</td>
<td><em>Giant lizard</em></td>
<td>5</td>
<td><em>Giant Goat</em></td>
<td>5</td>
<td><em>Black Bear</em></td>
</tr>
<tr>
<td>6</td>
<td><em>Reef shark</em></td>
<td>6</td>
<td><em>Giant Badger</em></td>
<td>6</td>
<td><em>Triceratops</em></td>
<td>6</td>
<td><em>Giant Boar</em></td>
<td>6</td>
<td><em>Giant Weasel</em></td>
</tr>
<tr>
<td>7</td>
<td><em>Giant Seahorse</em></td>
<td>7</td>
<td><em>Dire Wolf</em></td>
<td>7</td>
<td><em>Plesiosaurus</em></td>
<td>7</td>
<td><em>Lion</em></td>
<td>7</td>
<td><em>Giant Hyena</em></td>
</tr>
<tr>
<td>8</td>
<td><em>Giant Octopus</em></td>
<td>8</td>
<td><em>Giant Elk</em></td>
<td>8</td>
<td><em>Pteranodon</em></td>
<td>8</td>
<td><em>Brown Bear</em></td>
<td>8</td>
<td><em>Tiger</em></td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/bag-of-tricks-a5e.md">Markdown Format</a></p>
</body>
</html>