Files
5ead/magic_items/html/level_up_a5e/iron-flask-a5e.html
2025-06-07 07:58:30 -05:00

127 lines
3.4 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>Iron Flask</title>
</head>
<body>
<h1>Iron Flask</h1>
<ul>
<li><strong>Rarity:</strong> Legendary</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 dark iron bottle feels heavy in your hand. Engraved with powerful runes of binding, it is capable of trapping otherworldly creatures. You can use an action to speak the command word and remove the silver stopper from the flask, targeting a creature within 60 feet that is not native to the plane of existence the flask is currently on.</p>
<ul>
<li>If the <em>iron flask</em> is empty and you can see the creature, it makes a DC 17 Wisdom <em>saving throw</em> or becomes trapped in the flask. A creature that has previously been trapped in this flask has <em>advantage</em> on this save. The trapped creature is held in stasis—it doesnt breathe, eat, drink, or age.</li>
<li>As an action, you can release the creature trapped within. A released creature remains friendly to you and your allies for 1 hour, during which it obeys your verbal commands, and afterward it acts normally. Without any commands or when given a command likely to result in its death, the creature defends itself but otherwise takes no actions.</li>
<li>Casting <em>identify</em> on this flask also reveals if a creature is trapped within, but will not reveal the type. The only way to determine an <em>iron flasks</em> contents is to open the flask and release its inhabitant.</li>
<li>Newly acquired <em>iron flasks</em> may already have a trapped creature, either chosen by the Narrator or determined randomly.</li>
</ul>
<p><strong><strong>Table: Iron Flask</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>d100</strong></th>
<th><strong>Contents</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>0-50</td>
<td>Empty</td>
</tr>
<tr>
<td>5155</td>
<td><em>Djinni</em></td>
</tr>
<tr>
<td>5660</td>
<td><em>Efreeti</em></td>
</tr>
<tr>
<td>6165</td>
<td><em>Marid</em></td>
</tr>
<tr>
<td>6670</td>
<td><em>Divi</em></td>
</tr>
<tr>
<td>7180</td>
<td>Angel (any)</td>
</tr>
<tr>
<td>8190</td>
<td><em>Elemental</em> (any)</td>
</tr>
<tr>
<td>91</td>
<td>Lich from another plane</td>
</tr>
<tr>
<td>92</td>
<td>Chromatic dragon (any)</td>
</tr>
<tr>
<td>93</td>
<td>Metallic dragon (any)</td>
</tr>
<tr>
<td>94</td>
<td>Gem dragon (any)</td>
</tr>
<tr>
<td>95</td>
<td>Spirit dragon (any)</td>
</tr>
<tr>
<td>96</td>
<td><em>Couatl</em></td>
</tr>
<tr>
<td>97</td>
<td>Succubus/Incubus</td>
</tr>
<tr>
<td>98</td>
<td>Ghost from another plane</td>
</tr>
<tr>
<td>99</td>
<td><em>Dragon turtle</em></td>
</tr>
<tr>
<td>100</td>
<td><em>Xorn</em></td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/iron-flask-a5e.md">Markdown Format</a></p>
</body>
</html>