initial commit

This commit is contained in:
2025-06-07 07:58:30 -05:00
commit 55f791d177
14892 changed files with 1294507 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
<!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>Guards and Wards</title>
</head>
<body>
<h1>Guards and Wards</h1>
<ul>
<li><strong>Level</strong>: 6 Abjuration</li>
<li><strong>Classes</strong>: Bard, Wizard</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: touch</li>
<li><strong>Components</strong>: V, S, M</li>
<li><strong>Duration</strong>: 24 hours</li>
<li><strong>Source</strong>: Level Up Advanced 5e</li>
</ul>
<p>You create wards that protect the target area. Each warded area has a maximum height of 20 feet and can be shaped. Several stories of a stronghold can be warded by dividing the area among them if you can walk from one to the next while the spell is being cast.</p>
<p>When cast, you can create a password that can make a creature immune to these effects when it is spoken aloud. You may also specify individuals that are unaffected by any or all of the effects that you choose.</p>
<p><em>Guards and wards</em> creates the following effects within the area of the spell.</p>
<ul>
<li><strong><em>Corridors:</em></strong> Corridors are heavily obscured with fog. Additionally, creatures that choose between multiple passages or branches have a 50% chance to unknowingly choose a path other than the one they meant to choose.</li>
<li><strong><em>Doors:</em></strong> Doors are magically locked as if by an <em>arcane lock</em> spell. Additionally, you may conceal up to 10 doors with an illusion as per the illusory object component of the <em>minor illusion</em> spell to make the doors appear as unadorned wall sections.&lt;/ li&gt;</li>
<li><strong><em>Stairs:</em></strong> Stairs are filled from top to bottom with webs as per the <em>web</em> spell. Until the spell ends, the webbing strands regrow 10 minutes after they are damaged or destroyed.</li>
</ul>
<p>In addition, one of the following spell effects can be placed within the spell's area.</p>
<ul>
<li><em>Dancing lights</em> can be placed in 4 corridors and you can choose for them to repeat a simple sequence.</li>
<li><em>Magic mouth</em> spells can be placed in 2 locations.
<em>Stinking clouds</em> can be placed in 2 locations.</li>
</ul>
<p>The clouds return after 10 minutes if dispersed while the spell remains.
* A <em>gust of wind</em> can be placed in a corridor or room.
* Pick a 5-foot square. Any creature that passes through it subjected to a <em>suggestion</em> spell, hearing the suggestion mentally.</p>
<p>The entirety of the warded area radiates as magic. Each effect must be targeted by separate dispel magic spells to be removed.</p>
<p>The spell can be made permanent by recasting the spell every day for a year.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/guards-and-wards-a5e.md">Markdown Format</a></p>
</body>
</html>