55 lines
1.8 KiB
HTML
55 lines
1.8 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;
|
||
}
|
||
ul, ol {
|
||
padding-left: 20px;
|
||
margin-left: 0;
|
||
}
|
||
li {
|
||
margin-left: 0; /* Remove margin from li */
|
||
}
|
||
table {
|
||
border-collapse: collapse;
|
||
}
|
||
th, td {
|
||
border: 1px solid black;
|
||
padding: 5px;
|
||
text-align: left;
|
||
}
|
||
#monsterTable td:nth-child(4),
|
||
#monsterTable th:nth-child(4) {
|
||
white-space: nowrap;
|
||
}
|
||
</style>
|
||
<title>Create Ring Servant</title>
|
||
</head>
|
||
<body>
|
||
<h1>Create Ring Servant</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 8 transmutation</li>
|
||
<li><strong>Classes</strong>: Sorcerer, Warlock, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 minute</li>
|
||
<li><strong>Range</strong>: Touch</li>
|
||
<li><strong>Components</strong>: V, S, M (two metal rings)</li>
|
||
<li><strong>Duration</strong>: Concentration, up to 1 hour</li>
|
||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||
</ul>
|
||
<p>You touch two metal rings and infuse them with life, creating a short-lived but sentient construct known as a ring servant. The ring servant appears adjacent to you. It reverts form, changing back into the rings used to cast the spell, when it drops to 0 hit points or when the spell ends.</p>
|
||
<p>The ring servant is friendly to you and your companions for the duration. Roll initiative for the ring servant, which acts on its own turns. It obeys any verbal commands that you issue to it (no action required by you). If you don’t issue any commands to the ring servant, it defends itself and you from hostile creatures but otherwise takes no actions.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/create-ring-servant.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|