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,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>Instant Summons</title>
</head>
<body>
<h1>Instant Summons</h1>
<ul>
<li><strong>Level</strong>: 6 Conjuration</li>
<li><strong>Classes</strong>: Wizard</li>
<li><strong>Casting Time</strong>: minute</li>
<li><strong>Range</strong>: Touch</li>
<li><strong>Components</strong>: V, S, M (a sapphire worth 1,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 touch the sapphire used in the casting and an object weighing 10 pounds or less whose longest dimension is 6 feet or less. The spell leaves an Invisible mark on that object and invisibly inscribes the object's name on the sapphire. Each time you cast this spell, you must use a different sapphire. Thereafter, you can take a Magic action to speak the object's name and crush the sapphire. The object instantly appears in your hand regardless of physical or planar distances, and the spell ends. If another creature is holding or carrying the object, crushing the sapphire doesn't transport it, but instead you learn who that creature is and where that creature is currently located.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/srd_2024/instant-summons.md">Markdown Format</a></p>
</body>
</html>