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

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

{
    "count": 1435,
    "next": "https://api.open5e.com/v1/spells/?format=api&ordering=dnd_class&page=2",
    "previous": null,
    "results": [
        {
            "slug": "arcanists-magic-aura-a5e",
            "name": "Arcanist's Magic Aura",
            "desc": "You craft an illusion to deceive others about the target's true magical properties.\n\nChoose one or both of the following effects. When cast upon the same target with the same effect for 30 successive days, it lasts until it is dispelled.\n\n* **False Aura:** A magical target appears nonmagical, a nonmagical target appears magical, or you change a target's magical aura so that it appears to belong to a school of magic of your choosing. Additionally, you can choose to make the false magic apparent to any creature that handles the item.\n* **Masking Effect:** Choose a creature type. Spells and magical effects that detect creature types (such as a herald's Divine Sense or the trigger of a symbol spell) treat the target as if it were a creature of that type. Additionally, you can choose to mask the target's alignment trait (if it has one).",
            "higher_level": "When cast using a 6th-level spell slot or higher the effects last until dispelled with a bonus action.",
            "page": "",
            "range": "touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "24 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "Illusion",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "a5e",
            "document__title": "Level Up Advanced 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://a5esrd.com/a5esrd"
        },
        {
            "slug": "cobras-spit-a5e",
            "name": "Cobra's Spit",
            "desc": "Until the spell ends, you can use an action to spit venom, making a ranged spell attack at a creature or object within 30 feet. On a hit, the venom deals 4d8 poison damage, and if the target is a creature it is poisoned until the end of its next turn.",
            "higher_level": "The damage increases by 1d8 for each slot level above 3rd.",
            "page": "",
            "range": "self",
            "target_range_sort": 0,
            "components": "S, M",
            "requires_verbal_components": false,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "a5e",
            "document__title": "Level Up Advanced 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://a5esrd.com/a5esrd"
        },
        {
            "slug": "guardian-of-faith-a5e",
            "name": "Guardian of Faith",
            "desc": "A large spectral guardian appears and hovers for the duration in an unoccupied space of your choice that you can see within range. This guardian occupies that space and is indistinct except for a gleaming sword and sheild emblazoned with the symbol of your deity.\n\nAny creature hostile to you that moves to a space within 10 feet of the guardian for the first time on a turn must succeed on a Dexterity saving throw. The creature takes 20 radiant damage on a failed save, or half as much damage on a successful one. The guardian vanishes when it has dealt a total of 60 damage.",
            "higher_level": "",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "8 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "Conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "a5e",
            "document__title": "Level Up Advanced 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://a5esrd.com/a5esrd"
        },
        {
            "slug": "heroes-feast-a5e",
            "name": "Heroes' Feast",
            "desc": "The spell summons forth a sumptuous feast with a cuisine of your choosing that provides 1 Supply for a number of creatures equal to twice your proficiency bonus. Consuming the food takes 1 hour and leaves a creature feeling nourished—it immediately makes a saving throw with advantage against any disease or poison it is suffering from, and it is cured of any effect that frightens it.\n\nFor up to 24 hours afterward the feast's participants have advantage on Wisdom saving throws, advantage on saving throws made against disease and poison, resistance against damage from poison and disease, and each increases its hit point maximum by 2d10.",
            "higher_level": "",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "10 minutes",
            "level": "6th-level",
            "level_int": 6,
            "spell_level": 6,
            "school": "Conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "a5e",
            "document__title": "Level Up Advanced 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://a5esrd.com/a5esrd"
        },
        {
            "slug": "tongues-a5e",
            "name": "Tongues",
            "desc": "The target understands any words it hears, and when the target speaks its words are understood by creatures that know at least one language.",
            "higher_level": "",
            "page": "",
            "range": "touch",
            "target_range_sort": 1,
            "components": "V, M",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": true,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 hour",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "Divination",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "a5e",
            "document__title": "Level Up Advanced 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://a5esrd.com/a5esrd"
        },
        {
            "slug": "travelers-ward-a5e",
            "name": "Traveler's Ward",
            "desc": "Until the spell ends, creatures have disadvantage on Sleight of Hand checks made against the target.\n\nIf a creature fails a Sleight of Hand check to steal from the target, the ward creates a loud noise and a flash of bright light easily heard and seen by creatures within 100 feet.",
            "higher_level": "",
            "page": "",
            "range": "touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "8 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "Abjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "a5e",
            "document__title": "Level Up Advanced 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://a5esrd.com/a5esrd"
        },
        {
            "slug": "warriors-instincts-a5e",
            "name": "Warrior's Instincts",
            "desc": "Your senses sharpen, allowing you to anticipate incoming attacks and find weaknesses in the defenses of your foes. Until the spell ends, creatures cannot gain bonuses (like those granted by bless or expertise dice) or advantage on attack rolls against you. In addition, none of your movement provokes opportunity attacks, and you ignore nonmagical difficult terrain. Finally, you can end the spell early to treat a single weapon attack roll as though you had rolled a 15 on the d20.",
            "higher_level": "For each slot level above 5th, you can also apply this spell's benefits to an additional creature you can see within 30 feet.",
            "page": "",
            "range": "self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "Divination",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "a5e",
            "document__title": "Level Up Advanced 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://a5esrd.com/a5esrd"
        },
        {
            "slug": "acid-gate",
            "name": "Acid Gate",
            "desc": "You create a portal of swirling, acidic green vapor in an unoccupied space you can see. This portal connects with a target destination within 100 miles that you are personally familiar with and have seen with your own eyes, such as your wizard’s tower or an inn you have stayed at. You and up to three creatures of your choice can enter the portal and pass through it, arriving at the target destination (or within 10 feet of it, if it is currently occupied). If the target destination doesn’t exist or is inaccessible, the spell automatically fails and the gate doesn’t form.\n\nAny creature that tries to move through the gate, other than those selected by you when the spell was cast, takes 10d6 acid damage and is teleported 1d100 × 10 feet in a random, horizontal direction. If the creature makes a successful Intelligence saving throw, it can’t be teleported by this portal, but it still takes acid damage when it enters the acid-filled portal and every time it ends its turn in contact with it.\n",
            "higher_level": "When you cast this spell using a spell slot of 8th level or higher, you can allow one additional creature to use the gate for each slot level above 7th.",
            "page": "",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a vial of acid and a polished silver mirror worth 125 gp",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "7th-level",
            "level_int": 7,
            "spell_level": 7,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "alchemical-form",
            "name": "Alchemical Form",
            "desc": "You transform into an amoebic form composed of highly acidic and poisonous alchemical jelly. While in this form:\n* you are immune to acid and poison damage and to the poisoned and stunned conditions;\n* you have resistance to nonmagical fire, piercing, and slashing damage;\n* you can’t speak, cast spells, use items or weapons, or manipulate objects;\n* your gear melds into your body and reappears when the spell ends;\n* you don't need to breathe;\n* your speed is 20 feet;\n* your size doesn’t change, but you can move through and between obstructions as if you were two size categories smaller; and\n* you gain the following action: **Melee Weapon Attack:** spellcasting ability modifier + proficiency bonus to hit, range 5 ft., one target; **Hit:** 4d6 acid or poison damage (your choice), and the target must make a successful Constitution saving throw or be poisoned until the start of your next turn.",
            "higher_level": "",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a vial of acid, poison, or alchemist's fire",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 minute",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "6th-level",
            "level_int": 6,
            "spell_level": 6,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "aspect-of-the-dragon",
            "name": "Aspect of the Dragon",
            "desc": "This spell draws out the ancient nature within your blood, allowing you to assume the form of any dragon-type creature of challenge 10 or less.\n\nYou assume the hit points and Hit Dice of the new form. When you revert to your normal form, you return to the number of hit points you had before you transformed. If you revert as a result of dropping to 0 hit points, any excess damage carries over to your normal form. As long as the excess damage doesn’t reduce your normal form to 0 hit points, you aren’t knocked unconscious.\n\nYou retain the benefits of any features from your class, race, or other source and can use them, provided that your new form is physically capable of doing so. You can speak only if the dragon can normally speak.\n\nWhen you transform, you choose whether your equipment falls to the ground, merges into the new form, or is worn by it. Worn equipment functions normally, but equipment doesn’t change shape or size to match the new form. Any equipment that the new form can’t wear must either fall to the ground or merge into the new form. The GM has final say on whether the new form can wear or use a particular piece of equipment. Equipment that merges has no effect in that state.",
            "higher_level": "",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a dragon scale",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "7th-level",
            "level_int": 7,
            "spell_level": 7,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "awaken-object",
            "name": "Awaken Object",
            "desc": "After spending the casting time enchanting a ruby along with a Large or smaller nonmagical object in humanoid form, you touch the ruby to the object. The ruby dissolves into the object, which becomes a living construct imbued with sentience. If the object has no face, a humanoid face appears on it in an appropriate location. The awakened object's statistics are determined by its size, as shown on the table below. An awakened object can use an action to make a melee weapon attack against a target within 5 feet of it. It has free will, acts independently, and speaks one language you know. It is initially friendly to anyone who assisted in its creation.\n\nAn awakened object's speed is 30 feet. If it has no apparent legs or other means of moving, it gains a flying speed of 30 feet and it can hover. Its sight and hearing are equivalent to a typical human's senses. Intelligence, Wisdom, and Charisma can be adjusted up or down by the GM to fit unusual circumstances. A beautiful statue might awaken with increased Charisma, for example, or the bust of a great philosopher could have surprisingly high Wisdom.\n\nAn awakened object needs no air, food, water, or sleep. Damage to an awakened object can be healed or mechanically repaired.\n\n| Size | HP | AC | Attack | Str | Dex | Con | Int | Wis | Cha |\n|-|-|-|-|-|-|-|-|-|-|\n| T | 20 | 18 | +8 to hit, 1d4 + 4 damage | 4 | 18 | 10 | 2d6 | 2d6 | 2d6 |\n| S | 25 | 16 | +6 to hit, 1d8 + 2 damage | 6 | 14 | 10  | 3d6 | 2d6 | 2d6 |\n| M | 40 | 13 | +5 to hit, 2d6 + 1 damage | 10 | 12  | 10 | 3d6 | 3d6 | 2d6 |\n| L | 50 | 10 | +6 to hit, 2d10 + 2 damage | 14 | 10 | 10 | 3d6 | 3d6 | 2d6 + 2 |\n\n",
            "higher_level": "",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a ruby worth at least 1,000 gp, which the spell consumes",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Permanent",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "8 hours",
            "level": "8th-level",
            "level_int": 8,
            "spell_level": 8,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "beguiling-bet",
            "name": "Beguiling Bet",
            "desc": "You issue a challenge against one creature you can see within range, which must make a successful Wisdom saving throw or become charmed. On a failed save, you can make an ability check as a bonus action. For example, you could make a Strength (Athletics) check to climb a difficult surface or to jump as high as possible; you could make a Dexterity (Acrobatics) check to perform a backflip; or you could make a Charisma (Performance) check to sing a high note or to extemporize a clever rhyme. You can choose to use your spellcasting ability modifier in place of the usual ability modifier for this check, and you add your proficiency bonus if you're proficient in the skill being used.\n\nThe charmed creature must use its next action (which can be a legendary action) to make the same ability check in a contest against your check. Even if the creature can't perform the action—it may not be close enough to a wall to climb it, or it might not have appendages suitable for strumming a lute—it must still attempt the action to the best of its capability. If you win the contest, the spell (and the contest) continues, with you making a new ability check as a bonus action on your turn. The spell ends when it expires or when the creature wins the contest. ",
            "higher_level": "When you cast this spell using a spell slot of 4th level or higher, you can target one additional creature for every two slot levels above 2nd. Each creature must be within 30 feet of another creature when you cast the spell.",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 minute",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "enchantment",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "bestial-fury",
            "name": "Bestial Fury",
            "desc": "You instill primal fury into a creature you can see within range. The target must make a Charisma saving throw; a creature can choose to fail this saving throw. On a failure, the target must use its action to attack its nearest enemy it can see with unarmed strikes or natural weapons. For the duration, the target’s attacks deal an extra 1d6 damage of the same type dealt by its weapon, and the target can’t be charmed or frightened. If there are no enemies within reach, the target can use its action to repeat the saving throw, ending the effect on a success.\n\nThis spell has no effect on undead or constructs.\n",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "enchantment",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "black-well",
            "name": "Black Well",
            "desc": "You summon a seething sphere of dark energy 5 feet in diameter at a point within range. The sphere pulls creatures toward it and devours the life force of those it envelops. Every creature other than you that starts its turn within 90 feet of the black well must make a successful Strength saving throw or be pulled 50 feet toward the well. A creature pulled into the well takes 6d8 necrotic damage and is stunned; a successful Constitution saving throw halves the damage and causes the creature to become incapacitated. A creature that starts its turn inside the well also makes a Constitution saving throw; the creature is stunned on a failed save or incapacitated on a success. An incapacitated creature that leaves the well recovers immediately and can take actions and reactions on that turn. A creature takes damage only upon entering the well—it takes no additional damage for remaining there—but if it leaves the well and is pulled back in again, it takes damage again. A total of nine Medium creatures, three Large creatures, or one Huge creature can be inside the well’s otherdimensional space at one time. When the spell’s duration ends, all creatures inside it tumble out in a heap, landing prone.\n",
            "higher_level": "When you cast this spell using a spell slot of 7th level or higher, the damage dealt by the well increases by 1d8—and the well pulls creatures an additional 5 feet—for each slot level above 6th.",
            "page": "",
            "range": "300 feet",
            "target_range_sort": 300,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "6th-level",
            "level_int": 6,
            "spell_level": 6,
            "school": "necromancy",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "blood-spoor",
            "name": "Blood Spoor",
            "desc": "By touching a drop of your quarry’s blood (spilled or drawn within the past hour), you can follow the creature’s trail unerringly across any surface or under water, no matter how fast you are moving. If your quarry takes flight, you can follow its trail along the ground—or through the air, if you have the means to fly.\n\nIf your quarry moves magically (such as by way of a [dimension door](https://api.open5e.com/spells/dimension-door) or a [teleport](https://api.open5e.com/spells/teleport) spell), you sense its trail as a straight path leading from where the magical movement started to where it ended. Such a route might lead through lethal or impassable barriers. This spell even reveals the route of a creature using [pass without trace](https://api.open5e.com/spells/pass-without-trace), but it fails to locate a creature protected by [nondetection](https://api.open5e.com/spells/nondetection) or by other effects that prevent [scrying](https://api.open5e.com/spells/scrying) spells or cause [divination](https://api.open5e.com/spells/divination) spells to fail. If your quarry moves to another plane, its trail ends without trace, but **blood spoor** picks up the trail again if the caster moves to the same plane as the quarry before the spell’s duration expires.",
            "higher_level": "",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a drop of the quarry’s blood",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 10 minutes",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "divination",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "blood-to-acid",
            "name": "Blood to Acid",
            "desc": "When you cast this spell, you designate a creature within range and convert its blood into virulent acid. The target must make a Constitution saving throw. On a failed save, it takes 10d12 acid damage and is stunned by the pain for 1d4 rounds. On a successful save, it takes half the damage and isn’t stunned.\n\nCreatures without blood, such as constructs and plants, are not affected by this spell. If **blood to acid** is cast on a creature composed mainly of blood, such as a [blood elemental](https://api.open5e.com/monsters/blood-elemental) or a [blood zombie](https://api.open5e.com/monsters/blood-zombie), the creature is slain by the spell if its saving throw fails.",
            "higher_level": "",
            "page": "",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "9th-level",
            "level_int": 9,
            "spell_level": 9,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "bottled-arcana",
            "name": "Bottled Arcana",
            "desc": "By touching an empty, stoppered glass container such as a vial or flask, you magically enable it to hold a single spell. To be captured, the spell must be cast within 1 round of casting **bottled arcana** and it must be intentionally cast into the container. The container can hold one spell of 3rd level or lower. The spell can be held in the container for as much as 24 hours, after which the container reverts to a mundane vessel and any magic inside it dissipates harmlessly.\n\nAs an action, any creature can unstop the container, thereby releasing the spell. If the spell has a range of self, the creature opening the container is affected; otherwise, the creature opening the container designates the target according to the captured spell’s description. If a creature opens the container unwittingly (not knowing that the container holds a spell), the spell targets the creature opening the container or is centered on its space instead (whichever is more appropriate). [Dispel magic](https://api.open5e.com/spells/dispel-magic) cast on the container targets **bottled arcana**, not the spell inside. If **bottled arcana** is dispelled, the container becomes mundane and the spell inside dissipates harmlessly.\n\nUntil the spell in the container is released, its caster can’t regain the spell slot used to cast that spell. Once the spell is released, its caster regains the use of that slot normally.\n",
            "higher_level": "When you cast this spell using a spell slot of 6th level or higher, the level of the spell the container can hold increases by one for every slot level above 5th.",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "an empty glass container",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "See below",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "bottomless-stomach",
            "name": "Bottomless Stomach",
            "desc": "When you cast this spell, you gain the ability to consume dangerous substances and contain them in an extradimensional reservoir in your stomach. The spell allows you to swallow most liquids, such as acids, alcohol, poison, and even quicksilver, and hold them safely in your stomach. You are unaffected by swallowing the substance, but the spell doesn’t give you resistance or immunity to the substance in general; for example, you could safely drink a bucket of a black dragon’s acidic spittle, but you’d still be burned if you were caught in the dragon’s breath attack or if that bucket of acid were dumped over your head.\n\nThe spell allows you to store up to 10 gallons of liquid at one time. The liquid doesn’t need to all be of the same type, and different types don’t mix while in your stomach. Any liquid in excess of 10 gallons has its normal effect when you try to swallow it.\n\nAt any time before you stop concentrating on the spell, you can regurgitate up to 1 gallon of liquid stored in your stomach as a bonus action. The liquid is vomited into an adjacent 5-foot square. A target in that square must succeed on a DC 15 Dexterity saving throw or be affected by the liquid. The GM determines the exact effect based on the type of liquid regurgitated, using 1d6 damage of the appropriate type as the baseline.\n\nWhen you stop concentrating on the spell, its duration expires, or it’s dispelled, the extradimensional reservoir and the liquid it contains cease to exist.",
            "higher_level": "",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "brimstone-infusion",
            "name": "Brimstone Infusion",
            "desc": "You infuse an ordinary flask of alchemist's fire with magical brimstone. While so enchanted, the alchemist's fire can be thrown 40 feet instead of 20, and it does 2d6 fire damage instead of 1d4. The Dexterity saving throw to extinguish the flames uses your spell save DC instead of DC 10. Infused alchemist's fire returns to its normal properties after 24 hours.",
            "higher_level": "",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a flask of alchemist's fire and 5 gp worth of brimstone",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "24 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "Cantrip",
            "level_int": 0,
            "spell_level": 0,
            "school": "Transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "carmello-voltas-irksome-preserves",
            "name": "Carmello-Volta’s Irksome Preserves",
            "desc": "At your command, delicious fruit jam oozes from a small mechanical device (such as a crossbow trigger, a lock, or a clockwork toy), rendering the device inoperable until the spell ends and the device is cleaned with a damp cloth. Cleaning away the jam takes an action, but doing so has no effect until the spell ends. One serving of the jam can be collected in a suitable container. If it's eaten (as a bonus action) within 24 hours, the jam restores 1d4 hit points. The jam's flavor is determined by the material component.\n\nThe spell can affect constructs, with two limitations. First, the target creature negates the effect with a successful Dexterity saving throw. Second, unless the construct is Tiny, only one component (an eye, a knee, an elbow, and so forth) can be disabled. The affected construct has disadvantage on attack rolls and ability checks that depend on the disabled component until the spell ends and the jam is removed.",
            "higher_level": "",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a small berry or a piece of fruit",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "chains-of-the-goddess",
            "name": "Chains of the Goddess",
            "desc": "Choose a creature you can see within 90 feet. The target must make a successful Wisdom saving throw or be restrained by chains of psychic force and take 6d8 bludgeoning damage. A restrained creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a successful save. While restrained in this way, the creature also takes 6d8 bludgeoning damage at the start of each of your turns.",
            "higher_level": "",
            "page": "",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "1 foot of iron chain",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "enchantment",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "champions-weapon",
            "name": "Champion’s Weapon",
            "desc": "A spectral version of a melee weapon of your choice materializes in your hand. It has standard statistics for a weapon of its kind, but it deals force damage instead of its normal damage type and it sheds dim light in a 10-foot radius. You have proficiency with this weapon for the spell’s duration. The weapon can be wielded only by the caster; the spell ends if the weapon is held by a creature other than you or if you start your turn more than 10 feet from the weapon.\n",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the weapon deals an extra 1d8 force damage for each slot level above 2nd.",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 10 minutes",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 bonus action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "cloak-of-shadow",
            "name": "Cloak of Shadow",
            "desc": "You cloak yourself in shadow, giving you advantage on Dexterity (Stealth) checks against creatures that rely on sight.",
            "higher_level": "",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 bonus action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "illusion",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "cobra-fangs",
            "name": "Cobra Fangs",
            "desc": "The spell causes the target to grow great, snake-like fangs. An unwilling creature must make a Wisdom saving throw to avoid the effect. The spell fails if the target already has a bite attack that deals poison damage.\n\nIf the target doesn’t have a bite attack, it gains one. The target is proficient with the bite, and it adds its Strength modifier to the attack and damage rolls. The damage is piercing and the damage die is a d4.\n\nWhen the target hits a creature with its bite attack, the creature must make a Constitution saving throw, taking 3d6 poison damage on a failed save, or half as much damage on a successful one.\n",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the target’s bite counts as magical for the purpose of overcoming resistance and immunity to nonmagical attacks and damage.",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a drop of snake venom or a patch of snakeskin",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 minute",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "compelling-fate",
            "name": "Compelling Fate",
            "desc": "You view the actions of a single creature you can see through the influence of the stars, and you read what is written there. If the target fails a Charisma saving throw, you can predict that creature’s actions. This has the following effects:\n* You have advantage on attack rolls against the target.\n* For every 5 feet the target moves, you can move 5 feet (up to your normal movement) on the target’s turn when it has completed its movement. This is deducted from your next turn’s movement.\n* As a reaction at the start of the target’s turn, you can warn yourself and allies that can hear you of the target’s offensive intentions; any creature targeted by the target’s next attack gains a +2 bonus to AC or to its saving throw against that attack.\n",
            "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the duration is extended by 1 round for each slot level above 3rd.",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, M",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": true,
            "material": "a sprinkling of silver dust worth 20 gp",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 round",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "divination",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "comprehend-wild-shape",
            "name": "Comprehend Wild Shape",
            "desc": "Give one of the carved totems to an ally while keeping the other yourself. For the duration of the spell, you and whoever holds the other totem can communicate while either of you is in a beast shape. This isn’t a telepathic link; you simply understand each other’s verbal communication, similar to the effect of a speak with animals spell. This effect doesn’t allow a druid in beast shape to cast spells.\n",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, you can increase the number of target creatures by two for each slot level above 2nd. Each creature must receive a matching carved totem.",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "two or more matching carved totems",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 hour",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "divination",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "conjure-forest-defender",
            "name": "Conjure Forest Defender",
            "desc": "When you cast this spell in a forest, you fasten sticks and twigs around a body. The body comes to life as a [forest defender](https://api.open5e.com/monsters/forest-defender). The forest defender is friendly to you and your companions. Roll initiative for the forest defender, which has its own turns. It obeys any verbal or mental commands that you issue to it (no action required by you), as long as you remain within its line of sight. If you don’t issue any commands to the forest defender, if you are out of its line of sight, or if you are unconscious, it defends itself from hostile creatures but otherwise takes no actions. A body sacrificed to form the forest defender is permanently destroyed and can be restored to life only by means of a [true resurrection](https://api.open5e.com/spells/true-resurrection) or a [wish](https://api.open5e.com/spells/wish) spell. You can have only one forest defender under your control at a time. If you cast this spell again, the previous forest defender crumbles to dust.\n",
            "higher_level": "When you cast this spell using a 9th‐level spell slot, you summon two forest defenders instead of one, and you can control up to two forest defenders at a time.",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "one humanoid body, which the spell consumes",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Until destroyed",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 hour",
            "level": "6th-level",
            "level_int": 6,
            "spell_level": 6,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "conjure-minor-voidborn",
            "name": "Conjure Minor Voidborn",
            "desc": "You summon fiends or aberrations that appear in unoccupied spaces you can see within range. You choose one of the following options:\n* One creature of challenge rating 2 or lower\n* Two creatures of challenge rating 1 or lower\n* Four creatures of challenge rating 1/2 or lower\n* Eight creatures of challenge rating 1/4 or lower\nSummoned creatures disappear when they drop to 0 hit points or when the spell ends.\n\nThe summoned creatures do not directly attack you or your companions. Roll initiative for the summoned creatures as a group; they take their own turns on their initiative result. They attack your enemies and try to stay within 90 feet of you, but they control their own actions. The summoned creatures despise being bound, so they might harm or impede you and your companions with secondary effects (but not direct attacks) if the opportunity arises. At the beginning of the creatures’ turn, you can use your reaction to verbally command them. They obey your commands on that turn, and you take 1d6 psychic damage at the end of the turn.\n\nIf your concentration is broken, the spell ends but the creatures don’t disappear. Instead, you can no longer command them, and they become hostile to you and your companions. They will attack you and your allies if they believe they have a chance to win the fight or to inflict meaningful harm, but they won’t fight if they fear it would mean their own death. You can’t dismiss the creatures, but they disappear 1 hour after being summoned.\n",
            "higher_level": "When you cast this spell using a 7th‑or 9th-level spell slot, you choose one of the summoning options above, and more creatures appear­—twice as many with a 7th-level spell slot and three times as many with a 9th-level spell slot.",
            "page": "",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 minute",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "conjure-voidborn",
            "name": "Conjure Voidborn",
            "desc": "You summon a fiend or aberration of challenge rating 6 or lower, which appears in an unoccupied space that you can see within range. The creature disappears when it drops to 0 hit points or when the spell ends.\n\nRoll initiative for the creature, which takes its own turns. It attacks the nearest creature on its turn. At the start of the fiend’s turn, you can use your reaction to command the creature by speaking in Void Speech. It obeys your verbal command, and you take 2d6 psychic damage at the end of the creature’s turn.\n\nIf your concentration is broken, the spell ends but the creature doesn’t disappear. Instead, you can no longer issue commands to the fiend, and it becomes hostile to you and your companions. It will attack you and your allies if it believes it has a chance to win the fight or to inflict meaningful harm, but it won’t fight if it fears doing so would mean its own death. You can’t dismiss the creature, but it disappears 1 hour after you summoned it.\n",
            "higher_level": "When you cast this spell using a spell slot of 8th level or higher, the challenge rating increases by 1 for each slot level above 7th.",
            "page": "",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "7th-level",
            "level_int": 7,
            "spell_level": 7,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "costly-victory",
            "name": "Costly Victory",
            "desc": "You select up to ten enemies you can see that are within range. Each target must make a Wisdom saving throw. On a failed save, that creature is cursed to burst into flame if it reduces one of your allies to 0 hit points before this spell’s duration expires. The affected creature takes 6d8 fire damage and 6d8 radiant damage when it bursts into flame.\n\nIf the affected creature is wearing flammable material (or is made of flammable material, such as a plant creature), it catches on fire and continues burning; the creature takes fire damage equal to your spellcasting ability modifier at the end of each of its turns until the creature or one of its allies within 5 feet of it uses an action to extinguish the fire.",
            "higher_level": "",
            "page": "",
            "range": "90 feet",
            "target_range_sort": 90,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 hour",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "8th-level",
            "level_int": 8,
            "spell_level": 8,
            "school": "evocation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "create-thunderstaff",
            "name": "Create Thunderstaff",
            "desc": "After you cast **create thunderstaff** on a normal quarterstaff, the staff must then be mounted in a noisy location, such as a busy marketplace, and left there for 60 days. During that time, the staff gradually absorbs ambient sound.\n\nAfter 60 days, the staff is fully charged and can’t absorb any more sound. At that point, it becomes a **thunderstaff**, a +1 quarterstaff that has 10 charges. When you hit on a melee attack with the staff and expend 1 charge, the target takes an extra 1d8 thunder damage. You can cast a [thunderwave](https://api.open5e.com/spells/thunderwave) spell from the staff as a bonus action by expending 2 charges. The staff cannot be recharged.\n\nIf the final charge is not expended within 60 days, the staff becomes nonmagical again.",
            "higher_level": "",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a quarterstaff",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "10 minutes",
            "level": "7th-level",
            "level_int": 7,
            "spell_level": 7,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "crushing-curse",
            "name": "Crushing Curse",
            "desc": "You speak a word of Void Speech. Choose a creature you can see within range. If the target can hear you, it must succeed on a Wisdom saving throw or take 1d6 psychic damage and be deafened for 1 minute, except that it can still hear Void Speech. A creature deafened in this way can repeat the saving throw at the end of each of its turns, ending the effect on a success.",
            "higher_level": "This spell’s damage increases by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).",
            "page": "",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "Cantrip",
            "level_int": 0,
            "spell_level": 0,
            "school": "Enchantment",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "daggerhawk",
            "name": "Daggerhawk",
            "desc": "When **daggerhawk** is cast on a nonmagical dagger, a ghostly hawk appears around the weapon. The hawk and dagger fly into the air and make a melee attack against one creature you select within 60 feet, using your spell attack modifier and dealing piercing damage equal to 1d4 + your Intelligence modifier on a hit. On your subsequent turns, you can use an action to cause the daggerhawk to attack the same target. The daggerhawk has AC 14 and, although it’s invulnerable to all damage, a successful attack against it that deals bludgeoning, force, or slashing damage sends the daggerhawk tumbling, so it can’t attack again until after your next turn.",
            "higher_level": "",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a dagger",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 minute",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "delay-potion",
            "name": "Delay Potion",
            "desc": "Upon casting this spell, you delay the next potion you consume from taking effect for up to 1 hour. You must consume the potion within 1 round of casting **delay potion**; otherwise the spell has no effect. At any point during **delay potion’s** duration, you can use a bonus action to cause the potion to go into effect. When the potion is activated, it works as if you had just drunk it. While the potion is delayed, it has no effect at all and you can consume and benefit from other potions normally.\n\nYou can delay only one potion at a time. If you try to delay the effect of a second potion, the spell fails, the first potion has no effect, and the second potion has its normal effect when you drink it.",
            "higher_level": "",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 hour (see below)",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "delayed-healing",
            "name": "Delayed Healing",
            "desc": "Touch a living creature (not a construct or undead) as you cast the spell. The next time that creature takes damage, it immediately regains hit points equal to 1d4 + your spellcasting ability modifier (minimum of 1).\n",
            "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the healing increases by 1d4 for each slot level above 3rd.",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, M",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": true,
            "material": "a bloodstone worth 100 gp, which the spell consumes",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 minute",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "evocation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "destructive-resonance",
            "name": "Destructive Resonance",
            "desc": "You shout a scathing string of Void Speech that assaults the minds of those before you. Each creature in a 15-foot cone that can hear you takes 4d6 psychic damage, or half that damage with a successful Wisdom saving throw. A creature damaged by this spell can’t take reactions until the start of its next turn.\n",
            "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 1d6 for each slot level above 2nd.",
            "page": "",
            "range": "Self (15-foot cone)",
            "target_range_sort": 0,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "2nd-level",
            "level_int": 2,
            "spell_level": 2,
            "school": "enchantment",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "doom-of-the-cracked-shield",
            "name": "Doom of the Cracked Shield",
            "desc": "Doom of the cracked shield is cast on a melee weapon. The next time that weapon is used, it destroys the target’s nonmagical shield or damages nonmagical armor, in addition to the normal effect of the attack. If the foe is using a nonmagical shield, it breaks into pieces. If the foe doesn’t use a shield, its nonmagical armor takes a -2 penalty to AC. If the target doesn’t use armor or a shield, the spell is expended with no effect.",
            "higher_level": "",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "dryads-kiss",
            "name": "Dryad’s Kiss",
            "desc": "You perform an ancient incantation that summons flora from the fey realm. A creature you can see within range is covered with small, purple buds and takes 3d8 necrotic damage; a successful Wisdom saving throw negates the damage but doesn’t prevent the plant growth. The buds can be removed by the target or an ally of the target within 5 feet who uses an action to make a successful Intelligence (Nature) or Wisdom (Medicine) check against your spell save DC, or by a [greater restoration](https://api.open5e.com/spells/greater-restoration) or [blight](https://api.open5e.com/spells/blight) spell. While the buds remain, whenever the target takes damage from a source other than this spell, one bud blossoms into a purple and yellow flower that deals an extra 1d8 necrotic damage to the target. Once four blossoms have formed in this way, the buds can no longer be removed by nonmagical means. The buds and blossoms wilt and fall away when the spell ends, provided the creature is still alive.\n\nIf a creature affected by this spell dies, sweet-smelling blossoms quickly cover its body. The flowers wilt and die after one month.\n",
            "higher_level": "If this spell is cast using a spell slot of 5th level or higher, the number of targets increases by one for every two slot levels above 3rd.",
            "page": "",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, M",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": true,
            "material": "a flower petal or a drop of blood",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "earworm-melody",
            "name": "Earworm Melody",
            "desc": "You sing or play a catchy tune that only one creature of your choice within range can hear. Unless the creature makes a successful Wisdom saving throw, the verse becomes ingrained in its head. If the target is concentrating on a spell, it must make a Constitution check with disadvantage against your spell save DC in order to maintain concentration.\n\nFor the spell’s duration, the target takes 2d4 psychic damage at the start of each of its turns as the melody plays over and over in its mind. The target repeats the saving throw at the end of each of its turns, ending the effect on a success. On a failed save, the target must also repeat the Constitution check with disadvantage if it is concentrating on a spell.\n",
            "higher_level": "If you cast this spell using a spell slot of 2nd level or higher, the damage increases by 1d4 for each slot level above 1st.",
            "page": "",
            "range": "30 feet",
            "target_range_sort": 30,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "enchantment",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "echoes-of-steel",
            "name": "Echoes of Steel",
            "desc": "When you hit a creature with a melee weapon attack, you can use a bonus action to cast echoes of steel. All creatures you designate within 30 feet of you take thunder damage equal to the damage from the melee attack, or half as much damage with a successful Constitution saving throw.",
            "higher_level": "",
            "page": "",
            "range": "Self (30-foot radius)",
            "target_range_sort": 0,
            "components": "S",
            "requires_verbal_components": false,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 bonus action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "evocation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "flickering-fate",
            "name": "Flickering Fate",
            "desc": "You or a creature that you touch can see a few seconds into the future. When the spell is cast, each other creature within 30 feet of the target must make a Wisdom saving throw. Those that fail must declare, in initiative order, what their next action will be. The target of the spell declares his or her action last, after hearing what all other creatures will do. Each creature that declared an action must follow its declaration as closely as possible when its turn comes. For the duration of the spell, the target has advantage on attack rolls, ability checks, and saving throws, and creatures that declared their actions have disadvantage on attack rolls against the target.",
            "higher_level": "",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 round",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "divination",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "forest-native",
            "name": "Forest Native",
            "desc": "While in a forest, you touch a willing creature and infuse it with the forest’s energy, creating a bond between the creature and the environment. For the duration of the spell, as long as the creature remains within the forest, its movement is not hindered by difficult terrain composed of natural vegetation. In addition, the creature has advantage on saving throws against environmental effects such as excessive heat or cold or high altitude.",
            "higher_level": "",
            "page": "",
            "range": "Touch",
            "target_range_sort": 1,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a clump of soil from a forest",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 hour",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "forest-sanctuary",
            "name": "Forest Sanctuary",
            "desc": "While in a forest, you create a protective, 200-foot cube centered on a point you can see within range. The atmosphere inside the cube has the lighting, temperature, and moisture that is most ideal for the forest, regardless of the lighting or weather outside the area. The cube is transparent, and creatures and objects can move freely through it. The cube protects the area inside it from storms, strong winds, and floods, including those created by magic such as [control weather](https://api.open5e.com/spells/control-weather)[control water](https://api.open5e.com/spells/control-water), or [meteor swarm](https://api.open5e.com/spells/meteor-swarm). Such spells can’t be cast while the spellcaster is in the cube.\n\nYou can create a permanently protected area by casting this spell at the same location every day for one year.",
            "higher_level": "",
            "page": "",
            "range": "300 feet",
            "target_range_sort": 300,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a bowl of fresh rainwater and a tree branch",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "24 hours",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 minute",
            "level": "9th-level",
            "level_int": 9,
            "spell_level": 9,
            "school": "abjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "form-of-the-gods",
            "name": "Form of the Gods",
            "desc": "By drawing on the energy of the gods, you can temporarily assume the form of your patron’s avatar. Form of the gods transforms you into an entirely new shape and brings about the following changes (summarized below and in the [avatar form](https://api.open5e.com/monsters/avatar-form) stat block).\n* Your size becomes Large, unless you were already at least that big.\n* You gain resistance to nonmagical bludgeoning, piercing, and slashing damage and to one other damage type of your choice.\n* You gain a Multiattack action option, allowing you to make two slam attacks and a bite.\n* Your ability scores change to reflect your new form, as shown in the stat block.\n\nYou remain in this form until you stop concentrating on the spell or until you drop to 0 hit points, at which time you revert to your natural form.",
            "higher_level": "",
            "page": "",
            "range": "Self",
            "target_range_sort": 0,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a holy symbol",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 hour",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "9th-level",
            "level_int": 9,
            "spell_level": 9,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "glimpse-of-the-void",
            "name": "Glimpse of the Void",
            "desc": "Muttering Void Speech, you force images of terror and nonexistence upon your foes. Each creature in a 30-foot cube centered on a point within range must make an Intelligence saving throw. On a failed save, the creature goes insane for the duration. While insane, a creature takes no actions other than to shriek, wail, gibber, and babble unintelligibly. The GM controls the creature’s movement, which is erratic.",
            "higher_level": "",
            "page": "",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a scrap of parchment with Void glyph scrawlings",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "8th-level",
            "level_int": 8,
            "spell_level": 8,
            "school": "enchantment",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "gluey-globule",
            "name": "Gluey Globule",
            "desc": "You make a ranged spell attack to hurl a large globule of sticky, magical glue at a creature within 120 feet. If the attack hits, the target creature is restrained. A restrained creature can break free by using an action to make a successful Strength saving throw. When the creature breaks free, it takes 2d6 slashing damage from the glue tearing its skin. If your ranged spell attack roll was a critical hit or exceeded the target’s AC by 5 or more, the Strength saving throw is made with disadvantage. The target can also be freed by an application of universal solvent or by taking 20 acid damage. The glue dissolves when the creature breaks free or at the end of 1 minute.\n\nAlternatively, **gluey globule** can also be used to glue an object to a solid surface or to another object. In this case, the spell works like a single application of [sovereign glue](https://api.open5e.com/spells/sovereign-glue) and lasts for 1 hour.",
            "higher_level": "",
            "page": "",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a drop of glue",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "1 minute or 1 hour",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "3rd-level",
            "level_int": 3,
            "spell_level": 3,
            "school": "conjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "icy-grasp-of-the-void",
            "name": "Icy Grasp of the Void",
            "desc": "You summon the cold, inky darkness of the Void into being around a creature that you can see. The target takes 10d10 cold damage and is restrained for the duration; a successful Constitution saving throw halves the damage and negates the restrained condition. A restrained creature gains one level of exhaustion at the start of each of its turns. Creatures immune to cold and that do not breathe do not gain exhaustion. A creature restrained in this way can repeat the saving throw at the end of each of its turns, ending the spell on a success.",
            "higher_level": "",
            "page": "",
            "range": "120 feet",
            "target_range_sort": 120,
            "components": "V, S",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Up to 1 minute",
            "concentration": "yes",
            "requires_concentration": true,
            "casting_time": "1 action",
            "level": "7th-level",
            "level_int": 7,
            "spell_level": 7,
            "school": "evocation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "instant-fortification",
            "name": "Instant Fortification",
            "desc": "Through this spell, you transform a miniature statuette of a keep into an actual fort. The fortification springs from the ground in an unoccupied space within range. It is a 10- foot cube (including floor and roof).\n\nEach wall has two arrow slits. One wall also includes a metal door with an [arcane lock](https://api.open5e.com/spells/arcane-lock) effect on it. You designate at the time of the fort’s creation which creatures can ignore the lock and enter the fortification. The door has AC 20 and 60 hit points, and it can be broken open with a successful DC 25 Strength (Athletics) check. The walls are made of stone (AC 15) and are immune to necrotic, poison, and psychic damage. Each 5-foot-square section of wall has 90 hit points. Reducing a section of wall to 0 hit points destroys it, allowing access to the inside of the fortification.\n",
            "higher_level": "When you cast this spell using a spell slot of 6th level or higher, you can increase the length or width of the fortification by 5 feet for each slot level above 5th. You can make a different choice (width or length) for each slot level above 5th.",
            "page": "",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "a statuette of a keep worth 250 gp, which is consumed in the casting",
            "can_be_cast_as_ritual": true,
            "ritual": "yes",
            "duration": "Permanent",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "5th-level",
            "level_int": 5,
            "spell_level": 5,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "instant-siege-weapon",
            "name": "Instant Siege Weapon",
            "desc": "With this spell, you instantly transform raw materials into a siege engine of Large size or smaller (the GM has information on this topic). The raw materials for the spell don’t need to be the actual components a siege weapon is normally built from; they just need to be manufactured goods made of the appropriate substances (typically including some form of finished wood and a few bits of worked metal) and have a gold piece value of no less than the weapon’s hit points.\n\nFor example, a mangonel has 100 hit points. **Instant siege weapon** will fashion any collection of raw materials worth at least 100 gp into a mangonel. Those materials might be lumber and fittings salvaged from a small house, or 100 gp worth of finished goods such as three wagons or two heavy crossbows. The spell also creates enough ammunition for ten shots, if the siege engine uses ammunition.\n",
            "higher_level": "When you cast this spell using a spell slot of 6th level, a Huge siege engine can be made; at 8th level, a Gargantuan siege engine can be made. In addition, for each slot level above 4th, the spell creates another ten shots’ worth of ammunition.",
            "page": "",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V, S, M",
            "requires_verbal_components": true,
            "requires_somatic_components": true,
            "requires_material_components": true,
            "material": "raw materials with a value in gp equal to the hit points of the siege weapon to be created",
            "can_be_cast_as_ritual": true,
            "ritual": "yes",
            "duration": "Permanent",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 action",
            "level": "4th-level",
            "level_int": 4,
            "spell_level": 4,
            "school": "transmutation",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        },
        {
            "slug": "kareefs-entreaty",
            "name": "Kareef’s Entreaty",
            "desc": "Your kind words offer hope and support to a fallen comrade. Choose a willing creature you can see within range that is about to make a death saving throw. The creature gains advantage on the saving throw, and if the result of the saving throw is 18 or higher, the creature regains 3d4 hit points immediately.\n",
            "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, the creature adds 1 to its death saving throw for every two slot levels above 1st and regains an additional 1d4 hit points for each slot level above 1st if its saving throw result is 18 or higher.",
            "page": "",
            "range": "60 feet",
            "target_range_sort": 60,
            "components": "V",
            "requires_verbal_components": true,
            "requires_somatic_components": false,
            "requires_material_components": false,
            "material": "",
            "can_be_cast_as_ritual": false,
            "ritual": "no",
            "duration": "Instantaneous",
            "concentration": "no",
            "requires_concentration": false,
            "casting_time": "1 reaction, which you take just before a creature makes a death saving throw",
            "level": "1st-level",
            "level_int": 1,
            "spell_level": 1,
            "school": "abjuration",
            "dnd_class": "",
            "spell_lists": [],
            "archetype": "",
            "circles": "",
            "document__slug": "dmag",
            "document__title": "Deep Magic 5e",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/"
        }
    ]
}