Files
5ead/spells/html/srd_2024/dispel-magic.html

51 lines
1.6 KiB
HTML
Raw 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;
}
</style>
<title>Dispel Magic</title>
</head>
<body>
<h1>Dispel Magic</h1>
<ul>
<li><strong>Level</strong>: 3 Abjuration</li>
<li><strong>Classes</strong>: Bard, Cleric, Druid, Paladin, Ranger, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 120 feet</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: instantaneous</li>
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
</ul>
<p>Choose one creature, object, or magical effect within range. Any ongoing spell of level 3 or lower on the target ends. For each ongoing spell of level 4 or higher on the target, make an ability check using your spellcasting ability (DC 10 plus that spell's level). On a successful check, the spell ends.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> You automatically end a spell on the target if the spell's level is equal to or less than the level of the spell slot you use.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/srd_2024/dispel-magic.md">Markdown Format</a></p>
</body>
</html>