Files
5ead/magic_items/html/level_up_a5e/rod-of-security-a5e.html
2025-06-07 07:58:30 -05:00

82 lines
3.0 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>Rod of Security</title>
</head>
<body>
<h1>Rod of Security</h1>
<ul>
<li><strong>Rarity:</strong> Legendary</li>
<li><strong>Type:</strong> Rod</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This rod provides a <em>haven</em> for the decadent adventurer—a safe place to wait out one's problems.</p>
<p><strong>Supply Storage.</strong> This rod can magically store up to 200 Supply. While holding the rod you can use an action to target up to 20 Supply you can see within 5 feet of you, which instantly vanishes and is stored in the rod. You cant use this ability in paradise.</p>
<p>A newly found rod has 2d100 Supply already stored.</p>
<p><strong>Paradise.</strong> While holding the rod, you can use an action to activate it and expend an amount of Supply (1 per creature) for yourself and each willing creature you can see. You and the other creatures are instantly transported into an extraplanar <em>haven</em> that takes the form of any paradise you can imagine (or chosen at random using the Sample Paradises table). It contains enough Supply to sustain its visitors, and for each hour spent in paradise a visitor regains 10 hit points. Creatures dont age while in paradise, although time passes normally. To maintain the extraplanar space each day beyond the first, an amount of Supply equal to the number of visitors must be expended from the rod.</p>
<p>Apart from visitors and the objects they brought into the paradise, everything within the paradise can only exist there. A cushion taken from a palace paradise, for example, disappears when taken outside.</p>
<p>When you expend the last Supply stored in the rod or you use an action to end it, all visitors reappear in the location they occupied when you activated the rod, or the nearest unoccupied space, and the rod cant be used again until 10 days have passed.</p>
<p><strong><strong>Table: Sample Paradises</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>d6</strong></th>
<th><strong>Paradise</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Cloud castle</td>
</tr>
<tr>
<td>2</td>
<td>Cozy tavern</td>
</tr>
<tr>
<td>3</td>
<td>Fantastic carnival</td>
</tr>
<tr>
<td>4</td>
<td>Luxurious palace</td>
</tr>
<tr>
<td>5</td>
<td>Tranquil glade</td>
</tr>
<tr>
<td>6</td>
<td>Tropical island</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/rod-of-security-a5e.md">Markdown Format</a></p>
</body>
</html>