43 lines
1.7 KiB
HTML
43 lines
1.7 KiB
HTML
|
||
<!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>Ring of Djinni Summoning</title>
|
||
</head>
|
||
<body>
|
||
<h1>Ring of Djinni Summoning</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> Legendary</li>
|
||
<li><strong>Type:</strong> Ring</li>
|
||
<li><strong>Attunement:</strong> Yes</li>
|
||
<li><strong>Source:</strong> Level Up A5E</li>
|
||
</ul>
|
||
<p>While you are wearing this ring, you can use an action to speak its command word and choose an unoccupied space within 120 feet. You summon a <em>djinni</em> from the Elemental Plane of Air in that space. It is friendly to you and your companions, and obeys any command you give it, no matter what language you use. If you do not command it, the djinni takes no other actions but to defend itself.</p>
|
||
<p>The djinni remains for up to 1 hour as long as you <em>concentrate</em> (as if concentrating on a spell), or until it is reduced to 0 hit points. It then returns to its home plane. After the djinni departs, it cannot be summoned again for 24 hours. The ring becomes nonmagical if the djinni dies.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/ring-of-djinni-summoning-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|