list: API endpoint for returning a list of spells. retrieve: API endpoint for returning a particular spell.

GET /v1/spells/?format=api&ordering=casting_time
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1435,
    "next": "https://api.open5e.com/v1/spells/?format=api&ordering=casting_time&page=2",
    "previous": null,
    "results": [
        {
            "slug": "outflanking-boon",
            "name": "Outflanking Boon",
            "desc": "This spell targets one enemy, which must make a Wisdom saving throw. On a failed save, an illusory ally of yours appears in a space from which it threatens to make a melee attack against the target. Your allies gain advantage on melee attacks against the target for the duration because of the distracting effect of the illusion. An affected target repeats the saving throw at the end of each of its turns, ending the effect on itself on a success.\n",
            "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the spell targets one additional enemy for each slot level above 3rd.",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 Action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "illusion",
            "dnd_class": "Bard, Sorcerer, Warlock, Wizard",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "acid-arrow",
            "name": "Acid Arrow",
            "desc": "A shimmering green arrow streaks toward a target within range and bursts in a spray of acid. Make a ranged spell attack against the target. On a hit, the target takes 4d4 acid damage immediately and 2d4 acid damage at the end of its next turn. On a miss, the arrow splashes the target with acid for half as much of the initial damage and no damage at the end of its next turn.",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the damage (both initial and later) increases by 1d4 for each slot level above 2nd.",
            "page": "phb 259",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "Powdered rhubarb leaf and an adder's stomach.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Evocation",
            "dnd_class": "Druid, Wizard",
            "spell_lists": [
                "druid",
                "wizard"
            ],
            "archetype": "Druid: Swamp",
            "circles": "Swamp",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "acid-splash",
            "name": "Acid Splash",
            "desc": "You hurl a bubble of acid. Choose one creature within range, or choose two creatures within range that are within 5 feet of each other. A target must succeed on a dexterity saving throw or take 1d6 acid damage.",
            "higher_level": "This spell's damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).",
            "page": "phb 211",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "Cantrip",
            "level_int": 0,
            "spell_level": 0,
            "school": "Conjuration",
            "dnd_class": "Sorcerer, Wizard",
            "spell_lists": [
                "sorcerer",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "aid",
            "name": "Aid",
            "desc": "Your spell bolsters your allies with toughness and resolve. Choose up to three creatures within range. Each target's hit point maximum and current hit points increase by 5 for the duration.",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, a target's hit points increase by an additional 5 for each slot level above 2nd.",
            "page": "phb 211",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A tiny strip of white cloth.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "8 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Abjuration",
            "dnd_class": "Cleric, Paladin",
            "spell_lists": [
                "cleric"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "alter-self",
            "name": "Alter Self",
            "desc": "You assume a different form. When you cast the spell, choose one of the following options, the effects of which last for the duration of the spell. While the spell lasts, you can end one option as an action to gain the benefits of a different one.\n\n**Aquatic Adaptation.** You adapt your body to an aquatic environment, sprouting gills and growing webbing between your fingers. You can breathe underwater and gain a swimming speed equal to your walking speed.\n\n**Change Appearance.** You transform your appearance. You decide what you look like, including your height, weight, facial features, sound of your voice, hair length, coloration, and distinguishing characteristics, if any. You can make yourself appear as a member of another race, though none of your statistics change. You also can't appear as a creature of a different size than you, and your basic shape stays the same; if you're bipedal, you can't use this spell to become quadrupedal, for instance. At any time for the duration of the spell, you can use your action to change your appearance in this way again.\n\n**Natural Weapons.** You grow claws, fangs, spines, horns, or a different natural weapon of your choice. Your unarmed strikes deal 1d6 bludgeoning, piercing, or slashing damage, as appropriate to the natural weapon you chose, and you are proficient with your unarmed strikes. Finally, the natural weapon is magic and you have a +1 bonus to the attack and damage rolls you make using it.",
            "higher_level": "",
            "page": "phb 211",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Transmutation",
            "dnd_class": "Sorcerer, Wizard",
            "spell_lists": [
                "sorcerer",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "animal-friendship",
            "name": "Animal Friendship",
            "desc": "This spell lets you convince a beast that you mean it no harm. Choose a beast that you can see within range. It must see and hear you. If the beast's Intelligence is 4 or higher, the spell fails. Otherwise, the beast must succeed on a Wisdom saving throw or be charmed by you for the spell's duration. If you or one of your companions harms the target, the spells ends.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, you can affect one additional beast for each slot level above 1st.",
            "page": "phb 212",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A morsel of food.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "24 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Enchantment",
            "dnd_class": "Bard, Druid, Ranger, Ritual Caster",
            "spell_lists": [
                "druid",
                "ranger",
                "bard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "animal-messenger",
            "name": "Animal Messenger",
            "desc": "By means of this spell, you use an animal to deliver a message. Choose a Tiny beast you can see within range, such as a squirrel, a blue jay, or a bat. You specify a location, which you must have visited, and a recipient who matches a general description, such as \"a man or woman dressed in the uniform of the town guard\" or \"a red-haired dwarf wearing a pointed hat.\" You also speak a message of up to twenty-five words. The target beast travels for the duration of the spell toward the specified location, covering about 50 miles per 24 hours for a flying messenger, or 25 miles for other animals. \n\nWhen the messenger arrives, it delivers your message to the creature that you described, replicating the sound of your voice. The messenger speaks only to a creature matching the description you gave. If the messenger doesn't reach its destination before the spell ends, the message is lost, and the beast makes its way back to where you cast this spell.",
            "higher_level": "If you cast this spell using a spell slot of 3nd level or higher, the duration of the spell increases by 48 hours for each slot level above 2nd.",
            "page": "phb 212",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A morsel of food.",
            "can_be_cast_as_ritual": true,
            "ritual": "yes",
            "duration": "24 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Enchantment",
            "dnd_class": "Bard, Druid, Ranger, Ritual Caster",
            "spell_lists": [
                "druid",
                "ranger",
                "bard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "animal-shapes",
            "name": "Animal Shapes",
            "desc": "Your magic turns others into beasts. Choose any number of willing creatures that you can see within range. You transform each target into the form of a Large or smaller beast with a challenge rating of 4 or lower. On subsequent turns, you can use your action to transform affected creatures into new forms. \n\nThe transformation lasts for the duration for each target, or until the target drops to 0 hit points or dies. You can choose a different form for each target. A target's game statistics are replaced by the statistics of the chosen beast, though the target retains its alignment and Intelligence, Wisdom, and Charisma scores. The target assumes the hit points of its new form, and when it reverts to its normal form, it returns to the number of hit points it had before it transformed. If it reverts as a result of dropping to 0 hit points, any excess damage carries over to its normal form. As long as the excess damage doesn't reduce the creature's normal form to 0 hit points, it isn't knocked unconscious. The creature is limited in the actions it can perform by the nature of its new form, and it can't speak or cast spells. \n\nThe target's gear melds into the new form. The target can't activate, wield, or otherwise benefit from any of its equipment.",
            "higher_level": "",
            "page": "phb 212",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 24 hours",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "8th-level",
            "level_int": 8,
            "spell_level": 8,
            "school": "Transmutation",
            "dnd_class": "Druid",
            "spell_lists": [
                "druid"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "animate-objects",
            "name": "Animate Objects",
            "desc": "Objects come to life at your command. Choose up to ten nonmagical objects within range that are not being worn or carried. Medium targets count as two objects, Large targets count as four objects, Huge targets count as eight objects. You can't animate any object larger than Huge. Each target animates and becomes a creature under your control until the spell ends or until reduced to 0 hit points. \nAs a bonus action, you can mentally command any creature you made with this spell if the creature is within 500 feet of you (if you control multiple creatures, you can command any or all of them at the same time, issuing the same command to each one). You decide what action the creature will take and where it will move during its next turn, or you can issue a general command, such as to guard a particular chamber or corridor. If you issue no commands, the creature only defends itself against hostile creatures. Once given an order, the creature continues to follow it until its task is complete.\n### Animated Object Statistics \n| Size | HP | AC | Attack | Str | Dex |\n|--------|----|----|----------------------------|-----|-----|\n| Tiny | 20 | 18 | +8 to hit, 1d4 + 4 damage | 4 | 18 |\n| Small | 25 | 16 | +6 to hit, 1d8 + 2 damage | 6 | 14 |\n| Medium | 40 | 13 | +5 to hit, 2d6 + 1 damage | 10 | 12 |\n| Large | 50 | 10 | +6 to hit, 2d10 + 2 damage | 14 | 10 |\n| Huge | 80 | 10 | +8 to hit, 2d12 + 4 damage | 18 | 6 | \n\nAn animated object is a construct with AC, hit points, attacks, Strength, and Dexterity determined by its size. Its Constitution is 10 and its Intelligence and Wisdom are 3, and its Charisma is 1. Its speed is 30 feet; if the object lacks legs or other appendages it can use for locomotion, it instead has a flying speed of 30 feet and can hover. If the object is securely attached to a surface or a larger object, such as a chain bolted to a wall, its speed is 0. It has blindsight with a radius of 30 feet and is blind beyond that distance. When the animated object drops to 0 hit points, it reverts to its original object form, and any remaining damage carries over to its original object form. If you command an object to attack, it can make a single melee attack against a creature within 5 feet of it. It makes a slam attack with an attack bonus and bludgeoning damage determined by its size. The DM might rule that a specific object inflicts slashing or piercing damage based on its form.",
            "higher_level": "If you cast this spell using a spell slot of 6th level or higher, you can animate two additional objects for each slot level above 5th.",
            "page": "phb 213",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "Transmutation",
            "dnd_class": "Bard, Sorcerer, Wizard",
            "spell_lists": [
                "bard",
                "sorcerer",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "antilife-shell",
            "name": "Antilife Shell",
            "desc": "A shimmering barrier extends out from you in a 10-foot radius and moves with you, remaining centered on you and hedging out creatures other than undead and constructs. The barrier lasts for the duration. The barrier prevents an affected creature from passing or reaching through. An affected creature can cast spells or make attacks with ranged or reach weapons through the barrier. If you move so that an affected creature is forced to pass through the barrier, the spell ends.",
            "higher_level": "",
            "page": "phb 213",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "Abjuration",
            "dnd_class": "Druid",
            "spell_lists": [
                "druid"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "antimagic-field",
            "name": "Antimagic Field",
            "desc": "A 10-foot-radius invisible sphere of antimagic surrounds you. This area is divorced from the magical energy that suffuses the multiverse. Within the sphere, spells can't be cast, summoned creatures disappear, and even magic items become mundane. Until the spell ends, the sphere moves with you, centered on you. Spells and other magical effects, except those created by an artifact or a deity, are suppressed in the sphere and can't protrude into it. A slot expended to cast a suppressed spell is consumed. While an effect is suppressed, it doesn't function, but the time it spends suppressed counts against its duration.\n\n**Targeted Effects.** Spells and other magical effects, such as magic missile and charm person, that target a creature or an object in the sphere have no effect on that target.\n\n**Areas of Magic.** The area of another spell or magical effect, such as fireball, can't extend into the sphere. If the sphere overlaps an area of magic, the part of the area that is covered by the sphere is suppressed. For example, the flames created by a wall of fire are suppressed within the sphere, creating a gap in the wall if the overlap is large enough.\n\n**Spells.** Any active spell or other magical effect on a creature or an object in the sphere is suppressed while the creature or object is in it.\n\n**Magic Items.** The properties and powers of magic items are suppressed in the sphere. For example, a +1 longsword in the sphere functions as a nonmagical longsword. A magic weapon's properties and powers are suppressed if it is used against a target in the sphere or wielded by an attacker in the sphere. If a magic weapon or a piece of magic ammunition fully leaves the sphere (for example, if you fire a magic arrow or throw a magic spear at a target outside the sphere), the magic of the item ceases to be suppressed as soon as it exits.\n\n**Magical Travel.** Teleportation and planar travel fail to work in the sphere, whether the sphere is the destination or the departure point for such magical travel. A portal to another location, world, or plane of existence, as well as an opening to an extradimensional space such as that created by the rope trick spell, temporarily closes while in the sphere.\n\n**Creatures and Objects.** A creature or object summoned or created by magic temporarily winks out of existence in the sphere. Such a creature instantly reappears once the space the creature occupied is no longer within the sphere.\n\n**Dispel Magic.** Spells and magical effects such as dispel magic have no effect on the sphere. Likewise, the spheres created by different antimagic field spells don't nullify each other.",
            "higher_level": "",
            "page": "phb 213",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A pinch of powdered iron or iron filings.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "8th-level",
            "level_int": 8,
            "spell_level": 8,
            "school": "Abjuration",
            "dnd_class": "Cleric, Wizard",
            "spell_lists": [
                "cleric",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "arcane-eye",
            "name": "Arcane Eye",
            "desc": "You create an invisible, magical eye within range that hovers in the air for the duration. You mentally receive visual information from the eye, which has normal vision and darkvision out to 30 feet. The eye can look in every direction. As an action, you can move the eye up to 30 feet in any direction. There is no limit to how far away from you the eye can move, but it can't enter another plane of existence. A solid barrier blocks the eye's movement, but the eye can pass through an opening as small as 1 inch in diameter.",
            "higher_level": "",
            "page": "phb 214",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A bit of bat fur.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Divination",
            "dnd_class": "Cleric, Wizard",
            "spell_lists": [
                "cleric",
                "wizard"
            ],
            "archetype": "Cleric: Knowledge",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "arcane-hand",
            "name": "Arcane Hand",
            "desc": "You create a Large hand of shimmering, translucent force in an unoccupied space that you can see within range. The hand lasts for the spell's duration, and it moves at your command, mimicking the movements of your own hand. The hand is an object that has AC 20 and hit points equal to your hit point maximum. If it drops to 0 hit points, the spell ends. It has a Strength of 26 (+8) and a Dexterity of 10 (+0). The hand doesn't fill its space. When you cast the spell and as a bonus action on your subsequent turns, you can move the hand up to 60 feet and then cause one of the following effects with it.\n\n**Clenched Fist.** The hand strikes one creature or object within 5 feet of it. Make a melee spell attack for the hand using your game statistics. On a hit, the target takes 4d8 force damage.\n\n**Forceful Hand.** The hand attempts to push a creature within 5 feet of it in a direction you choose. Make a check with the hand's Strength contested by the Strength (Athletics) check of the target. If the target is Medium or smaller, you have advantage on the check. If you succeed, the hand pushes the target up to 5 feet plus a number of feet equal to five times your spellcasting ability modifier. The hand moves with the target to remain within 5 feet of it.\n\n**Grasping Hand.** The hand attempts to grapple a Huge or smaller creature within 5 feet of it. You use the hand's Strength score to resolve the grapple. If the target is Medium or smaller, you have advantage on the check. While the hand is grappling the target, you can use a bonus action to have the hand crush it. When you do so, the target takes bludgeoning damage equal to 2d6 + your spellcasting ability modifier\n\n **Interposing Hand.** The hand interposes itself between you and a creature you choose until you give the hand a different command. The hand moves to stay between you and the target, providing you with half cover against the target. The target can't move through the hand's space if its Strength score is less than or equal to the hand's Strength score. If its Strength score is higher than the hand's Strength score, the target can move toward you through the hand's space, but that space is difficult terrain for the target.",
            "higher_level": "When you cast this spell using a spell slot of 6th level or higher, the damage from the clenched fist option increases by 2d8 and the damage from the grasping hand increases by 2d6 for each slot level above 5th.",
            "page": "phb 218",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "An eggshell and a snakeskin glove.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "Evocation",
            "dnd_class": "Wizard",
            "spell_lists": [
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "arcane-lock",
            "name": "Arcane Lock",
            "desc": "You touch a closed door, window, gate, chest, or other entryway, and it becomes locked for the duration. You and the creatures you designate when you cast this spell can open the object normally. You can also set a password that, when spoken within 5 feet of the object, suppresses this spell for 1 minute. Otherwise, it is impassable until it is broken or the spell is dispelled or suppressed. Casting knock on the object suppresses arcane lock for 10 minutes. While affected by this spell, the object is more difficult to break or force open; the DC to break it or pick any locks on it increases by 10.",
            "higher_level": "",
            "page": "phb 215",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "Gold dust worth at least 25gp, which the spell consumes.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Until dispelled",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Abjuration",
            "dnd_class": "Wizard",
            "spell_lists": [
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "arcane-sword",
            "name": "Arcane Sword",
            "desc": "You create a sword-shaped plane of force that hovers within range. It lasts for the duration. When the sword appears, you make a melee spell attack against a target of your choice within 5 feet of the sword. On a hit, the target takes 3d10 force damage. Until the spell ends, you can use a bonus action on each of your turns to move the sword up to 20 feet to a spot you can see and repeat this attack against the same target or a different one.",
            "higher_level": "",
            "page": "phb 262",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A miniature platinum sword with a grip and pommel of copper and zinc, worth 250 gp.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "7th-level",
            "level_int": 7,
            "spell_level": 7,
            "school": "Evocation",
            "dnd_class": "Bard, Wizard",
            "spell_lists": [
                "bard",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "arcanists-magic-aura",
            "name": "Arcanist's Magic Aura",
            "desc": "You place an illusion on a creature or an object you touch so that divination spells reveal false information about it. The target can be a willing creature or an object that isn't being carried or worn by another creature. When you cast the spell, choose one or both of the following effects. The effect lasts for the duration. If you cast this spell on the same creature or object every day for 30 days, placing the same effect on it each time, the illusion lasts until it is dispelled.\n\n**False Aura.** You change the way the target appears to spells and magical effects, such as detect magic, that detect magical auras. You can make a nonmagical object appear magical, a magical object appear nonmagical, or change the object's magical aura so that it appears to belong to a specific school of magic that you choose. When you use this effect on an object, you can make the false magic apparent to any creature that handles the item.\n\n**Mask.** You change the way the target appears to spells and magical effects that detect creature types, such as a paladin's Divine Sense or the trigger of a symbol spell. You choose a creature type and other spells and magical effects treat the target as if it were a creature of that type or of that alignment.",
            "higher_level": "",
            "page": "phb 263",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A small square of silk.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "24 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Illusion",
            "dnd_class": "Wizard",
            "spell_lists": [
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "bane",
            "name": "Bane",
            "desc": "Up to three creatures of your choice that you can see within range must make charisma saving throws. Whenever a target that fails this saving throw makes an attack roll or a saving throw before the spell ends, the target must roll a d4 and subtract the number rolled from the attack roll or saving throw.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.",
            "page": "phb 216",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A drop of blood.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Enchantment",
            "dnd_class": "Bard, Cleric, Paladin",
            "spell_lists": [
                "cleric",
                "bard"
            ],
            "archetype": "Paladin: Vengeance",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "banishment",
            "name": "Banishment",
            "desc": "You attempt to send one creature that you can see within range to another plane of existence. The target must succeed on a charisma saving throw or be banished. If the target is native to the plane of existence you're on, you banish the target to a harmless demiplane. While there, the target is incapacitated. The target remains there until the spell ends, at which point the target reappears in the space it left or in the nearest unoccupied space if that space is occupied. If the target is native to a different plane of existence than the one you're on, the target is banished with a faint popping noise, returning to its home plane. If the spell ends before 1 minute has passed, the target reappears in the space it left or in the nearest unoccupied space if that space is occupied. Otherwise, the target doesn't return.",
            "higher_level": "When you cast this spell using a spell slot of 5th level or higher, you can target one additional creature for each slot level above 4th.",
            "page": "phb 217",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "An item distasteful to the target.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Abjuration",
            "dnd_class": "Cleric, Paladin, Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "cleric",
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "barkskin",
            "name": "Barkskin",
            "desc": "You touch a willing creature. Until the spell ends, the target's skin has a rough, bark-like appearance, and the target's AC can't be less than 16, regardless of what kind of armor it is wearing.",
            "higher_level": "",
            "page": "phb 217",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A handful of oak bark.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Transmutation",
            "dnd_class": "Cleric, Druid, Ranger",
            "spell_lists": [
                "cleric",
                "druid",
                "ranger"
            ],
            "archetype": "Cleric: Nature",
            "circles": "Forest",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "beacon-of-hope",
            "name": "Beacon of Hope",
            "desc": "This spell bestows hope and vitality. Choose any number of creatures within range. For the duration, each target has advantage on wisdom saving throws and death saving throws, and regains the maximum number of hit points possible from any healing.",
            "higher_level": "",
            "page": "phb 217",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Abjuration",
            "dnd_class": "Cleric, Paladin",
            "spell_lists": [
                "cleric"
            ],
            "archetype": "Paladin: Devotion",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "bestow-curse",
            "name": "Bestow Curse",
            "desc": "You touch a creature, and that creature must succeed on a wisdom saving throw or become cursed for the duration of the spell. When you cast this spell, choose the nature of the curse from the following options: \n- Choose one ability score. While cursed, the target has disadvantage on ability checks and saving throws made with that ability score. \n- While cursed, the target has disadvantage on attack rolls against you. \n- While cursed, the target must make a wisdom saving throw at the start of each of its turns. If it fails, it wastes its action that turn doing nothing. \n- While the target is cursed, your attacks and spells deal an extra 1d8 necrotic damage to the target. A remove curse spell ends this effect. At the DM's option, you may choose an alternative curse effect, but it should be no more powerful than those described above. The DM has final say on such a curse's effect.",
            "higher_level": "If you cast this spell using a spell slot of 4th level or higher, the duration is concentration, up to 10 minutes. If you use a spell slot of 5th level or higher, the duration is 8 hours. If you use a spell slot of 7th level or higher, the duration is 24 hours. If you use a 9th level spell slot, the spell lasts until it is dispelled. Using a spell slot of 5th level or higher grants a duration that doesn't require concentration.",
            "page": "phb 218",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Necromancy",
            "dnd_class": "Bard, Cleric, Wizard",
            "spell_lists": [
                "cleric",
                "bard",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "black-tentacles",
            "name": "Black Tentacles",
            "desc": "Squirming, ebony tentacles fill a 20-foot square on ground that you can see within range. For the duration, these tentacles turn the ground in the area into difficult terrain. When a creature enters the affected area for the first time on a turn or starts its turn there, the creature must succeed on a Dexterity saving throw or take 3d6 bludgeoning damage and be restrained by the tentacles until the spell ends. A creature that starts its turn in the area and is already restrained by the tentacles takes 3d6 bludgeoning damage. A creature restrained by the tentacles can use its action to make a Strength or Dexterity check (its choice) against your spell save DC. On a success, it frees itself.",
            "higher_level": "",
            "page": "phb 238",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A piece of tentacle from a giant octopus or a giant squid",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Conjuration",
            "dnd_class": "Warlock, Wizard",
            "spell_lists": [
                "warlock",
                "wizard"
            ],
            "archetype": "Warlock: Great Old One",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "blade-barrier",
            "name": "Blade Barrier",
            "desc": "You create a vertical wall of whirling, razor-sharp blades made of magical energy. The wall appears within range and lasts for the duration. You can make a straight wall up to 100 feet long, 20 feet high, and 5 feet thick, or a ringed wall up to 60 feet in diameter, 20 feet high, and 5 feet thick. The wall provides three-quarters cover to creatures behind it, and its space is difficult terrain. When a creature enters the wall's area for the first time on a turn or starts its turn there, the creature must make a dexterity saving throw. On a failed save, the creature takes 6d10 slashing damage. On a successful save, the creature takes half as much damage.",
            "higher_level": "",
            "page": "phb 218",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 10 minutes",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "6th-level",
            "level_int": 6,
            "spell_level": 6,
            "school": "Evocation",
            "dnd_class": "Cleric",
            "spell_lists": [
                "cleric"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "bless",
            "name": "Bless",
            "desc": "You bless up to three creatures of your choice within range. Whenever a target makes an attack roll or a saving throw before the spell ends, the target can roll a d4 and add the number rolled to the attack roll or saving throw.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, you can target one additional creature for each slot level above 1st.",
            "page": "phb 219",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A sprinkling of holy water.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Enchantment",
            "dnd_class": "Cleric, Paladin",
            "spell_lists": [
                "cleric"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "blight",
            "name": "Blight",
            "desc": "Necromantic energy washes over a creature of your choice that you can see within range, draining moisture and vitality from it. The target must make a constitution saving throw. The target takes 8d8 necrotic damage on a failed save, or half as much damage on a successful one. The spell has no effect on undead or constructs. If you target a plant creature or a magical plant, it makes the saving throw with disadvantage, and the spell deals maximum damage to it. If you target a nonmagical plant that isn't a creature, such as a tree or shrub, it doesn't make a saving throw; it simply withers and dies.",
            "higher_level": "When you cast this spell using a spell slot of 5th level of higher, the damage increases by 1d8 for each slot level above 4th.",
            "page": "phb 219",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Necromancy",
            "dnd_class": "Druid, Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "druid",
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "",
            "circles": "Desert",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "blindnessdeafness",
            "name": "Blindness/Deafness",
            "desc": "You can blind or deafen a foe. Choose one creature that you can see within range to make a constitution saving throw. If it fails, the target is either blinded or deafened (your choice) for the duration. At the end of each of its turns, the target can make a constitution saving throw. On a success, the spell ends.",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.",
            "page": "phb 219",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 minute",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Necromancy",
            "dnd_class": "Bard, Cleric, Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "cleric",
                "bard",
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "Warlock: Fiend",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "blink",
            "name": "Blink",
            "desc": "Roll a d20 at the end of each of your turns for the duration of the spell. On a roll of 11 or higher, you vanish from your current plane of existence and appear in the Ethereal Plane (the spell fails and the casting is wasted if you were already on that plane). At the start of your next turn, and when the spell ends if you are on the Ethereal Plane, you return to an unoccupied space of your choice that you can see within 10 feet of the space you vanished from. If no unoccupied space is available within that range, you appear in the nearest unoccupied space (chosen at random if more than one space is equally near). You can dismiss this spell as an action. While on the Ethereal Plane, you can see and hear the plane you originated from, which is cast in shades of gray, and you can't see anything there more than 60 feet away. You can only affect and be affected by other creatures on the Ethereal Plane. Creatures that aren't there can't perceive you or interact with you, unless they have the ability to do so.",
            "higher_level": "",
            "page": "phb 219",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 minute",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Transmutation",
            "dnd_class": "Cleric, Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "cleric",
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "Cleric: Trickery, Warlock: Archfey",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "blur",
            "name": "Blur",
            "desc": "Your body becomes blurred, shifting and wavering to all who can see you. For the duration, any creature has disadvantage on attack rolls against you. An attacker is immune to this effect if it doesn't rely on sight, as with blindsight, or can see through illusions, as with truesight.",
            "higher_level": "",
            "page": "phb 219",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Illusion",
            "dnd_class": "Druid, Sorcerer, Wizard",
            "spell_lists": [
                "druid",
                "sorcerer",
                "wizard"
            ],
            "archetype": "Druid: Desert",
            "circles": "Desert",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "burning-hands",
            "name": "Burning Hands",
            "desc": "As you hold your hands with thumbs touching and fingers spread, a thin sheet of flames shoots forth from your outstretched fingertips. Each creature in a 15-foot cone must make a dexterity saving throw. A creature takes 3d6 fire damage on a failed save, or half as much damage on a successful one. The fire ignites any flammable objects in the area that aren't being worn or carried.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d6 for each slot level above 1st.",
            "page": "phb 220",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Evocation",
            "dnd_class": "Cleric, Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "cleric",
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "Cleric: Light, Warlock: Fiend",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "call-lightning",
            "name": "Call Lightning",
            "desc": "A storm cloud appears in the shape of a cylinder that is 10 feet tall with a 60-foot radius, centered on a point you can see 100 feet directly above you. The spell fails if you can't see a point in the air where the storm cloud could appear (for example, if you are in a room that can't accommodate the cloud). When you cast the spell, choose a point you can see within range. A bolt of lightning flashes down from the cloud to that point. Each creature within 5 feet of that point must make a dexterity saving throw. A creature takes 3d10 lightning damage on a failed save, or half as much damage on a successful one. On each of your turns until the spell ends, you can use your action to call down lightning in this way again, targeting the same point or a different one. If you are outdoors in stormy conditions when you cast this spell, the spell gives you control over the existing storm instead of creating a new one. Under such conditions, the spell's damage increases by 1d10.",
            "higher_level": "When you cast this spell using a spell slot of 4th or higher level, the damage increases by 1d10 for each slot level above 3rd.",
            "page": "phb 220",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 10 minutes",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Conjuration",
            "dnd_class": "Cleric, Druid",
            "spell_lists": [
                "cleric",
                "druid"
            ],
            "archetype": "Cleric: Tempest",
            "circles": "Forest",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "calm-emotions",
            "name": "Calm Emotions",
            "desc": "You attempt to suppress strong emotions in a group of people. Each humanoid in a 20-foot-radius sphere centered on a point you choose within range must make a charisma saving throw; a creature can choose to fail this saving throw if it wishes. If a creature fails its saving throw, choose one of the following two effects. You can suppress any effect causing a target to be charmed or frightened. When this spell ends, any suppressed effect resumes, provided that its duration has not expired in the meantime. Alternatively, you can make a target indifferent about creatures of your choice that it is hostile toward. This indifference ends if the target is attacked or harmed by a spell or if it witnesses any of its friends being harmed. When the spell ends, the creature becomes hostile again, unless the DM rules otherwise.",
            "higher_level": "",
            "page": "phb 221",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Enchantment",
            "dnd_class": "Bard, Cleric, Warlock",
            "spell_lists": [
                "cleric",
                "bard",
                "warlock"
            ],
            "archetype": "Warlock: Archfey",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "chain-lightning",
            "name": "Chain Lightning",
            "desc": "You create a bolt of lightning that arcs toward a target of your choice that you can see within range. Three bolts then leap from that target to as many as three other targets, each of which must be within 30 feet of the first target. A target can be a creature or an object and can be targeted by only one of the bolts. A target must make a dexterity saving throw. The target takes 10d8 lightning damage on a failed save, or half as much damage on a successful one.",
            "higher_level": "When you cast this spell using a spell slot of 7th level or higher, one additional bolt leaps from the first target to another target for each slot level above 6th.",
            "page": "phb 221",
            "range": "150 feet",
            "target_range_sort": 150,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A bit of fur; a piece of amber, glass, or a crystal rod; and three silver pins.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "6th-level",
            "level_int": 6,
            "spell_level": 6,
            "school": "Evocation",
            "dnd_class": "Sorcerer, Wizard",
            "spell_lists": [
                "sorcerer",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "charm-person",
            "name": "Charm Person",
            "desc": "You attempt to charm a humanoid you can see within range. It must make a wisdom saving throw, and does so with advantage if you or your companions are fighting it. If it fails the saving throw, it is charmed by you until the spell ends or until you or your companions do anything harmful to it. The charmed creature regards you as a friendly acquaintance. When the spell ends, the creature knows it was charmed by you.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, you can target one additional creature for each slot level above 1st. The creatures must be within 30 feet of each other when you target them.",
            "page": "phb 221",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 hour",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Enchantment",
            "dnd_class": "Bard, Cleric, Druid, Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "cleric",
                "druid",
                "bard",
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "Cleric: Trickery",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "chill-touch",
            "name": "Chill Touch",
            "desc": "You create a ghostly, skeletal hand in the space of a creature within range. Make a ranged spell attack against the creature to assail it with the chill of the grave. On a hit, the target takes 1d8 necrotic damage, and it can't regain hit points until the start of your next turn. Until then, the hand clings to the target. If you hit an undead target, it also has disadvantage on attack rolls against you until the end of your next turn.",
            "higher_level": "This spell's damage increases by 1d8 when you reach 5th level (2d8), 11th level (3d8), and 17th level (4d8).",
            "page": "phb 221",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 round",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "Cantrip",
            "level_int": 0,
            "spell_level": 0,
            "school": "Necromancy",
            "dnd_class": "Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "circle-of-death",
            "name": "Circle of Death",
            "desc": "A sphere of negative energy ripples out in a 60-foot-radius sphere from a point within range. Each creature in that area must make a constitution saving throw. A target takes 8d6 necrotic damage on a failed save, or half as much damage on a successful one.",
            "higher_level": "When you cast this spell using a spell slot of 7th level or higher, the damage increases by 2d6 for each slot level above 6th.",
            "page": "phb 221",
            "range": "150 feet",
            "target_range_sort": 150,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "The powder of a crushed black pearl worth at least 500 gp.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "6th-level",
            "level_int": 6,
            "spell_level": 6,
            "school": "Necromancy",
            "dnd_class": "Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "cloudkill",
            "name": "Cloudkill",
            "desc": "You create a 20-foot-radius sphere of poisonous, yellow-green fog centered on a point you choose within range. The fog spreads around corners. It lasts for the duration or until strong wind disperses the fog, ending the spell. Its area is heavily obscured. When a creature enters the spell's area for the first time on a turn or starts its turn there, that creature must make a constitution saving throw. The creature takes 5d8 poison damage on a failed save, or half as much damage on a successful one. Creatures are affected even if they hold their breath or don't need to breathe. The fog moves 10 feet away from you at the start of each of your turns, rolling along the surface of the ground. The vapors, being heavier than air, sink to the lowest level of the land, even pouring down openings.",
            "higher_level": "When you cast this spell using a spell slot of 6th level or higher, the damage increases by 1d8 for each slot level above 5th.",
            "page": "phb 222",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 10 minutes",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "Conjuration",
            "dnd_class": "Druid, Sorcerer, Wizard",
            "spell_lists": [
                "druid",
                "sorcerer",
                "wizard"
            ],
            "archetype": "Druid: Underdark",
            "circles": "Underdark",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "color-spray",
            "name": "Color Spray",
            "desc": "A dazzling array of flashing, colored light springs from your hand. Roll 6d10; the total is how many hit points of creatures this spell can effect. Creatures in a 15-foot cone originating from you are affected in ascending order of their current hit points (ignoring unconscious creatures and creatures that can't see). Starting with the creature that has the lowest current hit points, each creature affected by this spell is blinded until the spell ends. Subtract each creature's hit points from the total before moving on to the creature with the next lowest hit points. A creature's hit points must be equal to or less than the remaining total for that creature to be affected.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, roll an additional 2d10 for each slot level above 1st.",
            "page": "phb 222",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A pinch of powder or sand that is colored red, yellow, and blue.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 round",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Illusion",
            "dnd_class": "Sorcerer, Wizard",
            "spell_lists": [
                "sorcerer",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "command",
            "name": "Command",
            "desc": "You speak a one-word command to a creature you can see within range. The target must succeed on a wisdom saving throw or follow the command on its next turn. The spell has no effect if the target is undead, if it doesn't understand your language, or if your command is directly harmful to it. Some typical commands and their effects follow. You might issue a command other than one described here. If you do so, the DM determines how the target behaves. If the target can't follow your command, the spell ends\n\n **Approach.** The target moves toward you by the shortest and most direct route, ending its turn if it moves within 5 feet of you.\n\n**Drop** The target drops whatever it is holding and then ends its turn.\n\n**Flee.** The target spends its turn moving away from you by the fastest available means.\n\n**Grovel.** The target falls prone and then ends its turn.\n\n**Halt.** The target doesn't move and takes no actions. A flying creature stays aloft, provided that it is able to do so. If it must move to stay aloft, it flies the minimum distance needed to remain in the air.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, you can affect one additional creature for each slot level above 1st. The creatures must be within 30 feet of each other when you target them.",
            "page": "phb 223",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 round",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Enchantment",
            "dnd_class": "Cleric, Paladin, Warlock",
            "spell_lists": [
                "cleric",
                "warlock"
            ],
            "archetype": "Warlock: Fiend",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "comprehend-languages",
            "name": "Comprehend Languages",
            "desc": "For the duration, you understand the literal meaning of any spoken language that you hear. You also understand any written language that you see, but you must be touching the surface on which the words are written. It takes about 1 minute to read one page of text. This spell doesn't decode secret messages in a text or a glyph, such as an arcane sigil, that isn't part of a written language.",
            "higher_level": "",
            "page": "phb 224",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A pinch of soot and salt.",
            "can_be_cast_as_ritual": true,
            "ritual": "yes",
            "duration": "1 hour",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Divination",
            "dnd_class": "Bard, Ritual Caster, Sorcerer, Warlock, Wizard",
            "spell_lists": [
                "bard",
                "sorcerer",
                "warlock",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "compulsion",
            "name": "Compulsion",
            "desc": "Creatures of your choice that you can see within range and that can hear you must make a Wisdom saving throw. A target automatically succeeds on this saving throw if it can't be charmed. On a failed save, a target is affected by this spell. Until the spell ends, you can use a bonus action on each of your turns to designate a direction that is horizontal to you. Each affected target must use as much of its movement as possible to move in that direction on its next turn. It can take its action before it moves. After moving in this way, it can make another Wisdom saving throw to try to end the effect. A target isn't compelled to move into an obviously deadly hazard, such as a fire or pit, but it will provoke opportunity attacks to move in the designated direction.",
            "higher_level": "",
            "page": "phb 224",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Enchantment",
            "dnd_class": "Bard",
            "spell_lists": [
                "bard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "cone-of-cold",
            "name": "Cone of Cold",
            "desc": "A blast of cold air erupts from your hands. Each creature in a 60-foot cone must make a constitution saving throw. A creature takes 8d8 cold damage on a failed save, or half as much damage on a successful one. A creature killed by this spell becomes a frozen statue until it thaws.",
            "higher_level": "When you cast this spell using a spell slot of 6th level or higher, the damage increases by 1d8 for each slot level above 5th.",
            "page": "phb 224",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A small crystal or glass cone.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "Evocation",
            "dnd_class": "Druid, Sorcerer, Wizard",
            "spell_lists": [
                "druid",
                "sorcerer",
                "wizard"
            ],
            "archetype": "Druid: Arctic",
            "circles": "Arctic",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "confusion",
            "name": "Confusion",
            "desc": "This spell assaults and twists creatures' minds, spawning delusions and provoking uncontrolled action. Each creature in a 10 foot radius sphere centered on a point you choose within range must succeed on a Wisdom saving throw when you cast this spell or be affected by it.\n\nAn affected target can't take reactions and must roll a d10 at the start of each of its turns to determine its behavior for that turn.\n\n| d10 | Behavior |\n|---|---|\n| 1 | The creature uses all its movement to move in a random direction. To determine the direction, roll a d8 and assign a direction to each die face. The creature doesn’t take an action this turn. |\n| 2-6 | The creature doesn’t move or take actions this turn. |\n| 7-8 | The creature uses its action to make a melee attack against a randomly determined creature within its reach. If there is no creature within its reach, the creature does nothing this turn. |\n| 9-10 | The creature can act and move normally. |\n\nAt the end of each of its turns, an affected target can make a Wisdom saving throw. If it succeeds, this effect ends for that target.",
            "higher_level": "When you cast this spell using a spell slot of 5th level or higher, the radius of the sphere increases by 5 feet for each slot level above 4th.",
            "page": "phb 224",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "Three walnut shells.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Enchantment",
            "dnd_class": "Bard, Cleric, Druid, Sorcerer, Wizard",
            "spell_lists": [
                "cleric",
                "druid",
                "bard",
                "sorcerer",
                "wizard"
            ],
            "archetype": "Cleric: Knowledge",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "conjure-animals",
            "name": "Conjure Animals",
            "desc": "You summon fey spirits that take the form of beasts and appear in unoccupied spaces that you can see within range. Choose one of the following options for what appears: \n- One beast of challenge rating 2 or lower \n- Two beasts of challenge rating 1 or lower \n- Four beasts of challenge rating 1/2 or lower \n- Eight beasts of challenge rating 1/4 or lower \n- Each beast is also considered fey, and it disappears when it drops to 0 hit points or when the spell ends. The summoned creatures are friendly to you and your companions. Roll initiative for the summoned creatures as a group, which has its own turns. They obey any verbal commands that you issue to them (no action required by you). If you don't issue any commands to them, they defend themselves from hostile creatures, but otherwise take no actions. The DM has the creatures' statistics.",
            "higher_level": "When you cast this spell using certain higher-level spell slots, you choose one of the summoning options above, and more creatures appear: twice as many with a 5th-level slot, three times as many with a 7th-level, and four times as many with a 9th-level slot.",
            "page": "phb 225",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Conjuration",
            "dnd_class": "Druid, Ranger",
            "spell_lists": [
                "druid",
                "ranger"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "conjure-woodland-beings",
            "name": "Conjure Woodland Beings",
            "desc": "You summon fey creatures that appear in unoccupied spaces that you can see within range. Choose one of the following options for what appears: \n- One fey creature of challenge rating 2 or lower \n- Two fey creatures of challenge rating 1 or lower \n- Four fey creatures of challenge rating 1/2 or lower \n- Eight fey creatures of challenge rating 1/4 or lower A summoned creature disappears when it drops to 0 hit points or when the spell ends. The summoned creatures are friendly to you and your companions. Roll initiative for the summoned creatures as a group, which have their own turns. They obey any verbal commands that you issue to them (no action required by you). If you don't issue any commands to them, they defend themselves from hostile creatures, but otherwise take no actions. The DM has the creatures' statistics.",
            "higher_level": "When you cast this spell using certain higher-level spell slots, you choose one of the summoning options above, and more creatures appear: twice as many with a 6th-level slot and three times as many with an 8th-level slot.",
            "page": "phb 226",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "One holly berry per creature summoned.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Conjuration",
            "dnd_class": "Druid, Ranger",
            "spell_lists": [
                "druid",
                "ranger"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "contagion",
            "name": "Contagion",
            "desc": "Your touch inflicts disease. Make a melee spell attack against a creature within your reach. On a hit, you afflict the creature with a disease of your choice from any of the ones described below. At the end of each of the target's turns, it must make a constitution saving throw. After failing three of these saving throws, the disease's effects last for the duration, and the creature stops making these saves. After succeeding on three of these saving throws, the creature recovers from the disease, and the spell ends. Since this spell induces a natural disease in its target, any effect that removes a disease or otherwise ameliorates a disease's effects apply to it.\n\n**Blinding Sickness.** Pain grips the creature's mind, and its eyes turn milky white. The creature has disadvantage on wisdom checks and wisdom saving throws and is blinded.\n\n**Filth Fever.** A raging fever sweeps through the creature's body. The creature has disadvantage on strength checks, strength saving throws, and attack rolls that use Strength.\n\n**Flesh Rot.** The creature's flesh decays. The creature has disadvantage on Charisma checks and vulnerability to all damage.\n\n**Mindfire.** The creature's mind becomes feverish. The creature has disadvantage on intelligence checks and intelligence saving throws, and the creature behaves as if under the effects of the confusion spell during combat.\n\n**Seizure.** The creature is overcome with shaking. The creature has disadvantage on dexterity checks, dexterity saving throws, and attack rolls that use Dexterity.\n\n**Slimy Doom.** The creature begins to bleed uncontrollably. The creature has disadvantage on constitution checks and constitution saving throws. In addition, whenever the creature takes damage, it is stunned until the end of its next turn.",
            "higher_level": "",
            "page": "phb 227",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "7 days",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "Necromancy",
            "dnd_class": "Cleric, Druid",
            "spell_lists": [
                "cleric",
                "druid"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "continual-flame",
            "name": "Continual Flame",
            "desc": "A flame, equivalent in brightness to a torch, springs forth from an object that you touch. The effect looks like a regular flame, but it creates no heat and doesn't use oxygen. A continual flame can be covered or hidden but not smothered or quenched.",
            "higher_level": "",
            "page": "phb 227",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "Ruby dust worth 50 gp, which the spell consumes.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Until dispelled",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Evocation",
            "dnd_class": "Cleric, Wizard",
            "spell_lists": [
                "cleric",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "control-water",
            "name": "Control Water",
            "desc": "Until the spell ends, you control any freestanding water inside an area you choose that is a cube up to 100 feet on a side. You can choose from any of the following effects when you cast this spell. As an action on your turn, you can repeat the same effect or choose a different one.\n\n**Flood.** You cause the water level of all standing water in the area to rise by as much as 20 feet. If the area includes a shore, the flooding water spills over onto dry land. instead create a 20-foot tall wave that travels from one side of the area to the other and then crashes down. Any Huge or smaller vehicles in the wave's path are carried with it to the other side. Any Huge or smaller vehicles struck by the wave have a 25 percent chance of capsizing. The water level remains elevated until the spell ends or you choose a different effect. If this effect produced a wave, the wave repeats on the start of your next turn while the flood effect lasts\n\n **Part Water.** You cause water in the area to move apart and create a trench. The trench extends across the spell's area, and the separated water forms a wall to either side. The trench remains until the spell ends or you choose a different effect. The water then slowly fills in the trench over the course of the next round until the normal water level is restored.\n\n**Redirect Flow.** You cause flowing water in the area to move in a direction you choose, even if the water has to flow over obstacles, up walls, or in other unlikely directions. The water in the area moves as you direct it, but once it moves beyond the spell's area, it resumes its flow based on the terrain conditions. The water continues to move in the direction you chose until the spell ends or you choose a different effect.\n\n**Whirlpool.** This effect requires a body of water at least 50 feet square and 25 feet deep. You cause a whirlpool to form in the center of the area. The whirlpool forms a vortex that is 5 feet wide at the base, up to 50 feet wide at the top, and 25 feet tall. Any creature or object in the water and within 25 feet of the vortex is pulled 10 feet toward it. A creature can swim away from the vortex by making a Strength (Athletics) check against your spell save DC. When a creature enters the vortex for the first time on a turn or starts its turn there, it must make a strength saving throw. On a failed save, the creature takes 2d8 bludgeoning damage and is caught in the vortex until the spell ends. On a successful save, the creature takes half damage, and isn't caught in the vortex. A creature caught in the vortex can use its action to try to swim away from the vortex as described above, but has disadvantage on the Strength (Athletics) check to do so. The first time each turn that an object enters the vortex, the object takes 2d8 bludgeoning damage; this damage occurs each round it remains in the vortex.",
            "higher_level": "",
            "page": "phb 227",
            "range": "300 feet",
            "target_range_sort": 300,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A drop of water and a pinch of dust.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 10 minutes",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Transmutation",
            "dnd_class": "Cleric, Druid, Wizard",
            "spell_lists": [
                "cleric",
                "druid",
                "wizard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "create-food-and-water",
            "name": "Create Food and Water",
            "desc": "You create 45 pounds of food and 30 gallons of water on the ground or in containers within range, enough to sustain up to fifteen humanoids or five steeds for 24 hours. The food is bland but nourishing, and spoils if uneaten after 24 hours. The water is clean and doesn't go bad.",
            "higher_level": "",
            "page": "phb 229",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Conjuration",
            "dnd_class": "Cleric, Druid, Paladin",
            "spell_lists": [
                "cleric",
                "druid"
            ],
            "archetype": "Druid: Desert",
            "circles": "Desert",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "create-or-destroy-water",
            "name": "Create or Destroy Water",
            "desc": "You either create or destroy water.\n\n**Create Water.** You create up to 10 gallons of clean water within range in an open container. Alternatively, the water falls as rain in a 30-foot cube within range\n\n **Destroy Water.** You destroy up to 10 gallons of water in an open container within range. Alternatively, you destroy fog in a 30-foot cube within range.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, you create or destroy 10 additional gallons of water, or the size of the cube increases by 5 feet, for each slot level above 1st.",
            "page": "phb 229",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "A drop of water if creating water, or a few grains of sand if destroying it.",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Transmutation",
            "dnd_class": "Cleric, Druid",
            "spell_lists": [
                "cleric",
                "druid"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        },
        {
            "slug": "cure-wounds",
            "name": "Cure Wounds",
            "desc": "A creature you touch regains a number of hit points equal to 1d8 + your spellcasting ability modifier. This spell has no effect on undead or constructs.",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, the healing increases by 1d8 for each slot level above 1st.",
            "page": "phb 230",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Evocation",
            "dnd_class": "Bard, Cleric, Druid, Paladin, Ranger",
            "spell_lists": [
                "cleric",
                "druid",
                "ranger",
                "bard"
            ],
            "archetype": "",
            "circles": "",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd"
        }
    ]
}