Files

55 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2025-06-07 07:58:30 -05:00
<!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>Counterspell</title>
</head>
<body>
<h1>Counterspell</h1>
<ul>
<li><strong>Level</strong>: 3 Abjuration</li>
<li><strong>Classes</strong>: Paladin, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 reaction, which you take when you see a creature within 60 feet of you casting a spell</li>
<li><strong>Range</strong>: 60 feet</li>
<li><strong>Components</strong>: S</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>You attempt to interrupt a creature in the process of casting a spell. If the creature is casting a spell of 3rd level or lower, its spell fails and has no effect. If it is casting a spell of 4th level or higher, make an ability check using your spellcasting ability. The DC equals 10 + the spell's level. On a success, the creature's spell fails and has no effect.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 4th level or higher, the interrupted spell has no effect if its level is less than or equal to the level of the spell slot you used.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/counterspell.md">Markdown Format</a></p>
</body>
</html>