Files
5ead/spells/html/deep_magic_5e/booster-shot.html
2025-06-07 07:58:30 -05:00

89 lines
2.6 KiB
HTML
Raw 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;
}
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>Booster Shot</title>
</head>
<body>
<h1>Booster Shot</h1>
<ul>
<li><strong>Level</strong>: 3 evocation</li>
<li><strong>Classes</strong>: Ranger, Sorcerer, Warlock</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: Touch</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You imbue a two-handed ranged weapon (typically a shortbow, longbow, light crossbow, or heavy crossbow) that you touch with a random magical benefit. While the spell lasts, a projectile fired from the weapon has an effect that occurs on a hit in addition to its normal damage. Roll a d6 to determine the additional effect for each casting of this spell.</p>
<table>
<thead>
<tr>
<th>D6</th>
<th>EFFECT</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>2d10 acid damage to all creatures within 10 feet of the target</td>
</tr>
<tr>
<td>2</td>
<td>2d10 lightning damage to the target and 1d10 lightning damage to all creatures in a 5-foot-wide line between the weapon and the target</td>
</tr>
<tr>
<td>3</td>
<td>2d10 necrotic damage to the target, and the target has disadvantage on its first attack roll before the start of the weapon users next turn</td>
</tr>
<tr>
<td>4</td>
<td>2d10 cold damage to the target and 1d10 cold damage to all other creatures in a 60-foot cone in front of the weapon</td>
</tr>
<tr>
<td>5</td>
<td>2d10 force damage to the target, and the target is pushed 20 feet</td>
</tr>
<tr>
<td>6</td>
<td>2d10 psychic damage to the target, and the target is stunned until the start of the weapon users next turn</td>
</tr>
</tbody>
</table>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 4th level or higher, all damage increases by 1d10 for each slot level above 3rd.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/booster-shot.md">Markdown Format</a></p>
</body>
</html>