Files
5ead/magic_items/html/5.1_srd_(d&d_2014)/spell-scroll.html
2025-06-07 07:58:30 -05:00

118 lines
3.0 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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;
}
table {
border-collapse: collapse; /* Ensure that borders are not double */
width: 100%; /* Optional: makes the table take up the full width */
}
th, td {
border: 1px solid black; /* Adds a 1px solid black border around each cell */
text-align: left; /* Optional: aligns text to the left */
padding: 2px;
}
</style>
<title>Spell Scroll</title>
</head>
<body>
<h1>Spell Scroll</h1>
<ul>
<li><strong>Rarity:</strong> varies</li>
<li><strong>Type:</strong> Scroll</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>A <em>spell scroll</em> bears the words of a single spell, written in a mystical cipher. If the spell is on your class's spell list, you can use an action to read the scroll and cast its spell without having to provide any of the spell's components. Otherwise, the scroll is unintelligible.</p>
<p>If the spell is on your class's spell list but of a higher level than you can normally cast, you must make an ability check using your spellcasting ability to determine whether you cast it successfully. The DC equals 10 + the spell's level. On a failed check, the spell disappears from the scroll with no other effect. Once the spell is cast, the words on the scroll fade, and the scroll itself crumbles to dust.</p>
<p>The level of the spell on the scroll determines the spell's saving throw DC and attack bonus, as well as the scroll's rarity, as shown in the Spell Scroll table.</p>
<p><strong>Spell Scroll (table)</strong></p>
<table>
<thead>
<tr>
<th>Spell Level</th>
<th>Rarity</th>
<th>Save DC</th>
<th>Attack Bonus</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cantrip</td>
<td>Common</td>
<td>13</td>
<td>+5</td>
</tr>
<tr>
<td>1st</td>
<td>Common</td>
<td>13</td>
<td>+5</td>
</tr>
<tr>
<td>2nd</td>
<td>Uncommon</td>
<td>13</td>
<td>+5</td>
</tr>
<tr>
<td>3rd</td>
<td>Uncommon</td>
<td>15</td>
<td>+7</td>
</tr>
<tr>
<td>4th</td>
<td>Rare</td>
<td>15</td>
<td>+7</td>
</tr>
<tr>
<td>5th</td>
<td>Rare</td>
<td>17</td>
<td>+9</td>
</tr>
<tr>
<td>6th</td>
<td>Very rare</td>
<td>17</td>
<td>+9</td>
</tr>
<tr>
<td>7th</td>
<td>Very rare</td>
<td>18</td>
<td>+10</td>
</tr>
<tr>
<td>8th</td>
<td>Very rare</td>
<td>18</td>
<td>+10</td>
</tr>
<tr>
<td>9th</td>
<td>Legendary</td>
<td>19</td>
<td>+11</td>
</tr>
</tbody>
</table>
<p>A wizard spell on a <em>spell scroll</em> can be copied just as spells in spellbooks can be copied. When a spell is copied from a the copier must succeed on an Intelligence (Arcana) check with a DC equal to 10 + the spell's level. If the check succeeds, the spell is successfully copied. Whether the check succeeds or fails, the <em>spell scroll</em> is destroyed.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/spell-scroll.md">Markdown Format</a></p>
</body>
</html>