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

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

{
    "count": 1435,
    "next": "https://api-beta.open5e.com/v2/spells/?format=api&ordering=target_type&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://api-beta.open5e.com/v2/spells/animate-dead-a5e/?format=api",
            "key": "animate-dead-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "necromancy",
                "name": "Necromancy",
                "desc": "**Necromancy** spells manipulate the energies of life and death. Such spells can grant an extra reserve of life force, drain the life energy from another creature, create the undead, or even bring the dead back to life.\r\nCreating the undead through the use of necromancy spells such as animate dead is not a good act, and only evil casters use such spells frequently.",
                "document": "srd"
            },
            "name": "Animate Dead",
            "desc": "You animate a mortal's remains to become your undead servant.\n\nIf the spell is cast upon bones you create a skeleton, and if cast upon a corpse you choose to create a skeleton or a zombie. The Narrator has the undead's statistics.\n\nWhile it is within 60 feet you can use a bonus action to mentally command the undead. When you command multiple undead using this spell, you must give them all the same command. You may decide the action the undead takes and where it moves during its next turn, or you can issue a general command, such as guarding an area. If not given a command, the undead only defends itself. The undead continues to follow a command until its task is complete.\n\nThe undead is under your control for 24 hours, after which it stops obeying any commands. You must cast this spell on the undead before the spell ends to maintain control of it for another 24 hours.\n\nCasting the spell in this way reasserts control over up to 4 of your previously-animated undead instead of animating a new one.",
            "level": 3,
            "higher_level": "You create or reassert control over 2 additional undead for each slot level above 3rd. When commanding more than 3 undead they make group attack rolls (see page 454 in Chapter 8: Combat).",
            "target_type": "area",
            "range": "Touch",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/antimagic-field-a5e/?format=api",
            "key": "antimagic-field-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Antimagic Field",
            "desc": "An invisible sphere of antimagic forms around you, moving with you and suppressing all magical effects within it. At the Narrator's discretion, sufficiently powerful artifacts and deities may be able to ignore the sphere's effects.\n\n* **Area Suppression:** When a magical effect protrudes into the sphere, that part of the effect's area is suppressed. For example, the ice created by a wall of ice is suppressed within the sphere, creating a gap in the wall if the overlap is large enough.\n* **Creatures and Objects:** While within the sphere, any creatures or objects created or conjured by magic temporarily wink out of existence, reappearing immediately once the space they occupied is no longer within the sphere.\n* **Dispel Magic:** The sphere is immune to dispel magic and similar magical effects, including other antimagic field spells.\n* **Magic Items:** While within the sphere, magic items function as if they were mundane objects. Magic weapons and ammunition cease to be suppressed when they fully leave the sphere.\n* **Magical Travel:** Whether the sphere includes a destination or departure point, any planar travel or teleportation within it automatically fails. Until the spell ends or the sphere moves, magical portals and extradimensional spaces (such as that created by a bag of holding) within the sphere are closed.\n* **Spells:** Any spell cast within the sphere or at a target within the sphere is suppressed and the spell slot is consumed. Active spells and magical effects are also suppressed within the sphere. If a spell or magical effect has a duration, time spent suppressed counts against it.",
            "level": 8,
            "higher_level": "",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 hour",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/black-tentacles-a5e/?format=api",
            "key": "black-tentacles-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": "4d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": "5d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": "6d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": "7d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": "8d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Black Tentacles",
            "desc": "Writhing black tentacles fill the ground within the area turning it into difficult terrain. When a creature starts its turn in the area or enters the area for the first time on its turn, it takes 3d6 bludgeoning damage and is restrained by the tentacles unless it succeeds on a Dexterity saving throw. A creature that starts its turn restrained by the tentacles takes 3d6 bludgeoning damage.\n\nA restrained creature can use its action to make an Acrobatics or Athletics check against the spell save DC, freeing itself on a success.",
            "level": 4,
            "higher_level": "The damage increases by 1d6 for every 2 slot levels above 4th.",
            "target_type": "area",
            "range": "60 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": false,
            "damage_roll": "3d6",
            "damage_types": [
                "bludgeoning"
            ],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/blade-barrier-a5e/?format=api",
            "key": "blade-barrier-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Blade Barrier",
            "desc": "You create a wall of slashing blades. The wall can be up to 20 feet high and 5 feet thick, and can either be a straight wall up to 100 feet long or a ringed wall of up to 60 feet in diameter. The wall provides three-quarters cover and its area is difficult terrain.\n\nWhen a creature starts its turn within the wall's area or enters the wall's area for the first time on a turn, it makes a Dexterity saving throw, taking 6d10 slashing damage on a failed save, or half as much on a successful save.",
            "level": 6,
            "higher_level": "The damage increases by 1d10 for each slot level above 6th.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "10 minutes",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/calm-emotions-a5e/?format=api",
            "key": "calm-emotions-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_3",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "enchantment",
                "name": "Enchantment",
                "desc": "**Enchantment** spells affect the minds of others, influencing or controlling their behavior. Such spells can make enemies see the caster as a friend, force creatures to take a course of action, or even control another creature like a puppet.",
                "document": "srd"
            },
            "name": "Calm Emotions",
            "desc": "Strong and harmful emotions are suppressed within the area. You can choose which of the following two effects to apply to each target of this spell.\n\n* Suppress the charmed or frightened conditions, though they resume when the spell ends (time spent suppressed counts against a condition's duration).\n* Suppress hostile feelings towards creatures of your choice until the spell ends. This suppression ends if a target is attacked or sees its allies being attacked. Targets act normally when the spell ends.",
            "level": 2,
            "higher_level": "The spell area increases by 10 feet for each slot level above 2nd.",
            "target_type": "area",
            "range": "60 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/circle-of-death-a5e/?format=api",
            "key": "circle-of-death-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "necromancy",
                "name": "Necromancy",
                "desc": "**Necromancy** spells manipulate the energies of life and death. Such spells can grant an extra reserve of life force, drain the life energy from another creature, create the undead, or even bring the dead back to life.\r\nCreating the undead through the use of necromancy spells such as animate dead is not a good act, and only evil casters use such spells frequently.",
                "document": "srd"
            },
            "name": "Circle of Death",
            "desc": "A sphere of negative energy sucks life from the area.\n\nCreatures in the area take 9d6 necrotic damage.",
            "level": 6,
            "higher_level": "The damage increases by 2d6 for each slot level above 6th.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/cloudkill-a5e/?format=api",
            "key": "cloudkill-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": "6d8",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": "7d8",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": "8d8",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": "9d8",
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Cloudkill",
            "desc": "You create a sphere of poisonous, sickly green fog, which can spread around corners but not change shape. The area is heavily obscured. A strong wind disperses the fog, ending the spell early.\n\nUntil the spell ends, when a creature enters the area for the first time on its turn or starts its turn there, it takes 5d8 poison damage.\n\nThe fog moves away from you 10 feet at the start of each of your turns, flowing along the ground. The fog is thicker than air, sinks to the lowest level in the land, and can even flow down openings and pits.",
            "level": 5,
            "higher_level": "The damage increases by 1d8 for each slot level above 5th.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "5d8",
            "damage_types": [
                "poison"
            ],
            "duration": "10 minutes",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/commune-with-nature-a5e/?format=api",
            "key": "commune-with-nature-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "ritual",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "divination",
                "name": "Divination",
                "desc": "**Divination** spells reveal information, whether in the form of secrets long forgotten, glimpses of the future, the locations of hidden things, the truth behind illusions, or visions of distant people or places.",
                "document": "srd"
            },
            "name": "Commune with Nature",
            "desc": "Until the spell ends, your spirit bonds with that of nature and you learn about the surrounding land.\n\nWhen cast outdoors the spell reaches 3 miles around you, and in natural underground settings it reaches only 300 feet. The spell fails if you are in a heavily constructed area, such as a dungeon or town.\n\nYou learn up to 3 facts of your choice about the surrounding area:\n\n* Terrain and bodies of water\n* Common flora, fauna, minerals, and peoples\n* Any unnatural creatures in the area\n* Weaknesses in planar boundaries\n* Built structures",
            "level": 5,
            "higher_level": "",
            "target_type": "area",
            "range": "Self",
            "ritual": true,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/confusion-a5e/?format=api",
            "key": "confusion-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "enchantment",
                "name": "Enchantment",
                "desc": "**Enchantment** spells affect the minds of others, influencing or controlling their behavior. Such spells can make enemies see the caster as a friend, force creatures to take a course of action, or even control another creature like a puppet.",
                "document": "srd"
            },
            "name": "Confusion",
            "desc": "You assault the minds of your targets, filling them with delusions and making them confused until the spell ends. On a successful saving throw, a target is rattled for 1 round. At the end of each of its turns, a confused target makes a Wisdom saving throw to end the spell's effects on it.",
            "level": 4,
            "higher_level": "The spell's area increases by 5 feet for each slot level above 4th.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "wisdom",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/conjure-animals-a5e/?format=api",
            "key": "conjure-animals-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Conjure Animals",
            "desc": "You summon forth the spirit of a beast that takes the physical form of your choosing in unoccupied spaces you can see.\n\nChoose one of the following:\n\n* One beast of CR 2 or less\n* Two beasts of CR 1 or less\n* Three beasts of CR 1/2 or less\n\n Beasts summoned this way are allied to you and your companions. While it is within 60 feet you can use a bonus action to mentally command a summoned beast. When you command multiple beasts using this spell, you must give them all the same command. You may decide the action the beast takes and where it moves during its next turn, or you can issue a general command, such as guarding an area. If not given a command, a conjured beast only defends itself.",
            "level": 3,
            "higher_level": "The challenge rating of beasts you can summon increases by one step for each slot level above 3rd. For example, when using a 4th-level spell slot you can summon one beast of CR 3 or less, two beasts of CR 2 or less, or three beasts of CR 1 or less.",
            "target_type": "area",
            "range": "60 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 hour",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/control-water-a5e/?format=api",
            "key": "control-water-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Control Water",
            "desc": "Water inside the area is yours to command. On the round you cast it, and as an action on subsequent turns until the spell ends, you can choose one of the following effects. When you choose a different effect, the current one ends.\n\n* **Flood:** The standing water level rises by up to 20 feet. The flood water spills onto land if the area includes a shore, but when the area is in a large body of water you instead create a 20-foottall wave. The wave travels across the area and crashes down, carrying Huge or smaller vehicles to the other side, each of which has a 25% chance of capsizing. The wave repeats on the start of your next turn while this effect continues.\n* **Part Water:** You create a 20-foot wide trench spanning the area with walls of water to either side. When this effect ends, the trench slowly refills over the course of the next round.\nRedirect Flow: Flowing water in the area moves in a direction you choose, including up. Once the water moves beyond the spell's area, it resumes its regular flow based on the terrain.\n* **Whirlpool:** If the affected body of water is at least 50 feet square and 25 feet deep, a whirlpool forms within the area in a 50-foot wide cone that is 25 feet long. Creatures and objects that are in the area and within 25 feet of the whirlpool make an Athletics check against your spell save DC or are pulled 10 feet toward it. Once within the whirlpool, checks made to swim out of it have disadvantage. When a creature first enters the whirlpool on a turn or starts its turn there, it makes a Strength saving throw or takes 2d8 bludgeoning damage and is pulled into the center of the whirlpool. On a successful save, the creature takes half damage and isn't pulled.",
            "level": 4,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "strength",
            "attack_roll": false,
            "damage_roll": "2d8",
            "damage_types": [
                "bludgeoning"
            ],
            "duration": "10 minutes",
            "shape_type": "cone",
            "shape_magnitude": 50,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/control-weather-a5e/?format=api",
            "key": "control-weather-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Control Weather",
            "desc": "You must be outdoors to cast this spell, and it ends early if you don't have a clear path to the sky.\n\nUntil the spell ends, you change the weather conditions in the area from what is normal for the current climate and season. Choose to increase or decrease each weather condition (precipitation, temperature, and wind) up or down by one stage on the following tables. Whenever you change the wind, you can also change its direction. The new conditions take effect after 1d4 × 10 minutes, at which point you can change the conditions again. The weather gradually returns to normal when the spell ends.",
            "level": 8,
            "higher_level": "",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "8 hours",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/create-or-destroy-water-a5e/?format=api",
            "key": "create-or-destroy-water-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_2",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_3",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Create or Destroy Water",
            "desc": "Choose one of the following.\n\n* **Create Water:** You fill the target with up to 10 gallons of nonpotable water or 1 Supply of clean water. Alternatively, the water falls as rain that extinguishes exposed flames in the area.\n* **Destroy Water:** You destroy up to 10 gallons of water in the target. Alternatively, you destroy fog in the area.",
            "level": 1,
            "higher_level": "For each slot level above 1st, you either create or destroy 10 additional gallons of water, or the size of the cube increases by 5 feet.",
            "target_type": "area",
            "range": "30 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/create-undead-a5e/?format=api",
            "key": "create-undead-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "necromancy",
                "name": "Necromancy",
                "desc": "**Necromancy** spells manipulate the energies of life and death. Such spells can grant an extra reserve of life force, drain the life energy from another creature, create the undead, or even bring the dead back to life.\r\nCreating the undead through the use of necromancy spells such as animate dead is not a good act, and only evil casters use such spells frequently.",
                "document": "srd"
            },
            "name": "Create Undead",
            "desc": "This spell cannot be cast in sunlight. You reanimate the targets as undead and transform them into ghouls under your control.\n\nWhile it is within 120 feet you can use a bonus action to mentally command the undead. When you command multiple undead using this spell, you must give them all the same command. You may decide the action the undead takes and where it moves during its next turn, or you can issue a general command, such as guarding an area. If not given a command, the undead only defends itself. The undead continues to follow a command until its task is complete.\n\nThe undead is under your control for 24 hours, after which it stops obeying any commands. You must cast this spell on the undead before the spell ends to maintain control of it for another 24 hours. Casting the spell in this way reasserts control over up to 3 undead you have animated with this spell, rather than animating a new one.",
            "level": 6,
            "higher_level": "You create or reassert control over one additional ghoul for each slot level above 6th. Alternatively, when using an 8th-level spell slot you create or reassert control over 2 ghasts or wights, or when using a 9th-level spell slot you create or reassert control over 3 ghasts or wights, or 2 mummies. When commanding more than 3 undead they make group attack rolls (see page 454 in Chapter 8: Combat).",
            "target_type": "area",
            "range": "30 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/darkness-a5e/?format=api",
            "key": "darkness-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Darkness",
            "desc": "Magical darkness heavily obscures darkvision and blocks nonmagical light in the area. The darkness spreads around corners. If any of the area overlaps with magical light created by a spell of 2nd-level or lower, the spell that created the light is dispelled.\n\nWhen cast on an object that is in your possession or unattended, the darkness emanates from it and moves with it. Completely covering the object with something that is not transparent blocks the darkness.",
            "level": 2,
            "higher_level": "",
            "target_type": "area",
            "range": "60 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": false,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "10 minutes",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/daylight-a5e/?format=api",
            "key": "daylight-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Daylight",
            "desc": "Magical light fills the area. The area is brightly lit and sheds dim light for an additional 60 feet. If any of the area overlaps with magical darkness created by a spell of 3rd-level or lower, the spell that created the darkness is dispelled.\n\nWhen cast on an object that is in your possession or unattended, the light shines from it and moves with it. Completely covering the object with something that is not transparent blocks the light.",
            "level": 3,
            "higher_level": "",
            "target_type": "area",
            "range": "60 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 hour",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/earthquake-a5e/?format=api",
            "key": "earthquake-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Earthquake",
            "desc": "You create a seismic disturbance in the spell's area. Until the spell ends, an intense tremor rips through the ground and shakes anything in contact with it.\n\nThe ground in the spell's area becomes difficult terrain as it warps and cracks.\n\nWhen you cast this spell and at the end of each turn you spend concentrating on it, each creature in contact with the ground in the spell's area must make a Dexterity saving throw or be knocked prone.\n\nAdditionally, any creature that is concentrating on a spell while in contact with the ground in the spell's area must make a Constitution saving throw or lose concentration.\n\nAt the Narrator's discretion, this spell may have additional effects depending on the terrain in the area.\n\n* **Fissures:** Fissures open within the spell's area at the start of your next turn after you cast the spell. A total of 1d6 such fissures open in locations you choose. Each is 1d10 × 10 feet deep, 10 feet wide, and extends from one edge of the spell's area to the opposite side. A creature standing on a spot where a fissure opens makes a Dexterity saving throw or falls in. On a successful save, a creature moves with the fissure's edge as it opens.\n* A structure automatically collapses if a fissure opens beneath it (see below).\n* **Structures:** A structure in contact with the ground in the spell's area takes 50 bludgeoning damage when you cast the spell and again at the start of each of your turns while the spell is active. A structure reduced to 0 hit points this way collapses.\n* Creatures within half the distance of a collapsing structure's height make a Dexterity saving throw or take 5d6 bludgeoning damage, are knocked prone, and are buried in the rubble, requiring a DC 20 Acrobatics or Athletics check as an action to escape. A creature inside (instead of near) a collapsing structure has disadvantage on its saving throw. The Narrator can adjust the DC higher or lower depending on the composition of the rubble. On a successful save, the creature takes half as much damage and doesn't fall prone or become buried.",
            "level": 8,
            "higher_level": "",
            "target_type": "area",
            "range": "500 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": false,
            "damage_roll": "50",
            "damage_types": [
                "bludgeoning"
            ],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/entangle-a5e/?format=api",
            "key": "entangle-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Entangle",
            "desc": "Constraining plants erupt from the ground in the spell's area, wrapping vines and tendrils around creatures. Until the spell ends, the area is difficult terrain.\n\nA creature in the area when you cast the spell makes a Strength saving throw or it becomes restrained as the plants wrap around it. A creature restrained in this way can use its action to make a Strength check against your spell save DC, freeing itself on a success.\n\nWhen the spell ends, the plants wither away.",
            "level": 1,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "strength",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/faithful-hound-a5e/?format=api",
            "key": "faithful-hound-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Faithful Hound",
            "desc": "You conjure a phantasmal watchdog. Until the spell ends, the hound remains in the area unless you spend an action to dismiss it or you move more than 100 feet away from it.\n\nThe hound is invisible except to you and can't be harmed. When a Small or larger creature enters the area without speaking a password you specify when casting the spell, the hound starts barking loudly. The hound sees invisible creatures, can see into the Ethereal Plane, and is immune to illusions.\n\nAt the start of each of your turns, the hound makes a bite attack against a hostile creature of your choice that is within the area, using your spell attack bonus and dealing 4d8 piercing damage on a hit.",
            "level": 4,
            "higher_level": "",
            "target_type": "area",
            "range": "30 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "8 hours",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/find-traps-a5e/?format=api",
            "key": "find-traps-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "divination",
                "name": "Divination",
                "desc": "**Divination** spells reveal information, whether in the form of secrets long forgotten, glimpses of the future, the locations of hidden things, the truth behind illusions, or visions of distant people or places.",
                "document": "srd"
            },
            "name": "Find Traps",
            "desc": "This spell reveals whether there is at least one trap within range and within line of sight. You don't learn the number, location, or kind of traps detected. For the purpose of this spell, a trap is a hidden mechanical device or magical effect which is designed to harm you or put you in danger, such as a pit trap, symbol spell, or alarm bell on a door, but not a natural hazard.",
            "level": 2,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/fog-cloud-a5e/?format=api",
            "key": "fog-cloud-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_2",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_3",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Fog Cloud",
            "desc": "You create a heavily obscured area of fog. The fog spreads around corners and can be dispersed by a moderate wind (at least 10 miles per hour).",
            "level": 1,
            "higher_level": "The spell's radius increases by 20 feet for each slot level above 1st.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 hour",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/forbiddance-a5e/?format=api",
            "key": "forbiddance-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "ritual",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Forbiddance",
            "desc": "You protect the target area against magical travel. Creatures can't teleport into the area, use a magical portal to enter it, or travel into it from another plane of existence, such as the Astral or Ethereal Plane. The spell's area can't overlap with another _forbiddance_ spell.\n\nThe spell damages specific types of trespassing creatures. Choose one or more of celestials, elementals, fey, fiends, and undead. When a chosen creature first enters the area on a turn or starts its turn there, it takes 5d10 radiant or necrotic damage (your choice when you cast the spell). You may designate a password. A creature speaking this password as it enters takes no damage from the spell.\n\nAfter casting this spell on the same area for 30 consecutive days it becomes permanent until dispelled. This final casting to make the spell permanent consumes its material components.",
            "level": 6,
            "higher_level": "",
            "target_type": "area",
            "range": "Touch",
            "ritual": true,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "5d10",
            "damage_types": [
                "necrotic",
                "radiant"
            ],
            "duration": "1 day",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/forcecage-a5e/?format=api",
            "key": "forcecage-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Forcecage",
            "desc": "An opaque cube of banded force surrounds the area, preventing any matter or spells from passing through it, though creatures can breathe inside it. Creatures that make a Dexterity saving throw and creatures that are only partially inside the area are pushed out of the area. Any other creature is trapped and can't leave by nonmagical means. The cage also traps creatures on the Ethereal Plane, and can only be destroyed by being dealt at least 25 force damage at once or by a _dispel magic_ spell cast using an 8th-level or higher spell slot.\n\nIf a trapped creature tries to teleport or travel to another plane, it makes a Charisma saving throw. On a failure, the attempt fails and the spell or effect is wasted.",
            "level": 7,
            "higher_level": "The spell's area increases to a 20-foot cube when using a 9th-level spell slot.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 hour",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/forest-army-a5e/?format=api",
            "key": "forest-army-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Forest Army",
            "desc": "While casting and concentrating on this spell, you enter a deep trance and awaken an army of trees and plants within range. These plants rise up under your control as a grove swarm and act on your initiative. Although you are in a trance and deaf and blind with regard to your own senses, you see and hear through your grove swarm's senses. You can command your grove swarm telepathically, ordering it to advance, attack, or retreat. If the grove swarm enters your space, you can order it to carry you.\n\nIf you take any action other than continuing to concentrate on this spell, the spell ends and the trees and plants set down roots wherever they are currently located.",
            "level": 9,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "8 hours",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/globe-of-invulnerability-a5e/?format=api",
            "key": "globe-of-invulnerability-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Globe of Invulnerability",
            "desc": "An immobile, glimmering sphere forms around you. Any spell of 5th-level or lower cast from outside the sphere can't affect anything inside the sphere, even if it's cast with a higher level spell slot. Targeting something inside the sphere or including the globe's space in an area has no effect on anything inside.",
            "level": 6,
            "higher_level": "The barrier blocks spells of one spell slot level higher for each slot level above 6th.",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/guards-and-wards-a5e/?format=api",
            "key": "guards-and-wards-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Guards and Wards",
            "desc": "You create wards that protect the target area. Each warded area has a maximum height of 20 feet and can be shaped. Several stories of a stronghold can be warded by dividing the area among them if you can walk from one to the next while the spell is being cast.\n\nWhen cast, you can create a password that can make a creature immune to these effects when it is spoken aloud. You may also specify individuals that are unaffected by any or all of the effects that you choose.\n\n_Guards and wards_ creates the following effects within the area of the spell.\n\n* **_Corridors:_** Corridors are heavily obscured with fog. Additionally, creatures that choose between multiple passages or branches have a 50% chance to unknowingly choose a path other than the one they meant to choose.\n* **_Doors:_** Doors are magically locked as if by an _arcane lock_ spell. Additionally, you may conceal up to 10 doors with an illusion as per the illusory object component of the _minor illusion_ spell to make the doors appear as unadorned wall sections.</ li>\n* **_Stairs:_** Stairs are filled from top to bottom with webs as per the _web_ spell. Until the spell ends, the webbing strands regrow 10 minutes after they are damaged or destroyed.\n\nIn addition, one of the following spell effects can be placed within the spell's area.\n\n* _Dancing lights_ can be placed in 4 corridors and you can choose for them to repeat a simple sequence.\n* _Magic mouth_ spells can be placed in 2 locations.\n_Stinking clouds_ can be placed in 2 locations.\n\nThe clouds return after 10 minutes if dispersed while the spell remains.\n* A _gust of wind_ can be placed in a corridor or room.\n* Pick a 5-foot square. Any creature that passes through it subjected to a _suggestion_ spell, hearing the suggestion mentally.\n\nThe entirety of the warded area radiates as magic. Each effect must be targeted by separate dispel magic spells to be removed.\n\nThe spell can be made permanent by recasting the spell every day for a year.",
            "level": 6,
            "higher_level": "",
            "target_type": "area",
            "range": "Touch",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "24 hours",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/hallow-a5e/?format=api",
            "key": "hallow-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Hallow",
            "desc": "You imbue the area with divine power, bolstering some creatures and hindering others. Celestials, elementals, fey, fiends, and undead cannot enter the area. They are also incapable of charming, frightening, or possessing another creature within the area. Any such effects end on a creature that enters the area. When casting, you may exclude one or more creature types from this effect.\n\nAdditionally, you may anchor additional magical effects to the area. Choose one effect from the list below (the Narrator may also offer specific effects).\n\nSome effects apply to creatures. You may choose to affect all creatures, creatures of a specific type, or those that follow a specific leader or deity. Creatures make a Charisma saving throw when the spell is cast, when they enter the area for the first time on a turn, or if they end their turn within the area. On a successful save, a creature is immune to the effect until it leaves the area.\n\n* **Courage:** Creatures in the area cannot be frightened.\n* **Darkness:** The area is filled by darkness, and normal light sources or sources from a lower level spell slot are smothered within it.\n* **Daylight:** The area is filled with bright light, dispelling magical darkness created by spells of a lower level spell slot.\n* **Energy Protection:** Creatures in the area gain resistance against a damage type of your choice (excepting bludgeoning, piercing, or slashing).\n* **Energy Vulnerability:** Creatures in the area gain vulnerability against a damage type of your choice (excepting bludgeoning, piercing, or slashing).\n* **Everlasting Rest:** Dead bodies laid to rest in the area cannot be turned into undead by any means.\n* **Extradimensional Interference:** Extradimensional movement or travel is blocked to and from the area, including all teleportation effects.\n* **Fear**: Creatures are frightened while within the area.\n* **Silence:** No sound can enter or emanate from the area.\n* **Tongues:** Creatures within the area can freely communicate with one another whether they share a language or not.",
            "level": 5,
            "higher_level": "",
            "target_type": "area",
            "range": "Touch",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "charisma",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "permanent",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/hallucinatory-terrain-a5e/?format=api",
            "key": "hallucinatory-terrain-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "illusion",
                "name": "Illusion",
                "desc": "**Illusion** spells deceive the senses or minds of others. They cause people to see things that are not there, to miss things that are there, to hear phantom noises, or to remember things that never happened. Some illusions create phantom images that any creature can see, but the most insidious illusions plant an image directly in the mind of a creature.",
                "document": "srd"
            },
            "name": "Hallucinatory Terrain",
            "desc": "You weave a veil over the natural terrain within the area, making it look, sound, or smell like another sort of terrain. A small lake could be made to look like a grassy glade. A path or trail could be made to look like an impassable swamp. A cliff face could even appear as a gentle slope or seem to extend further than it does. This spell does not affect any manufactured structures, equipment, or creatures.\n\nOnly the visual, auditory, and olfactory components of the terrain are changed. Any creature that enters or attempts to interact with the illusion feels the real terrain below. If given sufficient reason, a creature may make an Investigation check against your spell save DC to disbelieve it. On a successful save, the creature sees the illusion superimposed over the actual terrain.",
            "level": 4,
            "higher_level": "The spell targets an additional 50-foot cube for each slot level above 4th.",
            "target_type": "area",
            "range": "300 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "24 hours",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/holy-aura-a5e/?format=api",
            "key": "holy-aura-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Holy Aura",
            "desc": "Holy radiance emanates from you and fills the area. Targets shed dim light in a 5-foot radius and have advantage on saving throws. Attacks made against a target have disadvantage. When a fiend or undead hits a target, the aura erupts into blinding light, forcing the attacker to make a Constitution saving throw or be blinded until the spell ends.",
            "level": 8,
            "higher_level": "",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "constitution",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/ice-storm-a5e/?format=api",
            "key": "ice-storm-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Ice Storm",
            "desc": "A bombardment of jagged ice erupts throughout the target area. All creatures in the area take 2d8 bludgeoning damage and 4d6 cold damage. Large chunks of ice turn the area into difficult terrain until the end of your next turn.",
            "level": 4,
            "higher_level": "The bludgeoning damage increases by 1d8 for each slot level above 4th.",
            "target_type": "area",
            "range": "300 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/incendiary-cloud-a5e/?format=api",
            "key": "incendiary-cloud-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Incendiary Cloud",
            "desc": "A cloud of burning embers, smoke, and roiling flame appears within range. The cloud heavily obscures its area, spreading around corners and through cracks. When the cloud appears and a creature is in it, when a creature enters the cloud for the first time on a turn, or when a creature ends its turn within the cloud it makes a Dexterity saving throw, taking 10d8 fire damage on a failed save, or half as much on a successful one.\n\nThe cloud can be dispelled by a wind of at least 10 miles per hour. After it is cast, the cloud moves 10 feet away from you in a direction that you choose at the start of each of your turns.",
            "level": 8,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/locate-animals-or-plants-a5e/?format=api",
            "key": "locate-animals-or-plants-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "ritual",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "divination",
                "name": "Divination",
                "desc": "**Divination** spells reveal information, whether in the form of secrets long forgotten, glimpses of the future, the locations of hidden things, the truth behind illusions, or visions of distant people or places.",
                "document": "srd"
            },
            "name": "Locate Animals or Plants",
            "desc": "Name or describe in detail a specific kind of beast or plant. The natural magics in range reveal the closest example of the target within 5 miles, including its general direction (north, west, southeast, and so on) and how many miles away it currently is.",
            "level": 2,
            "higher_level": "",
            "target_type": "area",
            "range": "5 miles",
            "ritual": true,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/magic-circle-a5e/?format=api",
            "key": "magic-circle-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": "2 hours",
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": "3 hours",
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": "4 hours",
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": "5 hours",
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": "6 hours",
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": "7 hours",
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Magic Circle",
            "desc": "Magical energies surround the area and stop the type of designated creature from willingly entering by nonmagical means.\n\nDesignated creatures have disadvantage when attacking creatures within the area and are unable to charm, frighten, or possess creatures within the area. When a designated creature attempts to teleport or use interplanar travel to enter the area, it makes a Charisma saving throw or its attempt fails.\n\nYou may also choose to reverse this spell, trapping a creature of your chosen type within the area in order to protect targets outside it.",
            "level": 3,
            "higher_level": "The spell's duration increases by 1 hour for every slot level above 3rd.",
            "target_type": "area",
            "range": "30 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "charisma",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 hour",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/mirage-arcane-a5e/?format=api",
            "key": "mirage-arcane-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "illusion",
                "name": "Illusion",
                "desc": "**Illusion** spells deceive the senses or minds of others. They cause people to see things that are not there, to miss things that are there, to hear phantom noises, or to remember things that never happened. Some illusions create phantom images that any creature can see, but the most insidious illusions plant an image directly in the mind of a creature.",
                "document": "srd"
            },
            "name": "Mirage Arcane",
            "desc": "You make terrain within the spell's area appear as another kind of terrain, tricking all senses (including touch).\n\nThe general shape of the terrain remains the same, however. A small town could resemble a woodland, a smooth road could appear rocky and overgrown, a deep pit could resemble a shallow pond, and so on.\n\nStructures may be altered in the similar way, or added where there are none. Creatures are not disguised, concealed, or added by the spell.\n\nThe illusion appears completely real in all aspects, including physical terrain, and can be physically interacted with. Clear terrain becomes difficult terrain, and vice versa. Any part of the illusory terrain such as a boulder, or water collected from an illusory stream, disappears immediately upon leaving the spell's area.\n\nCreatures with truesight see through the illusion, but are not immune to its effects. They may know that the overgrown path is in fact a well maintained road, but are still impeded by illusory rocks and branches.",
            "level": 7,
            "higher_level": "",
            "target_type": "area",
            "range": "Sight",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "10 days",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/moonbeam-a5e/?format=api",
            "key": "moonbeam-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_3",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Moonbeam",
            "desc": "A beam of moonlight fills the area with dim light.\n\nWhen a creature enters the area for the first time on a turn or begins its turn in the area, it is struck by silver flames and makes a Constitution saving throw, taking 2d10 radiant damage on a failed save, or half as much on a success.\n\nShapechangers have disadvantage on this saving throw. On a failed save, a shapechanger is forced to take its original form while within the spell's light.\n\nOn your turn, you may use an action to move the beam 60 feet in any direction.",
            "level": 2,
            "higher_level": "The damage increases by 1d10 for each slot level above 2nd.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "constitution",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/move-earth-a5e/?format=api",
            "key": "move-earth-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Move Earth",
            "desc": "You reshape the area, changing its elevation or creating and eliminating holes, walls, and pillars.\n\nThe only limitation is that the elevation change may not exceed half the area's horizontal dimensions.\n\nFor example, affecting a 40-by-40 area allows you to include 20 foot high pillars, holes 20 feet deep, and changes in terrain elevation of 20 feet or less.\n\nChanges that result in unstable terrain are subject to collapse.\n\nChanges take 10 minutes to complete, after which you can choose another area to affect. Due to the slow speed of transformation, it is nearly impossible for creatures to be hurt or captured by the spell.\n\nThis spell has no effect on stone, objects crafted from stone, or plants, though these objects will shift based on changes in the area.",
            "level": 6,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "2 hours",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/pass-without-trace-a5e/?format=api",
            "key": "pass-without-trace-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Pass Without Trace",
            "desc": "You and allies within the area gain advantage and an expertise die on Dexterity (Stealth) checks as an aura of secrecy enshrouds you. Creatures in the area leave behind no evidence of their passage.",
            "level": 2,
            "higher_level": "",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 hour",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/pestilence-a5e/?format=api",
            "key": "pestilence-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_1",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_2",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_3",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_10",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_11",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_12",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_13",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_14",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_15",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_16",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_17",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_18",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_19",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "player_level_20",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Pestilence",
            "desc": "A swarm of insects fills the area. Creatures that begin their turn within the spell's area or who enter the area for the first time on their turn must make a Constitution saving throw or take 1d4 piercing damage. The pests also ravage any unattended organic material within their radius, such as plant, wood, or fabric.",
            "level": 0,
            "higher_level": "This spell's damage increases by 1d4 when you reach 5th level (2d4), 10th level (3d4), and 15th level (4d4).",
            "target_type": "area",
            "range": "60 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "constitution",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/plant-growth-a5e/?format=api",
            "key": "plant-growth-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Plant Growth",
            "desc": "You channel vitality into vegetation to achieve one of the following effects, chosen when casting the spell.\n\nEnlarged: Plants in the area are greatly enriched. Any harvests of the affected plants provide twice as much food as normal.\n\nRapid: All nonmagical plants in the area surge with the power of life. A creature that moves through the area must spend 4 feet of movement for every foot it moves. You can exclude one or more areas of any size from being affected.",
            "level": 3,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/prismatic-spray-a5e/?format=api",
            "key": "prismatic-spray-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Prismatic Spray",
            "desc": "You unleash 8 rays of light, each with a different purpose and effect. For each target in the area, roll a d8 to determine the ray that affects it.\n\n1—Red: The target takes 10d6 fire damage.\n\n2—Orange: The target takes 10d6 acid damage.\n\n3—Yellow: The target takes 10d6 lightning damage.\n\n4—Green: The target takes 10d6 poison damage.\n\n5—Blue: The target takes 10d6 cold damage.\n\n6—Indigo: The target is restrained and at the end of each of its turns it makes a Constitution saving throw. Once it accumulates two failed saves it permanently turns to stone, or when it accumulates two successful saves the effect ends.\n\n7—Violet: The target is blinded. At the start of your next turn, the target makes a Wisdom saving throw, ending the effect on a success.\n\nOn a failed save, the target is banished to another random plane and is no longer blind. If it originated from another plane it returns there, while other creatures are generally cast into the Astral Plane or Ethereal Plane.\n\n8—Special: The target is hit by two rays.\n\nRoll a d8 twice to determine which rays, rerolling any 8s.",
            "level": 7,
            "higher_level": "",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "constitution",
            "attack_roll": false,
            "damage_roll": "10d6",
            "damage_types": [
                "fire"
            ],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/private-sanctum-a5e/?format=api",
            "key": "private-sanctum-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "abjuration",
                "name": "Abjuration",
                "desc": "**Abjuration** spells are protective in nature, though some of them have aggressive uses. They create magical barriers, negate harmful effects, harm trespassers, or banish creatures to other planes of existence.",
                "document": "srd"
            },
            "name": "Private Sanctum",
            "desc": "You increase the magical security in an area, choosing one or more of the following:\n\n* sound cannot pass the edge of the area.\n* light and vision cannot pass the edge of the area.\n* sensors created by divination spells can neither enter the area nor appear within it.\n* creatures within the area cannot be targeted by divination spells.\n* nothing can teleport into or out of the area.\n* planar travel is impossible within the area.\n\nCasting this spell on the same area every day for a year makes the duration permanent.",
            "level": 4,
            "higher_level": "Increase the size of the sanctum by up to 100 feet for each slot level above 4th.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "24 hours",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/raise-hell-a5e/?format=api",
            "key": "raise-hell-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Raise Hell",
            "desc": "You transform the land around you into a blasted hellscape. When you cast the spell, all nonmagical vegetation in the area immediately dies. In addition, you can create any of the following effects within the area. Fiends are immune to these effects, as are any creatures you specify at the time you cast the spell. A successful dispel magic ends a single effect, not the entire area.\n\nBrimstone Rubble. You can fill any number of unoccupied 5-foot squares in the area with smoldering brimstone. These spaces become difficult terrain. A creature that enters an affected square or starts its turn there takes 2d10 fire damage.\n\nField of Fear. Dread pervades the entire area.\n\nA creature that starts its turn in the area must make a successful Wisdom saving throw or be frightened until the start its next turn. While frightened, a creature must take the Dash action to escape the area by the safest available route on each of its turns. On a successful save, the creature becomes immune to this effect for 24 hours.\n\nSpawning Pits. The ground opens to create up to 6 pits filled with poisonous bile. Each pit fills a 10-foot cube that drops beneath the ground.\n\nWhen this spell is cast, any creature whose space is on a pit may make a Dexterity saving throw, moving to an unoccupied space next to the pit on a success. A creature that enters a pit or starts its turn there takes 15d6 poison damage, or half as much damage on a successful Constitution saving throw. A creature reduced to 0 hit points by this damage immediately dies and rises as a lemure at the start of its next turn. Lemures created this way obey your verbal commands, but they disappear when the spell ends or if they leave the area for any reason.\n\nUnhallowed Spires. Up to four spires of black ice rise from the ground in unoccupied 10-foot squares within the area. Each spire can be up to 66 feet tall and is immune to all damage and magical effects. Whenever a creature within 30 feet of a spire would regain hit points, it does not regain hit points and instead takes 3d6 necrotic damage.\n\nIf you maintain concentration on the spell for the full duration, the effects are permanent until dispelled.",
            "level": 9,
            "higher_level": "",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "wisdom",
            "attack_roll": false,
            "damage_roll": "2d10",
            "damage_types": [
                "fire"
            ],
            "duration": "24 hours",
            "shape_type": "cube",
            "shape_magnitude": 10,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/reverse-gravity-a5e/?format=api",
            "key": "reverse-gravity-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Reverse Gravity",
            "desc": "Gravity reverses in the area. Any creatures or objects not anchored to the ground fall upward until they reach the top of the area. A creature may make a Dexterity saving throw to prevent the fall by grabbing hold of something. If a solid object (such as a ceiling) is encountered, the affected creatures and objects impact against it with the same force as a downward fall. When an object or creature reaches the top of the area, it remains suspended there until the spell ends.\n\nWhen the spell ends, all affected objects and creatures fall back down.",
            "level": 7,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/shatter-a5e/?format=api",
            "key": "shatter-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_3",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Shatter",
            "desc": "An ear-splitting ringing sound emanates through the area. Creatures in the area take 3d8 thunder damage. A creature made of stone, metal, or other inorganic material has disadvantage on its saving throw.\n\nAny nonmagical items within the area that are not worn or carried also take damage.",
            "level": 2,
            "higher_level": "The damage increases by 1d8 for each slot level above 2nd.",
            "target_type": "area",
            "range": "60 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/shattering-barrage-a5e/?format=api",
            "key": "shattering-barrage-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_3",
                    "damage_roll": null,
                    "target_count": 2,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": null,
                    "target_count": 3,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": null,
                    "target_count": 4,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": null,
                    "target_count": 5,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": null,
                    "target_count": 6,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": null,
                    "target_count": 7,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": null,
                    "target_count": 8,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "evocation",
                "name": "Evocation",
                "desc": "**Evocation** spells manipulate magical energy to produce a desired effect. Some call up blasts of fire or lightning. Others channel positive energy to heal wounds.",
                "document": "srd"
            },
            "name": "Shattering Barrage",
            "desc": "You create three orbs of jagged broken glass and hurl them at targets within range. You can hurl them at one target or several.\n\nMake a ranged spell attack for each orb. On a hit, the target takes 2d4 slashing damage and the shards of broken glass remain suspended in midair, filling the area they occupy (or 5 feet of the space they occupy if the creature is Large-sized or larger) with shards of suspended broken glass. Whenever a creature enters an area of broken glass for the first time or starts its turn there, it must succeed on a Dexterity saving throw or take 2d4 slashing damage.\n\nThe shards of broken glass dissolve into harmless wisps of sand and blow away after 1 minute.",
            "level": 2,
            "higher_level": "You create one additional orb for each slot level above 2nd.",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": true,
            "damage_roll": "2d4",
            "damage_types": [
                "slashing"
            ],
            "duration": "instantaneous",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": false,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/silence-a5e/?format=api",
            "key": "silence-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "ritual",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "illusion",
                "name": "Illusion",
                "desc": "**Illusion** spells deceive the senses or minds of others. They cause people to see things that are not there, to miss things that are there, to hear phantom noises, or to remember things that never happened. Some illusions create phantom images that any creature can see, but the most insidious illusions plant an image directly in the mind of a creature.",
                "document": "srd"
            },
            "name": "Silence",
            "desc": "Until the spell ends, a bubble of silence envelops the area, and no sound can travel in or out of it.\n\nWhile in the area a creature is deafened and immune to thunder damage. Casting a spell that requires a vocalized component is impossible while within the area.",
            "level": 2,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": true,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": false,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "10 minutes",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/sleet-storm-a5e/?format=api",
            "key": "sleet-storm-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Sleet Storm",
            "desc": "You conjure a storm of freezing rain and sleet in the area. The ground in the area is covered with slick ice that makes it difficult terrain, exposed flames in the area are doused, and the area is heavily obscured.\n\nWhen a creature enters the area for the first time on a turn or starts its turn there, it makes a Dexterity saving throw or falls prone.\n\nWhen a creature concentrating on a spell starts its turn in the area or first enters into the area on a turn, it makes a Constitution saving throw or loses concentration.",
            "level": 2,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "dexterity",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/slow-a5e/?format=api",
            "key": "slow-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Slow",
            "desc": "You alter the flow of time around your targets and they become slowed. On a successful saving throw, a target is rattled until the end of its next turn.\n\nIn addition, if a slowed target casts a spell with a casting time of 1 action, roll a d20\\. On an 11 or higher, the target doesn't finish casting the spell until its next turn. The target must use its action on that turn to complete the spell or the spell fails.\n\nAt the end of each of its turns, a slowed target repeats the saving throw to end the spell's effect on it.",
            "level": 3,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "",
            "damage_types": [],
            "duration": "1 minute",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/spike-growth-a5e/?format=api",
            "key": "spike-growth-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "transmutation",
                "name": "Transmutation",
                "desc": "**Transmutation** spells change the properties of a creature, object, or environment. They might turn an enemy into a harmless creature, bolster the strength of an ally, make an object move at the caster’s command, or enhance a creature’s innate healing abilities to rapidly recover from injury.",
                "document": "srd"
            },
            "name": "Spike Growth",
            "desc": "You cause sharp spikes and thorns to sprout in the area, making it difficult terrain. When a creature enters or moves within the area, it takes 2d4 piercing damage for every 5 feet it travels.\n\nYour magic causes the ground to look natural. A creature that can't see the area when the spell is cast can spot the hazardous terrain just before entering it by making a Perception check against your spell save DC.",
            "level": 2,
            "higher_level": "",
            "target_type": "area",
            "range": "120 feet",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "2d4",
            "damage_types": [
                "piercing"
            ],
            "duration": "10 minutes",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        },
        {
            "url": "https://api-beta.open5e.com/v2/spells/spirit-guardians-a5e/?format=api",
            "key": "spirit-guardians-a5e",
            "casting_options": [
                {
                    "type": "default",
                    "damage_roll": null,
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_4",
                    "damage_roll": "4d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_5",
                    "damage_roll": "5d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_6",
                    "damage_roll": "6d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_7",
                    "damage_roll": "7d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_8",
                    "damage_roll": "8d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                },
                {
                    "type": "slot_level_9",
                    "damage_roll": "9d6",
                    "target_count": null,
                    "duration": null,
                    "range": null
                }
            ],
            "school": {
                "key": "conjuration",
                "name": "Conjuration",
                "desc": "**Conjuration** spells involve the transportation of objects and creatures from one location to another. Some spells summon creatures or objects to the caster’s side, whereas others allow the caster to teleport to another location. Some conjurations create objects or effects out of nothing.",
                "document": "srd"
            },
            "name": "Spirit Guardians",
            "desc": "You call down spirits of divine fury, filling the area with flitting spectral forms. You choose the form taken by the spirits.\n\nCreatures of your choice halve their Speed while in the area. When a creature enters the area for the first time on a turn or starts its turn there, it takes 3d6 radiant or necrotic damage (your choice).",
            "level": 3,
            "higher_level": "The damage increases by 1d6 for each slot level above 3rd.",
            "target_type": "area",
            "range": "Self",
            "ritual": false,
            "casting_time": "action",
            "verbal": true,
            "somatic": true,
            "material": true,
            "material_specified": "",
            "material_cost": null,
            "material_consumed": false,
            "target_count": 1,
            "saving_throw_ability": "",
            "attack_roll": false,
            "damage_roll": "3d6",
            "damage_types": [
                "necrotic",
                "radiant"
            ],
            "duration": "10 minutes",
            "shape_type": null,
            "shape_magnitude": null,
            "concentration": true,
            "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
        }
    ]
}