Files
5ead/spells/html/level_up_advanced_5e/arcane-lock-a5e.html

55 lines
1.9 KiB
HTML
Raw Normal View History

2025-06-07 07:58:30 -05:00
<!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>Arcane Lock</title>
</head>
<body>
<h1>Arcane Lock</h1>
<ul>
<li><strong>Level</strong>: 2 Abjuration</li>
<li><strong>Classes</strong>: Artificer, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: touch</li>
<li><strong>Components</strong>: V, S, M</li>
<li><strong>Duration</strong>: Permanent</li>
<li><strong>Source</strong>: Level Up Advanced 5e</li>
</ul>
<p>The target is sealed to all creatures except those you designate (who can open the object normally). Alternatively, you may choose a password that suppresses this spell for 1 minute when it is spoken within 5 feet of the target. The spell can also be suppressed for 10 minutes by casting <em>knock</em> on the target. Otherwise, the target cannot be opened normally and it is more difficult to break or force open, increasing the DC to break it or pick any locks on it by 10 (minimum DC 20).</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> Increase the DC to force open the object or pick any locks on the object by an additional 2 for each slot level above 2nd. Only a knock spell cast at a slot level equal to or greater than your arcane lock suppresses it.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/arcane-lock-a5e.md">Markdown Format</a></p>
</body>
</html>