140 lines
3.7 KiB
HTML
140 lines
3.7 KiB
HTML
|
|
|
|||
|
|
<!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> Common</li>
|
|||
|
|
<li><strong>Type:</strong> Scroll</li>
|
|||
|
|
<li><strong>Attunement:</strong> No</li>
|
|||
|
|
<li><strong>Source:</strong> Level Up A5E</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>A spell scroll bears a sealed spell within. If the spell is on your class’ spell list, you can use the scroll to cast the spell (taking the spell’s normal casting time) without the need for material components. Otherwise the <em>spell scroll</em> is unreadable to you. If you are interrupted while using the scroll, you may attempt to use it again. Once the spell within a scroll has been cast, the scroll crumbles away. </p>
|
|||
|
|
<p>To use a <em>spell scroll</em> of a higher spell level than you are able to cast, you must succeed on <em>spellcasting</em> ability check (DC 10 + the spell’s level). On a failure, the magical energy within is expended with no effect, leaving behind a blank piece of parchment. </p>
|
|||
|
|
<p>A wizard may use a <em>spell scroll</em> to copy the spell stored within to their spellbook by making an Intelligence (Arcana) check (DC 10 + the spell’s level). Whether the check succeeds or not, the attempt destroys the <em>spell scroll</em>. </p>
|
|||
|
|
<p>The level of the spell stored within a scroll determines the <em>saving throw</em> DC, <em>attack bonus</em> , crafting components, cost, and rarity as per Table: Spell Scrolls. The costs of a <em>spell scroll</em> are in addition to any material components, which are required (and if necessary also consumed) when it is made.</p>
|
|||
|
|
<p><strong>Table: Spell Scrolls</strong></p>
|
|||
|
|
<table>
|
|||
|
|
<thead>
|
|||
|
|
<tr>
|
|||
|
|
<th><strong>Spell Level</strong></th>
|
|||
|
|
<th><strong>Rarity</strong></th>
|
|||
|
|
<th><strong>Save DC</strong></th>
|
|||
|
|
<th><strong>Attack Bonus</strong></th>
|
|||
|
|
<th><strong>Cost</strong></th>
|
|||
|
|
<th><strong>Crafting Components</strong></th>
|
|||
|
|
</tr>
|
|||
|
|
</thead>
|
|||
|
|
<tbody>
|
|||
|
|
<tr>
|
|||
|
|
<td>Cantrip</td>
|
|||
|
|
<td>Common</td>
|
|||
|
|
<td>13</td>
|
|||
|
|
<td>5</td>
|
|||
|
|
<td>10 gp</td>
|
|||
|
|
<td>Magical inks</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>1st</td>
|
|||
|
|
<td>Common</td>
|
|||
|
|
<td>13</td>
|
|||
|
|
<td>5</td>
|
|||
|
|
<td>25gp</td>
|
|||
|
|
<td>Magical inks</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>2nd</td>
|
|||
|
|
<td>Common</td>
|
|||
|
|
<td>13</td>
|
|||
|
|
<td>5</td>
|
|||
|
|
<td>75gp</td>
|
|||
|
|
<td>Magical inks</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>3rd</td>
|
|||
|
|
<td>Uncommon</td>
|
|||
|
|
<td>15</td>
|
|||
|
|
<td>7</td>
|
|||
|
|
<td>175gp</td>
|
|||
|
|
<td>Dire wolf hide</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>4th</td>
|
|||
|
|
<td>Uncommon</td>
|
|||
|
|
<td>15</td>
|
|||
|
|
<td>7</td>
|
|||
|
|
<td>500gp</td>
|
|||
|
|
<td>Dire wolf hide</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>5th</td>
|
|||
|
|
<td>Rare</td>
|
|||
|
|
<td>17</td>
|
|||
|
|
<td>9</td>
|
|||
|
|
<td>1,250 gp</td>
|
|||
|
|
<td>Parchment infused with planar energy</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>6th</td>
|
|||
|
|
<td>Rare</td>
|
|||
|
|
<td>17</td>
|
|||
|
|
<td>9</td>
|
|||
|
|
<td>3,000 gp</td>
|
|||
|
|
<td>Parchment infused with planar energy</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>7th</td>
|
|||
|
|
<td>Very Rare</td>
|
|||
|
|
<td>18</td>
|
|||
|
|
<td>10</td>
|
|||
|
|
<td>8,000 gp</td>
|
|||
|
|
<td>Blank pages from a <em>lich’s</em> spellbook</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>8th</td>
|
|||
|
|
<td>Very Rare</td>
|
|||
|
|
<td>18</td>
|
|||
|
|
<td>10</td>
|
|||
|
|
<td>20,000 gp</td>
|
|||
|
|
<td>Blank pages from a <em>lich’s</em> spellbook</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>9th</td>
|
|||
|
|
<td>Legendary</td>
|
|||
|
|
<td>19</td>
|
|||
|
|
<td>11</td>
|
|||
|
|
<td>55,000 gp</td>
|
|||
|
|
<td>Parchment made from a dragon’s hide</td>
|
|||
|
|
</tr>
|
|||
|
|
</tbody>
|
|||
|
|
</table>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/spell-scroll-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|