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

51 lines
2.2 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;
}
</style>
<title>Magic Circle</title>
</head>
<body>
<h1>Magic Circle</h1>
<ul>
<li><strong>Level</strong>: 3 Abjuration</li>
<li><strong>Classes</strong>: Cleric, Paladin, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: minute</li>
<li><strong>Range</strong>: 10 feet</li>
<li><strong>Components</strong>: V, S, M (salt and powdered silver worth 100+ GP, which the spell consumes)</li>
<li><strong>Duration</strong>: 1 hour</li>
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
</ul>
<p>You create a 10-foot-radius, 20-foot-tall Cylinder of magical energy centered on a point on the ground that you can see within range. Glowing runes appear wherever the Cylinder intersects with the floor or other surface. Choose one or more of the following types of creatures: Celestials, Elementals, Fey, Fiends, or Undead. The circle affects a creature of the chosen type in the following ways: - The creature can't willingly enter the Cylinder by nonmagical means. If the creature tries to use teleportation or interplanar travel to do so, it must first succeed on a Charisma saving throw. - The creature has Disadvantage on attack rolls against targets within the Cylinder. - Targets within the Cylinder can't be possessed by or gain the Charmed or Frightened condition from the creature. Each time you cast this spell, you can cause its magic to operate in the reverse direction, preventing a creature of the specified type from leaving the Cylinder and protecting targets outside it.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> The duration increases by 1 hour for each spell slot level above 3.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/srd_2024/magic-circle.md">Markdown Format</a></p>
</body>
</html>