initial commit
This commit is contained in:
49
spells/html/srd_2024/imprisonment.html
Normal file
49
spells/html/srd_2024/imprisonment.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>Imprisonment</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Imprisonment</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 9 Abjuration</li>
|
||||
<li><strong>Classes</strong>: Warlock, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: minute</li>
|
||||
<li><strong>Range</strong>: 30 feet</li>
|
||||
<li><strong>Components</strong>: V, S, M (a statuette of the target worth 5,000+ GP)</li>
|
||||
<li><strong>Duration</strong>: until dispelled</li>
|
||||
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
|
||||
</ul>
|
||||
<p>You create a magical restraint to hold a creature that you can see within range. The target must make a Wisdom saving throw. On a successful save, the target is unaffected, and it is immune to this spell for the next 24 hours. On a failed save, the target is imprisoned. While imprisoned, the target doesn't need to breathe, eat, or drink, and it doesn't age. Divination spells can't locate or perceive the imprisoned target, and the target can't teleport. Until the spell ends, the target is also affected by one of the following effects of your choice: A Dispel Magic spell can end the spell only if it is cast with a level 9 spell slot, targeting either the prison or the component used to create it.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/srd_2024/imprisonment.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user