initial commit
This commit is contained in:
49
spells/html/5e_core_rules/unseen-servant.html
Normal file
49
spells/html/5e_core_rules/unseen-servant.html
Normal file
@@ -0,0 +1,49 @@
|
||||
|
||||
<!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;
|
||||
}
|
||||
</style>
|
||||
<title>Unseen Servant</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Unseen Servant</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 1</li>
|
||||
<li><strong>Classes</strong>: Bard, Ritual Caster, Warlock, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 1 action</li>
|
||||
<li><strong>Range</strong>: 60 feet</li>
|
||||
<li><strong>Components</strong>: V, S, M (A piece of string and a bit of wood.)</li>
|
||||
<li><strong>Duration</strong>: 1 hour</li>
|
||||
<li><strong>Source</strong>: <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">5e Core Rules</a></li>
|
||||
</ul>
|
||||
<p>This spell creates an invisible, mindless, shapeless force that performs simple tasks at your command until the spell ends. The servant springs into existence in an unoccupied space on the ground within range. It has AC 10, 1 hit point, and a Strength of 2, and it can't attack. If it drops to 0 hit points, the spell ends. Once on each of your turns as a bonus action, you can mentally command the servant to move up to 15 feet and interact with an object. The servant can perform simple tasks that a human servant could do, such as fetching things, cleaning, mending, folding clothes, lighting fires, serving food, and pouring wind. Once you give the command, the servant performs the task to the best of its ability until it completes the task, then waits for your next command. If you command the servant to perform a task that would move it more than 60 feet away from you, the spell ends.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5e_core_rules/unseen-servant.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user