Spell List
list: API endpoint for returning a list of spells.
retrieve: API endpoint for returning a particular spell.
GET /v2/spells/?format=api&ordering=-name&page=18
{ "count": 1954, "next": "https://api-beta.open5e.com/v2/spells/?format=api&ordering=-name&page=19", "previous": "https://api-beta.open5e.com/v2/spells/?format=api&ordering=-name&page=17", "results": [ { "url": "https://api-beta.open5e.com/v2/spells/spells-that-dont-suck_lightning-leash/?format=api", "document": { "name": "Spells That Don't Suck", "key": "spells-that-dont-suck", "display_name": "Spells That Don't Suck", "publisher": { "name": "Somanyrobots", "key": "somanyrobots", "url": "https://api-beta.open5e.com/v2/publishers/somanyrobots/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf" }, "key": "spells-that-dont-suck_lightning-leash", "casting_options": [], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Sorcerer", "key": "srd_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "ft", "shape_size_unit": "feet", "name": "Lightning Leash", "desc": "You create a whip of crackling electricity and crack it outwards at a creature you choose that you can see within 30 feet. Make a melee spell attack. On a hit, the target takes 1d6 lightning damage and is ensnared by the lightning leash. If the target moves outside of the spell’s range before the start of your next turn, you can use your reaction to yank on the leash. The target must succeed on a Strength saving throw or take 1d6 lightning damage and have its speed halved until the start of your next turn. Once it is outside of the spell’s range, the leash dissipates.\n\nBoth damage rolls increase by 1d6 when you reach 5th level (2d6), 11th level (3d6), and 17th level (4d6).", "level": 0, "higher_level": "", "target_type": "creature", "range_text": "30 ft", "range": 30.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": true, "damage_roll": "1d6", "damage_types": [ "lightning" ], "duration": "1 round", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/srd-2024_lightning-bolt/?format=api", "document": { "name": "System Reference Document 5.2", "key": "srd-2024", "display_name": "5e 2024 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2024", "key": "5e-2024", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd-2024_lightning-bolt", "casting_options": [ { "type": "slot_level_4", "damage_roll": "9d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": "10d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": "11d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": "12d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": "13d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": "14d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Sorcerer", "key": "srd-2024_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_sorcerer/?format=api" }, { "name": "Wizard", "key": "srd-2024_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lightning Bolt", "desc": "A stroke of lightning forming a 100-foot-long, 5-foot-wide Line blasts out from you in a direction you choose. Each creature in the Line makes a Dexterity saving throw, taking 8d6 Lightning damage on a failed save or half as much damage on a successful one.", "level": 3, "higher_level": "The damage increases by 1d6 for each spell slot level above 3.", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a bit of fur and a crystal rod", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "8d6", "damage_types": [ "lightning" ], "duration": "instantaneous", "shape_type": "line", "shape_size": 5.0, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/srd_lightning-bolt/?format=api", "document": { "name": "System Reference Document 5.1", "key": "srd-2014", "display_name": "5e 2014 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd_lightning-bolt", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": "9d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": "10d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": "11d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": "12d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": "13d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": "14d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Sorcerer", "key": "srd_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lightning Bolt", "desc": "A stroke of lightning forming a line 100 feet long and 5 feet wide blasts out from you in a direction you choose. Each creature in the line must make a dexterity saving throw. A creature takes 8d6 lightning damage on a failed save, or half as much damage on a successful one. The lightning ignites flammable objects in the area that aren't being worn or carried.", "level": 3, "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the damage increases by 1d6 for each slot level above 3rd.", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "A bit of fur and a rod of amber, crystal, or glass.", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "8d6", "damage_types": [ "lightning" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/a5e-ag_lightning-bolt/?format=api", "document": { "name": "Adventurer's Guide", "key": "a5e-ag", "display_name": "Adventurer's Guide", "publisher": { "name": "EN Publishing", "key": "en-publishing", "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api" }, "gamesystem": { "name": "Advanced 5th Edition", "key": "a5e", "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api" }, "permalink": "https://a5esrd.com/a5esrd" }, "key": "a5e-ag_lightning-bolt", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lightning Bolt", "desc": "A bolt of lightning arcs out from you in a direction you choose. Each creature in the area takes 8d6 lightning damage. The lightning ignites flammable objects in its path that aren't worn or carried by another creature.\n\nIf the spell is stopped by an object at least as large as its width, it ends there unless it deals enough damage to break through. When it does, it continues to the end of its area.", "level": 3, "higher_level": "Damage increases by 1d6 for every slot level above 3rd.", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "8d6", "damage_types": [ "lightning" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/spells-that-dont-suck_lightning-beam/?format=api", "document": { "name": "Spells That Don't Suck", "key": "spells-that-dont-suck", "display_name": "Spells That Don't Suck", "publisher": { "name": "Somanyrobots", "key": "somanyrobots", "url": "https://api-beta.open5e.com/v2/publishers/somanyrobots/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf" }, "key": "spells-that-dont-suck_lightning-beam", "casting_options": [], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Sorcerer", "key": "srd_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lightning Beam", "desc": "A brilliant, blue-white beam of lightning flashes forth from your fingertips, forming a line 100 feet long and 5 feet wide in a direction you choose.\n\nYou can cause the beam to bounce once off of a solid, non-conductive object that you can see (such as a stone wall) in a new direction you choose equal to the beam’s remaining length. Each creature in the beam’s path must make a Dexterity saving throw. A target creature takes 4d12 lightning damage on a failure, or half as much damage on a success.\n\nThe lightning ignites flammable objects in the area that aren’t being worn or carried.", "level": 3, "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the damage increases by 1d12 for each slot level above 3rd.", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a piece of quartz and a bit of fine dust", "material_cost": "0.00", "material_consumed": false, "target_count": null, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "4d12", "damage_types": [ "lightning" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/toh_lightless-torch/?format=api", "document": { "name": "Tome of Heroes", "key": "toh", "display_name": "Tome of Heroes", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/" }, "key": "toh_lightless-torch", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_2", "damage_roll": null, "target_count": null, "duration": "3 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_3", "damage_roll": null, "target_count": null, "duration": "5 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": null, "target_count": null, "duration": "7 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": null, "target_count": null, "duration": "9 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": null, "target_count": null, "duration": "11 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": "13 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": "15 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": "17 hours", "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lightless Torch", "desc": "You touch one object that is no larger than 10 feet in any dimension. Until the spell ends, the object sheds a shadowy miasma in a 30-foot radius. A creature with darkvision inside the radius sees the area as if it were filled with bright light. The miasma doesn't shed light, and a creature with darkvision inside the radius can still see outside the radius as normal. A creature with darkvision outside the radius or a creature without darkvision sees only that the object is surrounded by wisps of shadow.\n Completely covering the affected object with an opaque object, such as a bowl or a helm, blocks the effect. Though the effect doesn't shed light, it can be dispelled if the area of a darkness spell overlaps the area of this spell.\n If you target an object held or worn by a hostile creature, that creature must succeed on a Dexterity saving throw to avoid the spell.", "level": 1, "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, the duration increases by 2 hours for each slot level above 1st.", "target_type": "object", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 hour", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/srd-2024_light/?format=api", "document": { "name": "System Reference Document 5.2", "key": "srd-2024", "display_name": "5e 2024 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2024", "key": "5e-2024", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd-2024_light", "casting_options": [], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Bard", "key": "srd-2024_bard", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_bard/?format=api" }, { "name": "Cleric", "key": "srd-2024_cleric", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_cleric/?format=api" }, { "name": "Sorcerer", "key": "srd-2024_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_sorcerer/?format=api" }, { "name": "Wizard", "key": "srd-2024_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Light", "desc": "You touch one Large or smaller object that isn't being worn or carried by someone else. Until the spell ends, the object sheds Bright Light in a 20-foot radius and Dim Light for an additional 20 feet. The light can be colored as you like. Covering the object with something opaque blocks the light. The spell ends if you cast it again.", "level": 0, "higher_level": "", "target_type": "creature", "range_text": "Touch", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": false, "material": true, "material_specified": "a firefly or phosphorescent moss", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 hour", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/srd_light/?format=api", "document": { "name": "System Reference Document 5.1", "key": "srd-2014", "display_name": "5e 2014 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd_light", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Bard", "key": "srd_bard", "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api" }, { "name": "Cleric", "key": "srd_cleric", "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api" }, { "name": "Sorcerer", "key": "srd_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Light", "desc": "You touch one object that is no larger than 10 feet in any dimension. Until the spell ends, the object sheds bright light in a 20-foot radius and dim light for an additional 20 feet. The light can be colored as you like. Completely covering the object with something opaque blocks the light. The spell ends if you cast it again or dismiss it as an action. If you target an object held or worn by a hostile creature, that creature must succeed on a dexterity saving throw to avoid the spell.", "level": 0, "higher_level": "", "target_type": "object", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": false, "material": true, "material_specified": "A firefly or phosphorescent moss.", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 hour", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/a5e-ag_light/?format=api", "document": { "name": "Adventurer's Guide", "key": "a5e-ag", "display_name": "Adventurer's Guide", "publisher": { "name": "EN Publishing", "key": "en-publishing", "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api" }, "gamesystem": { "name": "Advanced 5th Edition", "key": "a5e", "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api" }, "permalink": "https://a5esrd.com/a5esrd" }, "key": "a5e-ag_light", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Light", "desc": "Until the spell ends, the target emits bright light in a 20-foot radius and dim light an additional 20 feet. Light emanating from the target may be any color. Completely covering the target with something that is not transparent blocks the light. The spell ends when you use an action to dismiss it or if you cast it again.", "level": 0, "higher_level": "", "target_type": "object", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": false, "material": true, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 hour", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_life-from-death/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_life-from-death", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": "3d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": "4d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": "5d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": "6d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": "7d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": "8d6", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Necromancy", "key": "necromancy", "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Life from Death", "desc": "Your touch can siphon energy from undead to heal your wounds. Make a melee spell attack against an undead creature within your reach. On a hit, the target takes 2d6 radiant damage, and you or an ally within 30 feet of you regains hit points equal to half the amount of radiant damage dealt. If used on an ally, this effect can restore the ally to no more than half of the ally's hit point maximum. This effect can't heal an undead or a construct. Until the spell ends, you can make the attack again on each of your turns as an action.", "level": 3, "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the damage increases by 1d6 for each slot level above 3rd.", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": true, "damage_roll": "2d6", "damage_types": [ "radiant" ], "duration": "1 minute", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_life-transference-arrow/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_life-transference-arrow", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_2", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_3", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Necromancy", "key": "necromancy", "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Life Transference Arrow", "desc": "You create a glowing arrow of necrotic magic and command it to strike a creature you can see within range. The arrow can have one of two effects; you choose which at the moment of casting. If you make a successful ranged spell attack, you and the target experience the desired effect. If the attack misses, the spell fails.\n* The arrow deals 2d6 necrotic damage to the target, and you heal the same amount of hit points.\n* You take 2d6 necrotic damage, and the target heals the same amount of hit points.\n", "level": 1, "higher_level": "When you cast this spell using a spell slot of 2nd level or higher, the spell’s damage and hit points healed increase by 1d6 for each slot level above 1st.", "target_type": "creature", "range_text": "120 feet", "range": 120.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_life-sense/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_life-sense", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Life Sense", "desc": "For the duration, you can sense the location of any creature that isn’t a construct or an undead within 30 feet of you, regardless of impediments to your other senses. This spell doesn’t sense creatures that are dead. A creature trying to hide its life force from you can make a Charisma saving throw. On a success, you can’t sense the creature with this casting of the spell. If you cast the spell again, the creature must make the saving throw again to remain hidden from your senses.", "level": 3, "higher_level": "", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a clear piece of quartz", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "charisma", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "10 minutes", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_life-hack/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_life-hack", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Necromancy", "key": "necromancy", "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Life Hack", "desc": "Choose up to five creatures that you can see within range. Each of the creatures gains access to a pool of temporary hit points that it can draw upon over the spell’s duration or until the pool is used up. The pool contains 120 temporary hit points. The number of temporary hit points each individual creature can draw is determined by dividing 120 by the number of creatures with access to the pool. Hit points are drawn as a bonus action by the creature gaining the temporary hit points. Any number can be drawn at once, up to the maximum allowed.\n\nA creature can’t draw temporary hit points from the pool while it has temporary hit points from any source, including a previous casting of this spell.", "level": 8, "higher_level": "", "target_type": "creature", "range_text": "30 feet", "range": 30.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a ruby worth 500 gp, which is consumed during the casting", "material_cost": null, "material_consumed": false, "target_count": 5, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 hour", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_life-drain/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_life-drain", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Life Drain", "desc": "With a snarled word of Void Speech, you create a swirling vortex of purple energy. Choose a point you can see within range. Creatures within 15 feet of the point take 10d6 necrotic damage, or half that damage with a successful Constitution saving throw. For each creature damaged by the spell, you can choose one other creature within range, including yourself, that is not a construct or undead. The secondary targets regain hit points equal to half the necrotic damage you dealt.\n", "level": 6, "higher_level": "When you cast this spell using a spell slot of 7th level or higher, the vortex’s damage increases by 1d6 for each slot level above 6th.", "target_type": "point", "range_text": "90 feet", "range": 90.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/spells-that-dont-suck_life-drain/?format=api", "document": { "name": "Spells That Don't Suck", "key": "spells-that-dont-suck", "display_name": "Spells That Don't Suck", "publisher": { "name": "Somanyrobots", "key": "somanyrobots", "url": "https://api-beta.open5e.com/v2/publishers/somanyrobots/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf" }, "key": "spells-that-dont-suck_life-drain", "casting_options": [], "school": { "name": "Necromancy", "key": "necromancy", "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?format=api" }, "classes": [ { "name": "Sorcerer", "key": "srd_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "ft", "shape_size_unit": "feet", "name": "Life Drain", "desc": "You send tendrils of necrotic energy out, sucking the life essence from your foes. Select up to three creatures within range that aren’t constructs or undead. Make a ranged spell attack against each target, dealing 3d6 necrotic damage on a hit. You regain hit points equal to half the damage dealt.", "level": 3, "higher_level": "When you cast this spell using a spell slot of 5th level or higher, the damage increases by 1d6 for every two slot levels above 5th.", "target_type": "creature", "range_text": "30 ft", "range": 30.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 3, "saving_throw_ability": "", "attack_roll": true, "damage_roll": "3d6", "damage_types": [ "necrotic" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/toh_life-burst/?format=api", "document": { "name": "Tome of Heroes", "key": "toh", "display_name": "Tome of Heroes", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/" }, "key": "toh_life-burst", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Life Burst", "desc": "You make a jubilant shout when you cast this spell, releasing your stores of divine energy in a wave of healing. You distribute the remaining power of your Lay on Hands to allies within 30 feet of you, restoring hit points and curing diseases and poisons. This healing energy removes diseases and poisons first (starting with the nearest ally), removing 5 hit points from the hit point total for each disease or poison cured, until all the points are spent or all diseases and poisons are cured. If any hit points remain, you regain hit points equal to that amount.\n This spell expends all of the healing energy in your Lay on Hands, which replenishes, as normal, when you finish a long rest.", "level": 5, "higher_level": "", "target_type": "point", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "reaction", "reaction_condition": "which you take when you are reduced to 0 hit points", "verbal": true, "somatic": false, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_ley-whip/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_ley-whip", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Whip", "desc": "You channel the power of a ley line within 1 mile into a crackling tendril of multicolored ley energy. The tendril extends from your hand but doesn't interfere with your ability to hold or manipulate objects. When you cast the spell and as a bonus action on subsequent turns, you can direct the tendril to strike a target within 50 feet of you. Make a melee spell attack; on a hit, the tendril does 3d8 force damage and the target must make a Strength saving throw. If the saving throw fails, you can push the target away or pull it closer, up to 10 feet in either direction. Special. A geomancer with a bound ley line can cast this spell as long as he or she is on the same plane as the bound line.", "level": 6, "higher_level": "", "target_type": "object", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "bonus-action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "strength", "attack_roll": true, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_ley-surge/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_ley-surge", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Surge", "desc": "You unleash the power of a ley line within 5 miles, releasing a spark that flares into a 30-foot sphere centered around a point within 150 feet of you. Each creature in the sphere takes 14d6 force damage and is stunned for 1 minute; a successful Constitution saving throw halves the damage and negates the stun. A stunned creature repeats the saving throw at the end of its turn, ending the effect on itself on a success. Special. A geomancer with a bound ley line can cast this spell as long as he or she is on the same plane as the bound line.", "level": 9, "higher_level": "", "target_type": "point", "range_text": "150 feet", "range": 150.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": false, "damage_roll": "14d6", "damage_types": [ "force" ], "duration": "instantaneous", "shape_type": "sphere", "shape_size": 30.0, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_ley-storm/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_ley-storm", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Conjuration", "key": "conjuration", "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Storm", "desc": "A roiling stormcloud of ley energy forms, centered around a point you can see and extending horizontally to a radius of 360 feet, with a thickness of 30 feet. Shifting color shoots through the writhing cloud, and thunder roars out of it. Each creature under the cloud at the moment when it's created (no more than 5,000 feet beneath it) takes 2d6 thunder damage and is disruptive aura spell. Rounds 5-10. Flashes of multicolored light burst through and out of the cloud, causing creatures to have disadvantage on Wisdom (Perception) checks that rely on sight while they are beneath the cloud. In addition, each round, you trigger a burst of energy that fills a 20-foot sphere centered on a point you can see beneath the cloud. Each creature in the sphere takes 4d8 force damage (no saving throw). Special. A geomancer who casts this spell regains 4d10 hit points.", "level": 9, "higher_level": "", "target_type": "point", "range_text": "Special", "range": 0.2, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "wisdom", "attack_roll": false, "damage_roll": "2d6", "damage_types": [ "thunder" ], "duration": "1 minute", "shape_type": "sphere", "shape_size": 20.0, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_ley-sense/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_ley-sense", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Sense", "desc": "You tune your senses to the pulse of ambient ley energy flowing through the world. For the duration, you gain tremorsense with a range of 20 feet and you are instantly aware of the presence of any ley line within 5 miles. You know the distance and direction to every ley line within that range.", "level": 3, "higher_level": "", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "10 minutes", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_ley-leech/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_ley-leech", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": "9d10", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": "10d10", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": "11d10", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": "12d10", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Necromancy", "key": "necromancy", "url": "https://api-beta.open5e.com/v2/spellschools/necromancy/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Leech", "desc": "You channel destructive ley energy through your touch. Make a melee spell attack against a creature within your reach. The target takes 8d10 necrotic damage and must succeed on a Constitution saving throw or have disadvantage on attack rolls, saving throws, and ability checks. An affected creature repeats the saving throw at the end of its turn, ending the effect on itself with a success. This spell has no effect against constructs or undead.", "level": 5, "higher_level": "When you cast this spell using a spell slot of 6th level or higher, the spell's damage increases by 1d10 for each slot level above 5th.", "target_type": "creature", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": true, "damage_roll": "8d10", "damage_types": [ "necrotic" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_ley-energy-bolt/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_ley-energy-bolt", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": "6d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": "7d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": "8d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": "9d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": "10d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": "11d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Energy Bolt", "desc": "You transform ambient ley power into a crackling bolt of energy 100 feet long and 5 feet wide. Each creature in the line takes 5d8 force damage, or half damage with a successful Dexterity saving throw. The bolt passes through the first inanimate object in its path, and creatures on the other side of the obstacle receive no bonus to their saving throw from cover. The bolt stops if it strikes a second object.", "level": 3, "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the bolt's damage increases by 1d8 for each slot level above 3rd.", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": false, "somatic": true, "material": true, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "5d8", "damage_types": [ "force" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/kp_ley-disturbance/?format=api", "document": { "name": "Kobold Press Compilation", "key": "kp", "display_name": "Kobold Press Compilation", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/" }, "key": "kp_ley-disturbance", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Disturbance", "desc": "Deep Magic: forest-bound While in your bound forest, you tune your senses to any disturbances of ley energy flowing through it. For the duration, you are aware of any ley line manipulation or ley spell casting within 5 miles of you. You know the approximate distance and general direction to each disturbance within that range, but you don't know its exact location. This doesn't allow you to locate the ley lines themselves, just any use or modification of them.", "level": 3, "higher_level": "", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 hour", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_ley-disruption/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_ley-disruption", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Ley Disruption", "desc": "You create a 15-foot-radius sphere filled with disruptive ley energy. The sphere is centered around a point you can see within range. Surfaces inside the sphere shift erratically, becoming difficult terrain for the duration. Any creature in the area when it appears, that starts its turn in the area, or that enters the area for the first time on a turn must succeed on a Dexterity saving throw or fall prone. If you cast this spell in an area within the influence of a ley line, creatures have disadvantage on their saving throws against its effect. Special. A geomancer with a bound ley line is “within the influence of a ley line” for purposes of ley disruption as long as he or she is on the same plane as the bound line.", "level": 2, "higher_level": "", "target_type": "point", "range_text": "50 feet", "range": 50.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": "sphere", "shape_size": 15.0, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/srd-2024_levitate/?format=api", "document": { "name": "System Reference Document 5.2", "key": "srd-2024", "display_name": "5e 2024 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2024", "key": "5e-2024", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd-2024_levitate", "casting_options": [], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [ { "name": "Sorcerer", "key": "srd-2024_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_sorcerer/?format=api" }, { "name": "Wizard", "key": "srd-2024_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Levitate", "desc": "One creature or loose object of your choice that you can see within range rises vertically up to 20 feet and remains suspended there for the duration. The spell can levitate an object that weighs up to 500 pounds. An unwilling creature that succeeds on a Constitution saving throw is unaffected. The target can move only by pushing or pulling against a fixed object or surface within reach (such as a wall or a ceiling), which allows it to move as if it were climbing. You can change the target's altitude by up to 20 feet in either direction on your turn. If you are the target, you can move up or down as part of your move. Otherwise, you can take a Magic action to move the target, which must remain within the spell's range. When the spell ends, the target floats gently to the ground if it is still aloft.", "level": 2, "higher_level": "", "target_type": "creature", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a metal spring", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "10 minute", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/srd_levitate/?format=api", "document": { "name": "System Reference Document 5.1", "key": "srd-2014", "display_name": "5e 2014 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd_levitate", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [ { "name": "Sorcerer", "key": "srd_sorcerer", "url": "https://api-beta.open5e.com/v2/classes/srd_sorcerer/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Levitate", "desc": "One creature or object of your choice that you can see within range rises vertically, up to 20 feet, and remains suspended there for the duration. The spell can levitate a target that weighs up to 500 pounds. An unwilling creature that succeeds on a constitution saving throw is unaffected. The target can move only by pushing or pulling against a fixed object or surface within reach (such as a wall or a ceiling), which allows it to move as if it were climbing. You can change the target's altitude by up to 20 feet in either direction on your turn. If you are the target, you can move up or down as part of your move. Otherwise, you can use your action to move the target, which must remain within the spell's range. When the spell ends, the target floats gently to the ground if it is still aloft.", "level": 2, "higher_level": "", "target_type": "creature", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "Either a small leather loop or a piece of golden wire bent into a cup shape with a long shank on one end.", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "10 minutes", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/a5e-ag_levitate/?format=api", "document": { "name": "Adventurer's Guide", "key": "a5e-ag", "display_name": "Adventurer's Guide", "publisher": { "name": "EN Publishing", "key": "en-publishing", "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api" }, "gamesystem": { "name": "Advanced 5th Edition", "key": "a5e", "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api" }, "permalink": "https://a5esrd.com/a5esrd" }, "key": "a5e-ag_levitate", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Levitate", "desc": "Until the spell ends, the target rises vertically in the air up to 20 feet and remains floating there, able to move only by pushing or pulling on fixed objects or surfaces within its reach. This allows the target to move as if it was climbing.\n\nOn subsequent turns, you can use your action to alter the target's altitude by up to 20 feet in either direction so long as it remains within range. If you have targeted yourself you may move up or down as part of your movement.\n\nThe target floats gently to the ground if it is still in the air when the spell ends.", "level": 2, "higher_level": "When using a 5th-level spell slot the target can levitate or come to the ground at will. When using a 7th-level spell slot its duration increases to 1 hour and it no longer requires concentration.", "target_type": "object", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "10 minutes", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/srd-2024_lesser-restoration/?format=api", "document": { "name": "System Reference Document 5.2", "key": "srd-2024", "display_name": "5e 2024 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2024", "key": "5e-2024", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd-2024_lesser-restoration", "casting_options": [], "school": { "name": "Abjuration", "key": "abjuration", "url": "https://api-beta.open5e.com/v2/spellschools/abjuration/?format=api" }, "classes": [ { "name": "Bard", "key": "srd-2024_bard", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_bard/?format=api" }, { "name": "Cleric", "key": "srd-2024_cleric", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_cleric/?format=api" }, { "name": "Druid", "key": "srd-2024_druid", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_druid/?format=api" }, { "name": "Paladin", "key": "srd-2024_paladin", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_paladin/?format=api" }, { "name": "Ranger", "key": "srd-2024_ranger", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_ranger/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lesser Restoration", "desc": "You touch a creature and end one condition on it: Blinded, Deafened, Paralyzed, or Poisoned.", "level": 2, "higher_level": "", "target_type": "creature", "range_text": "Touch", "range": 0.0, "ritual": false, "casting_time": "bonus_action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/srd_lesser-restoration/?format=api", "document": { "name": "System Reference Document 5.1", "key": "srd-2014", "display_name": "5e 2014 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd_lesser-restoration", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Abjuration", "key": "abjuration", "url": "https://api-beta.open5e.com/v2/spellschools/abjuration/?format=api" }, "classes": [ { "name": "Bard", "key": "srd_bard", "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api" }, { "name": "Cleric", "key": "srd_cleric", "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api" }, { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Ranger", "key": "srd_ranger", "url": "https://api-beta.open5e.com/v2/classes/srd_ranger/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lesser Restoration", "desc": "You touch a creature and can end either one disease or one condition afflicting it. The condition can be blinded, deafened, paralyzed, or poisoned.", "level": 2, "higher_level": "", "target_type": "creature", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/a5e-ag_lesser-restoration/?format=api", "document": { "name": "Adventurer's Guide", "key": "a5e-ag", "display_name": "Adventurer's Guide", "publisher": { "name": "EN Publishing", "key": "en-publishing", "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api" }, "gamesystem": { "name": "Advanced 5th Edition", "key": "a5e", "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api" }, "permalink": "https://a5esrd.com/a5esrd" }, "key": "a5e-ag_lesser-restoration", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Abjuration", "key": "abjuration", "url": "https://api-beta.open5e.com/v2/spellschools/abjuration/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lesser Restoration", "desc": "Your glowing hand removes one disease or condition affecting the target. Choose from blinded, deafened, paralyzed, or poisoned. At the Narrator's discretion, some diseases might not be curable with this spell.", "level": 2, "higher_level": "", "target_type": "creature", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_lesser-maze/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_lesser-maze", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Conjuration", "key": "conjuration", "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lesser Maze", "desc": "This spell functions as [maze](https://api.open5e.com/spells/maze), but the target can resist being sent to the extradimensional prison with a successful Intelligence saving throw. In addition, the maze is easier to navigate, requiring only a DC 12 Intelligence check to escape.", "level": 3, "higher_level": "", "target_type": "creature", "range_text": "30 feet", "range": 30.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "intelligence", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_lesser-ley-pulse/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_lesser-ley-pulse", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lesser Ley Pulse", "desc": "You set up ley energy vibrations in a 10-foot cube within range, and name one type of damage. Each creature in the area must make a successful Wisdom saving throw or lose resistance to the chosen damage type for the duration of the spell.", "level": 5, "higher_level": "When you cast this spell using a 7th-level spell slot, choose two damage types instead of one.", "target_type": "creature", "range_text": "30 feet", "range": 30.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "wisdom", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": "cube", "shape_size": 10.0, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/kp_lesser-ley-protection/?format=api", "document": { "name": "Kobold Press Compilation", "key": "kp", "display_name": "Kobold Press Compilation", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/" }, "key": "kp_lesser-ley-protection", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Abjuration", "key": "abjuration", "url": "https://api-beta.open5e.com/v2/spellschools/abjuration/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lesser Ley Protection", "desc": "Deep Magic: forest-bound You create a 10-foot cube of antimagic within range that specifically protects against ley line magic. Ley line spells and magical effects up to level 5 that target a creature within the cube have no effect on that target. Any active ley line spells or magical effects up to level 5 on a creature or an object in the cube is suppressed while the creature or object is in it. The area of a ley line spell or magical effect up to level 5 can't extend into the cube. If the cube overlaps an area of ley line magic, such as lesser ley pulse, the part of the area that is covered by the cube is suppressed. The cube has no effect on other types of magic or spells. You can exclude specific individuals within the cube from the protection.", "level": 5, "higher_level": "When you cast this spell using a spell slot of 7th level or higher, its duration is concentration, up to 1 hour.", "target_type": "creature", "range_text": "30 feet", "range": 30.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": "line", "shape_size": 10.0, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/toh_less-fool-i/?format=api", "document": { "name": "Tome of Heroes", "key": "toh", "display_name": "Tome of Heroes", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/" }, "key": "toh_less-fool-i", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_2", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_3", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": null, "target_count": null, "duration": "1 hour", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": null, "target_count": null, "duration": "8 hours", "range": null, "concentration": false, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": null, "target_count": null, "duration": "8 hours", "range": null, "concentration": false, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": "24 hours", "range": null, "concentration": false, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": "24 hours", "range": null, "concentration": false, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": "1 year", "range": null, "concentration": false, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Less Fool, I", "desc": "A creature you touch becomes less susceptible to lies and magical influence. For the duration, other creatures have disadvantage on Charisma checks to influence the protected creature, and the creature has advantage on spells that cause it to become charmed or frightened.", "level": 1, "higher_level": "If you cast this spell using a spell slot of 3rd level or higher, the duration is concentration, up to 1 hour. If you use a spell slot of 5th level or higher, the duration is 8 hours. If you use a spell slot of 7th level or higher, the duration is 24 hours. If you use a 9th level spell slot, the duration is 1 year. Using a spell slot of 5th level or higher grants a duration that doesn't require concentration.", "target_type": "creature", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "10 minutes", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/a5e-ag_lemure-transformation/?format=api", "document": { "name": "Adventurer's Guide", "key": "a5e-ag", "display_name": "Adventurer's Guide", "publisher": { "name": "EN Publishing", "key": "en-publishing", "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api" }, "gamesystem": { "name": "Advanced 5th Edition", "key": "a5e", "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api" }, "permalink": "https://a5esrd.com/a5esrd" }, "key": "a5e-ag_lemure-transformation", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lemure Transformation", "desc": "Your body melts into a humanoid-shaped mass of liquid flesh. Each creature within 5 feet of you that can see the transformation must make a Wisdom saving throw. On a failure, the creature can't take reactions and is frightened of you until the start of its next turn. Until the end of your turn, your Speed becomes 20 feet, you can't speak, and you can move through spaces as narrow as 1 inch wide without squeezing. You revert to your normal form at the end of your turn.", "level": 2, "higher_level": "", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "bonus-action", "reaction_condition": null, "verbal": true, "somatic": false, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "wisdom", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 turn", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_legion-of-rabid-squirrels/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_legion-of-rabid-squirrels", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Conjuration", "key": "conjuration", "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Legion of Rabid Squirrels", "desc": "While in a forest, you call a legion of rabid squirrels to descend from the nearby trees at a point you can see within range. The squirrels form into a swarm that uses the statistics of a [swarm of poisonous snakes](https://api.open5e.com/monsters/swarm-of-poisonous-snakes), except it has a climbing speed of 30 feet rather than a swimming speed. The legion of squirrels is friendly to you and your companions. Roll initiative for the legion, which has its own turns. The legion of squirrels obeys your verbal commands (no action required by you). If you don’t issue any commands to the legion, it defends itself from hostile creatures but otherwise takes no actions. If you command it to move farther than 60 feet from you, the spell ends and the legion disperses back into the forest. A canid, such as a dog, wolf, fox, or worg, has disadvantage on attack rolls against targets other than the legion of rabid squirrels while the swarm is within 60 feet of the creature. When the spell ends, the squirrels disperse back into the forest.\n", "level": 3, "higher_level": "When you cast this spell using a spell slot of 4th level or higher, the legion’s poison damage increases by 1d6 for each slot level above 3rd.", "target_type": "point", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "an acorn or nut", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_legion/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_legion", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Conjuration", "key": "conjuration", "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Legion", "desc": "You call down a legion of shadowy soldiers in a 10-foot cube. Their features resemble a mockery of once-living creatures. Whenever a creature starts its turn inside the cube or within 5 feet of it, or enters the cube for the first time on its turn, the conjured shades make an attack using your melee spell attack modifier; on a hit, the target takes 3d8 necrotic damage. The space inside the cube is difficult terrain.", "level": 3, "higher_level": "", "target_type": "creature", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a toy soldier", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "3d8", "damage_types": [ "necrotic" ], "duration": "1 minute", "shape_type": "cube", "shape_size": 10.0, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/srd-2024_legend-lore/?format=api", "document": { "name": "System Reference Document 5.2", "key": "srd-2024", "display_name": "5e 2024 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2024", "key": "5e-2024", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd-2024_legend-lore", "casting_options": [], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [ { "name": "Bard", "key": "srd-2024_bard", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_bard/?format=api" }, { "name": "Cleric", "key": "srd-2024_cleric", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_cleric/?format=api" }, { "name": "Wizard", "key": "srd-2024_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd-2024_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Legend Lore", "desc": "Name or describe a famous person, place, or object. The spell brings to your mind a brief summary of the significant lore about that famous thing, as described by the GM. The lore might consist of important details, amusing revelations, or even secret lore that has never been widely known. The more information you already know about the thing, the more precise and detailed the information you receive is. That information is accurate but might be couched in figurative language or poetry, as determined by the GM. If the famous thing you chose isn't actually famous, you hear sad musical notes played on a trombone, and the spell fails.", "level": 5, "higher_level": "", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "minute", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "incense worth 250+ GP, which the spell consumes, and four ivory strips worth 50+ GP each", "material_cost": null, "material_consumed": true, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/srd_legend-lore/?format=api", "document": { "name": "System Reference Document 5.1", "key": "srd-2014", "display_name": "5e 2014 Rules", "publisher": { "name": "Wizards of the Coast", "key": "wizards-of-the-coast", "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://dnd.wizards.com/resources/systems-reference-document" }, "key": "srd_legend-lore", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [ { "name": "Bard", "key": "srd_bard", "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api" }, { "name": "Cleric", "key": "srd_cleric", "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Legend Lore", "desc": "Name or describe a person, place, or object. The spell brings to your mind a brief summary of the significant lore about the thing you named. The lore might consist of current tales, forgotten stories, or even secret lore that has never been widely known. If the thing you named isn't of legendary importance, you gain no information. The more information you already have about the thing, the more precise and detailed the information you receive is. The information you learn is accurate but might be couched in figurative language. For example, if you have a mysterious magic axe on hand, the spell might yield this information: \"Woe to the evildoer whose hand touches the axe, for even the haft slices the hand of the evil ones. Only a true Child of Stone, lover and beloved of Moradin, may awaken the true powers of the axe, and only with the sacred word Rudnogg on the lips.\"", "level": 5, "higher_level": "", "target_type": "object", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "10minutes", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "Incense worth 250 inches that fate consumes and four sticks of ivory worth 50 gp each.", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/a5e-ag_legend-lore/?format=api", "document": { "name": "Adventurer's Guide", "key": "a5e-ag", "display_name": "Adventurer's Guide", "publisher": { "name": "EN Publishing", "key": "en-publishing", "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api" }, "gamesystem": { "name": "Advanced 5th Edition", "key": "a5e", "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api" }, "permalink": "https://a5esrd.com/a5esrd" }, "key": "a5e-ag_legend-lore", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Legend Lore", "desc": "You learn significant information about the target. This could range from the most up-todate research, lore forgotten in old tales, or even previously unknown information. The spell gives you additional, more detailed information if you already have some knowledge of the target. The spell will not return any information for items not of legendary renown.\n\nThe knowledge you gain is always true, but may be obscured by metaphor, poetic language, or verse.\n\nIf you use the spell for a cursed tome, for instance, you may gain knowledge of the dire words spoken by its creator as they brought it into the world.", "level": 5, "higher_level": "Your intuition surrounding the target is enhanced and you gain advantage on one Investigation check regarding it for each slot level above 6th.", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "10minutes", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_legend-killer/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_legend-killer", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Legend Killer", "desc": "You tap into the life force of a creature that is capable of performing legendary actions. When you cast the spell, the target must make a successful Constitution saving throw or lose the ability to take legendary actions for the spell’s duration. A creature can’t use legendary resistance to automatically succeed on the saving throw against this spell. An affected creature can repeat the saving throw at the end of each of its turns, regaining 1 legendary action on a successful save. The target continues repeating the saving throw until the spell ends or it regains all its legendary actions.", "level": 7, "higher_level": "", "target_type": "creature", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a silver scroll describing the spell’s target worth at least 1,000 gp, which the spell consumes", "material_cost": "1000.00", "material_consumed": true, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": null, "shape_size": null, "concentration": true }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_lay-to-rest/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_lay-to-rest", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lay to Rest", "desc": "A pulse of searing light rushes out from you. Each undead creature within 15 feet of you must make a Constitution saving throw. A target takes 8d6 radiant damage on a failed save, or half as much damage on a successful one.\n An undead creature reduced to 0 hit points by this spell disintegrates in a burst of radiant motes, leaving anything it was wearing or carrying in a space it formerly occupied.", "level": 5, "higher_level": "", "target_type": "creature", "range_text": "Self", "range": 0.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a pinch of grave dirt", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": false, "damage_roll": "8d6", "damage_types": [ "radiant" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_lava-stone/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_lava-stone", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lava Stone", "desc": "When you cast **lava stone** on a piece of sling ammo, the stone or bullet becomes intensely hot. As a bonus action, you can launch the heated stone with a sling: the stone increases in size and melts into a glob of lava while in flight. Make a ranged spell attack against the target. If it hits, the target takes 1d8 bludgeoning damage plus 6d6 fire damage. The target takes additional fire damage at the start of each of your next three turns, starting with 4d6, then 2d6, and then 1d6. The additional damage can be avoided if the target or an ally within 5 feet of the target scrapes off the lava. This is done by using an action to make a successful Wisdom (Medicine) check against your spellcasting save DC. The spell ends if the heated sling stone isn’t used immediately.", "level": 4, "higher_level": "", "target_type": "creature", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": false, "material": true, "material_specified": "a sling stone", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": true, "damage_roll": "1d8", "damage_types": [ "bludgeoning" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_last-rays-of-the-dying-sun/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_last-rays-of-the-dying-sun", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Last Rays of the Dying Sun", "desc": "A burst of searing heat explodes from you, dealing 6d6 fire damage to all enemies within range. Immediately afterward, a wave of frigid cold rolls across the same area, dealing 6d6 cold damage to enemies. A creature that makes a successful Dexterity saving throw takes half the damage.\n", "level": 7, "higher_level": "When you cast this spell using a spell slot of 8th or 9th level, the damage from both waves increases by 1d6 for each slot level above 7th.", "target_type": "area", "range_text": "40 feet", "range": 40.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/spells-that-dont-suck_lashing-vine/?format=api", "document": { "name": "Spells That Don't Suck", "key": "spells-that-dont-suck", "display_name": "Spells That Don't Suck", "publisher": { "name": "Somanyrobots", "key": "somanyrobots", "url": "https://api-beta.open5e.com/v2/publishers/somanyrobots/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://www.somanyrobots.com/s/Spells-That-Dont-Suck-compressed.pdf" }, "key": "spells-that-dont-suck_lashing-vine", "casting_options": [], "school": { "name": "Conjuration", "key": "conjuration", "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Ranger", "key": "srd_ranger", "url": "https://api-beta.open5e.com/v2/classes/srd_ranger/?format=api" } ], "range_unit": "ft", "shape_size_unit": "feet", "name": "Lashing Vine", "desc": "You cause a magical vine to burst forth from the ground, wall, or ceiling in an unoccupied space of your choice that you can see within range. The vine is an object that has an AC and hit points equal to your spell save DC. When you cast this spell, and as a bonus action on your subsequent turns for the duration, you can direct the vine to pull a Large or smaller creature within 30 feet of it that you can see. That creature must succeed on a Dexterity saving throw or be pulled 20 feet directly toward the vine. The spell ends if you cast it again or dismiss it as an action.", "level": 2, "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the range and distance the vine can pull a creature increases by 10 feet for each slot level above 2nd. If you cast this spell using a spell slot of 4th level or higher, the vine can attempt to pull a Huge or smaller creature.", "target_type": "area", "range_text": "30 ft", "range": 30.0, "ritual": false, "casting_time": "minute", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "dexterity", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 minute", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepmx_land-bond/?format=api", "document": { "name": "Deep Magic Extended", "key": "deepmx", "display_name": "Deep Magic Extended", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/deepmagic" }, "key": "deepmx_land-bond", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Transmutation", "key": "transmutation", "url": "https://api-beta.open5e.com/v2/spellschools/transmutation/?format=api" }, "classes": [ { "name": "Druid", "key": "srd_druid", "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api" }, { "name": "Warlock", "key": "srd_warlock", "url": "https://api-beta.open5e.com/v2/classes/srd_warlock/?format=api" }, { "name": "Wizard", "key": "srd_wizard", "url": "https://api-beta.open5e.com/v2/classes/srd_wizard/?format=api" } ], "range_unit": "feet", "shape_size_unit": "feet", "name": "Land Bond", "desc": "You touch a willing creature and infuse it with ley energy, creating a bond between the creature and the land. For the duration of the spell, if the target is in contact with the ground, the target has advantage on saving throws and ability checks made to avoid being moved or knocked prone against its will. Additionally, the creature ignores nonmagical difficult terrain and is immune to effects from extreme environments such as heat, cold (but not cold or fire damage), and altitude.", "level": 1, "higher_level": "", "target_type": "creature", "range_text": "Touch", "range": 0.1, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "1 hour", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/toh_lance/?format=api", "document": { "name": "Tome of Heroes", "key": "toh", "display_name": "Tome of Heroes", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/" }, "key": "toh_lance", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Conjuration", "key": "conjuration", "url": "https://api-beta.open5e.com/v2/spellschools/conjuration/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lance", "desc": "You create a shimmering lance of force and hurl it toward a creature you can see within range. Make a ranged spell attack against the target. On a hit, the target takes 5d6 force damage, and it is restrained by the lance until the end of its next turn.", "level": 2, "higher_level": "", "target_type": "creature", "range_text": "30 feet", "range": 30.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": false, "material_specified": "", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "", "attack_roll": true, "damage_roll": "5d6", "damage_types": [ "force" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_lair-sense/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_lair-sense", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "ritual", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_3", "damage_roll": null, "target_count": null, "duration": "36 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": null, "target_count": null, "duration": "48 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": null, "target_count": null, "duration": "60 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": null, "target_count": null, "duration": "72 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": null, "target_count": null, "duration": "84 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": null, "target_count": null, "duration": "96 hours", "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": null, "target_count": null, "duration": "108 hours", "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Divination", "key": "divination", "url": "https://api-beta.open5e.com/v2/spellschools/divination/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lair Sense", "desc": "You set up a magical boundary around your lair. The boundary can’t exceed the dimensions of a 100-foot cube, but within that maximum, you can shape it as you like—to follow the walls of a building or cave, for example. While the spell lasts, you instantly become aware of any Tiny or larger creature that enters the enclosed area. You know the creature’s type but nothing else about it. You are also aware when creatures leave the area.\n\nThis awareness is enough to wake you from sleep, and you receive the knowledge as long as you’re on the same plane of existence as your lair.\n", "level": 2, "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, add 50 feet to the maximum dimensions of the cube and add 12 hours to the spell’s duration for each slot level above 2nd.", "target_type": "creature", "range_text": "120 feet", "range": 120.0, "ritual": true, "casting_time": "1minute", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "treasure worth at least 500 gp, which is not consumed in casting", "material_cost": "500.00", "material_consumed": true, "target_count": 1, "saving_throw_ability": "", "attack_roll": false, "damage_roll": "", "damage_types": [], "duration": "24 hours", "shape_type": "cube", "shape_size": 100.0, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_lacerate/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_lacerate", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_3", "damage_roll": "5d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_4", "damage_roll": "6d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_5", "damage_roll": "7d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": "8d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": "9d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": "10d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": "11d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Evocation", "key": "evocation", "url": "https://api-beta.open5e.com/v2/spellschools/evocation/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Lacerate", "desc": "You make a swift cutting motion through the air to lacerate a creature you can see within range. The target must make a Constitution saving throw. It takes 4d8 slashing damage on a failed save, or half as much damage on a successful one. If the saving throw fails by 5 or more, the wound erupts with a violent spray of blood, and the target gains one level of exhaustion.\n", "level": 2, "higher_level": "When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 1d8 for each slot level above 2nd.", "target_type": "creature", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a shard of bone or crystal", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "constitution", "attack_roll": false, "damage_roll": "4d8", "damage_types": [ "slashing" ], "duration": "instantaneous", "shape_type": null, "shape_size": null, "concentration": false }, { "url": "https://api-beta.open5e.com/v2/spells/deepm_labyrinthine-howl/?format=api", "document": { "name": "Deep Magic for 5th Edition", "key": "deepm", "display_name": "Deep Magic for 5th Edition", "publisher": { "name": "Kobold Press", "key": "kobold-press", "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api" }, "gamesystem": { "name": "5th Edition 2014", "key": "5e-2014", "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api" }, "permalink": "https://koboldpress.com/kpstore/product/deep-magic-for-5th-edition-hardcover/" }, "key": "deepm_labyrinthine-howl", "casting_options": [ { "type": "default", "damage_roll": null, "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_6", "damage_roll": "9d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_7", "damage_roll": "11d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_8", "damage_roll": "13d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null }, { "type": "slot_level_9", "damage_roll": "15d8", "target_count": null, "duration": null, "range": null, "concentration": null, "shape_size": null, "desc": null } ], "school": { "name": "Illusion", "key": "illusion", "url": "https://api-beta.open5e.com/v2/spellschools/illusion/?format=api" }, "classes": [], "range_unit": "feet", "shape_size_unit": "feet", "name": "Labyrinthine Howl", "desc": "You let loose the howl of a ravenous beast, causing each enemy within range that can hear you to make a Wisdom saving throw. On a failed save, a creature believes it has been transported into a labyrinth and is under attack by savage beasts. An affected creature must choose either to face the beasts or to curl into a ball for protection. A creature that faces the beasts takes 7d8 psychic damage, and then the spell ends on it. A creature that curls into a ball falls prone and is stunned until the end of your next turn.\n", "level": 5, "higher_level": "When you cast this spell using a spell slot of 6th level or higher, the damage increases by 2d8 for each slot level above 5th.", "target_type": "creature", "range_text": "60 feet", "range": 60.0, "ritual": false, "casting_time": "action", "reaction_condition": null, "verbal": true, "somatic": true, "material": true, "material_specified": "a dead mouse", "material_cost": null, "material_consumed": false, "target_count": 1, "saving_throw_ability": "wisdom", "attack_roll": false, "damage_roll": "7d8", "damage_types": [ "psychic" ], "duration": "1 round", "shape_type": null, "shape_size": null, "concentration": false } ] }