list: API endpoint for returning a list of monsters.
retrieve: API endpoint for returning a particular monster.

GET /monsters/?ordering=-perception&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3207,
    "next": null,
    "previous": "https://api.open5e.com/monsters/?ordering=-perception&page=64",
    "results": [
        {
            "slug": "wood-golem",
            "desc": "",
            "name": "Wood Golem",
            "size": "Medium",
            "type": "Construct",
            "subtype": "",
            "group": null,
            "alignment": "unaligned",
            "armor_class": 14,
            "armor_desc": "natural armor",
            "hit_points": 52,
            "hit_dice": "8d8+16",
            "speed": {
                "walk": 20
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 15,
            "intelligence": 3,
            "wisdom": 10,
            "charisma": 1,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "fire",
            "damage_resistances": "bludgeoning, piercing, and slashing from nonmagical attacks not made with adamantine",
            "damage_immunities": "poison, psychic",
            "condition_immunities": "charmed, exhaustion, frightened, paralyzed, petrified, poisoned",
            "senses": "darkvision 60 ft., passive Perception 10",
            "languages": "understands the languages of its creator but can't speak",
            "challenge_rating": "3",
            "cr": 3.0,
            "actions": [
                {
                    "desc": "The wood golem makes two slam attacks.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 6,
                    "damage_dice": "1d8+4",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 8 (1d8 + 4) bludgeoning damage.",
                    "name": "Slam"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The golem is immune to any spell or effect that would alter its form.",
                    "name": "Immutable Form"
                },
                {
                    "desc": "The wood golem has advantage on saving throws against spells and other magical effects.",
                    "name": "Magic Resistance"
                }
            ],
            "spell_list": [],
            "page_no": 201,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_wood-golem/"
        },
        {
            "slug": "yaga-goo",
            "desc": "",
            "name": "Yaga Goo",
            "size": "Small",
            "type": "Ooze",
            "subtype": "",
            "group": null,
            "alignment": "neutral evil",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 85,
            "hit_dice": "10d6+50",
            "speed": {
                "climb": 20,
                "walk": 20
            },
            "strength": 11,
            "dexterity": 18,
            "constitution": 20,
            "intelligence": 14,
            "wisdom": 12,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 4,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "stealth": 10
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "necrotic",
            "condition_immunities": "blinded, charmed, deafened, exhaustion, frightened, prone",
            "senses": "blindsight 60 ft. (blind beyond this radius), passive Perception 11",
            "languages": "understands Common but can't speak",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "desc": "The Yaga goo makes two pseudopod attacks. When its Foul Transit is available, it can use Foul Transit in place of one pseudopod attack.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 7,
                    "damage_dice": "2d6+4",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage plus 3 (1d6) necrotic damage.",
                    "name": "Pseudopod"
                },
                {
                    "desc": "The goo teleports to an unoccupied space it can see within 50 feet, leaving behind a wretched puddle in the space it previously occupied. A creature within 5 feet of the space the goo left must succeed on a DC 16 Constitution saving throw or take 10 (3d6) necrotic damage and become poisoned until the end of its next turn. The first time a creature enters the puddle's space or if a creature starts its turn in the puddle's space it takes 10 (3d6) necrotic damage and is poisoned. The puddle lasts for 1 minute or until the goo that created it is killed.",
                    "name": "Foul Transit (Recharge 4-6)"
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "desc": "When a creature the Yaga goo can see targets it with a melee attack while within 5 feet of the goo, the goo can teleport to a puddle created by its Foul Transit, if that puddle's space is unoccupied, negating the damage from the attack. If it does, the attacker must succeed on a DC 16 Constitution saving throw or take 10 (3d6) necrotic damage and become poisoned until the end of its next turn.",
                    "name": "Puddle Splash"
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The goo can move through a space as narrow as 1 inch wide without squeezing.",
                    "name": "Amorphous"
                },
                {
                    "desc": "The goo has advantage on attack rolls against fey and any creature with the Fey Ancestry trait.",
                    "name": "Deadly to Fey"
                },
                {
                    "desc": "The goo can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.",
                    "name": "Spider Climb"
                }
            ],
            "spell_list": [],
            "page_no": 389,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_yaga-goo/"
        },
        {
            "slug": "yakirian",
            "desc": "",
            "name": "Yakirian",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "yakirian",
            "group": null,
            "alignment": "lawful neutral",
            "armor_class": 13,
            "armor_desc": "chain shirt",
            "hit_points": 67,
            "hit_dice": "9d8+27",
            "speed": {
                "walk": 40
            },
            "strength": 17,
            "dexterity": 11,
            "constitution": 16,
            "intelligence": 10,
            "wisdom": 12,
            "charisma": 8,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": 3,
            "charisma_save": null,
            "perception": null,
            "skills": {
                "arcana": 4
            },
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "darkvision 60 ft., passive Perception 11",
            "languages": "Common, Yakirian, understands Void Speech but won't speak it",
            "challenge_rating": "2",
            "cr": 2.0,
            "actions": [
                {
                    "desc": "The yakirian makes two attacks: one with its gore and one with its ritual knife.",
                    "name": "Multiattack"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d8+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 7 (1d8 + 3) piercing damage.",
                    "name": "Gore"
                },
                {
                    "attack_bonus": 5,
                    "damage_dice": "1d6+3",
                    "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) piercing damage.",
                    "name": "Ritual Knife"
                },
                {
                    "desc": "The yakiran consumes the heart of a dead humanoid or giant within 5 feet. If the creature also less than 1 minute ago, the yakirian gains the following benefits: \n* The yakirian absorbs the dead creature's knowledge and asks two questions. If the dead creature knew the answers in life, the yakirian learns them instantly. \n* The yakirian's maximum and current hp increase by 10 for 1 hour. \n* The yakirian has advantage on Strength-based attack rolls and ability checks, as well as on all saving throws for 1 hour.",
                    "name": "Consume Heart"
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "desc": "The yakirian has advantage on saving throws against being charmed, frightened, or confused, as well as against any effect that causes corruption or madness.",
                    "name": "Resilient Soul"
                }
            ],
            "spell_list": [],
            "page_no": 390,
            "environments": [],
            "img_main": null,
            "document__slug": "cc",
            "document__title": "Creature Codex",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/creature-codex-for-5th-edition-dnd/",
            "v2_converted_path": "/v2/creatures/ccdx_yakirian/"
        },
        {
            "slug": "firetamer",
            "desc": "Firetamers are the elite elementalists of the fire elemental wardens, using their attunement to the primordial forces of the world to not just create fire, not just command it, but tame it to their will. A firetamer is nothing like the manic pyromancers; while the latter recklessly wields fire as a weapon, firetamers use their talent to protect others from fire’s destructive power—or to use that same power to destroy those who threaten their people. Firetamers are almost always accompanied by a salamander, a fire elemental, or a small herd of magma or smoke mephits.",
            "name": "Firetamer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 17,
            "armor_desc": "red dragon scale mail",
            "hit_points": 92,
            "hit_dice": "16d8+20",
            "speed": {
                "walk": 30
            },
            "strength": 8,
            "dexterity": 15,
            "constitution": 14,
            "intelligence": 12,
            "wisdom": 18,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "fire",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 14",
            "languages": "Common, Druidic, Primordial (Ignan)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Scimitar",
                    "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 5 (1d6 + 2) slashing damage plus 14 (4d6) fire damage. Flamecharm (Recharges after a Short or Long Rest). The firetamer can cast dominate monster (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw.",
                    "attack_bonus": 6,
                    "damage_dice": "1d6+4d6",
                    "damage_bonus": 2
                },
                {
                    "name": "Flamecharm (Recharges after a Short or Long Rest)",
                    "desc": "The firetamer can cast _dominate monster_ (save DC 16) on a fire elemental or other fire elemental creature. If the elemental has 150 or more hit points, it has advantage on the saving throw."
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Flameform",
                    "desc": "As a bonus action, the firetamer can transform into a **fire elemental**. While in this form, the firetamer cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the firetamer is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in flameform for up to 5 hours, and can enter flameform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The firetamer is a 9th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, mending, produce flame\n* 1st level (4 slots): cure wounds, faerie fire, longstrider, jump\n* 2nd level (3 slots): flame blade, heat metal, lesser restoration\n* 3rd level (3 slots): daylight, dispel magic, protection from energy\n* 4th level (3 slots): blight, freedom of movement, wall of fire 5th level (1 slot): conjure elemental"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/",
                "https://api.open5e.com/v2/spells/mending/",
                "https://api.open5e.com/v2/spells/produce-flame/",
                "https://api.open5e.com/v2/spells/cure-wounds/",
                "https://api.open5e.com/v2/spells/faerie-fire/",
                "https://api.open5e.com/v2/spells/longstrider/",
                "https://api.open5e.com/v2/spells/jump/",
                "https://api.open5e.com/v2/spells/flame-blade/",
                "https://api.open5e.com/v2/spells/heat-metal/",
                "https://api.open5e.com/v2/spells/lesser-restoration/",
                "https://api.open5e.com/v2/spells/daylight/",
                "https://api.open5e.com/v2/spells/dispel-magic/",
                "https://api.open5e.com/v2/spells/protection-from-energy/",
                "https://api.open5e.com/v2/spells/blight/",
                "https://api.open5e.com/v2/spells/freedom-of-movement/",
                "https://api.open5e.com/v2/spells/wall-of-fire/",
                "https://api.open5e.com/v2/spells/conjure-elemental/"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_firetamer/"
        },
        {
            "slug": "skydancer",
            "desc": "Air elemental warden children learn to fly before they learn to walk, accompanying their parents through the snow-fattened clouds on _skysails_ (see pg. 45). While all air wardens love the sensation of flight, few hone their skills as rigorously as the skydancers. These graceful masters of the wind are at once artists, performers, and warriors; they are beloved heroes of their people, both defending them in times of danger and bringing them happiness in times of peace.",
            "name": "Skydancer",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "chaotic neutral",
            "armor_class": 14,
            "armor_desc": null,
            "hit_points": 63,
            "hit_dice": "14d8",
            "speed": {
                "walk": 30,
                "fly": 60
            },
            "strength": 10,
            "dexterity": 18,
            "constitution": 10,
            "intelligence": 12,
            "wisdom": 16,
            "charisma": 11,
            "strength_save": null,
            "dexterity_save": 7,
            "constitution_save": null,
            "intelligence_save": null,
            "wisdom_save": null,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 16",
            "languages": "Common, Druidic, Primordial (Auran)",
            "challenge_rating": "5",
            "cr": 5.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The skydancer makes two skysail staff attacks."
                },
                {
                    "name": "Skysail Staff",
                    "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 7 (1d6 + 4) bludgeoning damage. If the skydancer makes this attack while flying, the target must make a DC 14 Dexterity saving throw, taking 21 (6d6) lightning damage on a failure or half as much damage on a success.",
                    "attack_bonus": 7,
                    "damage_dice": "1d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Slow Fall",
                    "desc": "When the skydancer takes falling damage, it may reduce the damage by half."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Evasion",
                    "desc": "If the skydancer is subjected to an effect that allows it to make a Dexterity saving throw to take only half damage, the skydancer instead takes no damage if it succeeds on the saving throw, and only half damage if it fails."
                },
                {
                    "name": "Flyby",
                    "desc": "The skydancer doesn’t provoke opportunity attacks when it flies out of an enemy’s reach."
                },
                {
                    "name": "Skysail",
                    "desc": "The skydancer flies with a special weapon called a _skysail_ (see pg. 45). While the _skysail’s_ wings are extended, the skydancer can cast _levitate_ at will, and can spend an action to cast _fly_ on itself (no concentration required) for up to 1 minute once per day. This use of _fly_ instantly replenishes when in an area of powerful air elemental magic."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The skydancer is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): guidance, shillelagh\n* 1st level (4 slots): fog cloud, entangle, jump\n* 2nd level (2 slots): gust of wind, skywrite"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/guidance/",
                "https://api.open5e.com/v2/spells/shillelagh/",
                "https://api.open5e.com/v2/spells/fog-cloud/",
                "https://api.open5e.com/v2/spells/entangle/",
                "https://api.open5e.com/v2/spells/jump/",
                "https://api.open5e.com/v2/spells/gust-of-wind/"
            ],
            "page_no": 129,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_skydancer/"
        },
        {
            "slug": "stoneguard",
            "desc": "The elemental wardens of earth are a stoic people, slow to change socially, and more likely to fight defensive battles and outlast enemies than wage offensive wars. The stoneguard are the perfect embodiment of this ideal; their druidic training has been augmented by ancient combat techniques, allowing them to hold fast against a tide of enemies. They craft arms and armor from the granite around them, and their magical stonecraft rivals that of the dwarves.",
            "name": "Stoneguard",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "lawful neutral",
            "armor_class": 15,
            "armor_desc": "granite half plate",
            "hit_points": 152,
            "hit_dice": "16d8+80",
            "speed": {
                "walk": 30
            },
            "strength": 18,
            "dexterity": 10,
            "constitution": 20,
            "intelligence": 10,
            "wisdom": 14,
            "charisma": 9,
            "strength_save": 8,
            "dexterity_save": null,
            "constitution_save": 9,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "",
            "damage_immunities": "",
            "condition_immunities": "petrified",
            "senses": "tremorsense 30 ft., passive Perception 12",
            "languages": "Common, Druidic, Primordial (Terran)",
            "challenge_rating": "7",
            "cr": 7.0,
            "actions": [
                {
                    "name": "Multiattack",
                    "desc": "The stoneguard makes three granite maul attacks."
                },
                {
                    "name": "Granite Maul",
                    "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) bludgeoning damage. If the attack hits, the stoneguard may also immediately cast _thunderwave_ as a bonus action. This casting uses a spell slot, but no material components.",
                    "attack_bonus": 8,
                    "damage_dice": "2d6",
                    "damage_bonus": 4
                }
            ],
            "bonus_actions": null,
            "reactions": [
                {
                    "name": "Sentinel",
                    "desc": "When a creature within 5 feet of the stoneguard attacks a target other than the stoneguard, it can make a single attack roll against the attacker."
                },
                {
                    "name": "Skin to Stone",
                    "desc": "When the stoneguard is attacked, it may gain resistance to bludgeoning, piercing, and slashing damage from nonmagical attacks until the end of the attacker’s turn."
                }
            ],
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Spellcasting",
                    "desc": "The stoneguard is a 3rd-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, resistance\n* 1st level (4 slots): goodberry, speak with animals, thunderwave\n* 2nd level (2 slots): hold person, spike growth"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/",
                "https://api.open5e.com/v2/spells/resistance/",
                "https://api.open5e.com/v2/spells/goodberry/",
                "https://api.open5e.com/v2/spells/speak-with-animals/",
                "https://api.open5e.com/v2/spells/thunderwave/",
                "https://api.open5e.com/v2/spells/hold-person/",
                "https://api.open5e.com/v2/spells/spike-growth/"
            ],
            "page_no": 128,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_stoneguard/"
        },
        {
            "slug": "waverider",
            "desc": "The waveriders know firsthand the dangers of the open ocean, and dedicate their lives to protecting seafarers from storms, pirates, and sea monsters. Though they are not warriors, they are accomplished healers and aquatic empaths, using their powers to seek out and rescue survivors of marine disasters, sometimes returning critically wounded survivors to the tribe of elemental wardens itself. The isolationists among the water wardens condemn this practice, fearing that the refugees threaten their way of life. The waveriders take their peers’ scorn in stride, for they would rather be righteous than popular.\nA waverider turns to violence only as a last resort, and prefer to fight in fishform than with their fishing harpoon, using hit-and-run tactics as a shark or their octopus form’s natural camouflage to harry opponents. When patrolling the open seas, waveriders skim across the water on personal waveboards with folding sails, similar in function to the _skysails_ of the wind wardens.",
            "name": "Waverider",
            "size": "Medium",
            "type": "Humanoid",
            "subtype": "any race",
            "group": "Elemental Wardens",
            "alignment": "neutral good",
            "armor_class": 14,
            "armor_desc": "hide armor of cold resistance",
            "hit_points": 77,
            "hit_dice": "14d8+14",
            "speed": {
                "walk": 30
            },
            "strength": 15,
            "dexterity": 14,
            "constitution": 12,
            "intelligence": 10,
            "wisdom": 16,
            "charisma": 13,
            "strength_save": null,
            "dexterity_save": null,
            "constitution_save": 4,
            "intelligence_save": null,
            "wisdom_save": 6,
            "charisma_save": null,
            "perception": null,
            "skills": {},
            "damage_vulnerabilities": "",
            "damage_resistances": "cold",
            "damage_immunities": "",
            "condition_immunities": "",
            "senses": "passive Perception 13",
            "languages": "Common, Druidic, Primordial (Aquan)",
            "challenge_rating": "4",
            "cr": 4.0,
            "actions": [
                {
                    "name": "Harpoon",
                    "desc": "Melee or Ranged Weapon Attack: +5 to hit, reach 5 ft., range 20/60 ft., one target. Hit: 5 (1d6 + 2) piercing damage. Attacks with this weapon while underwater are not made with disadvantage.",
                    "attack_bonus": 5,
                    "damage_dice": "1d6",
                    "damage_bonus": 2
                }
            ],
            "bonus_actions": null,
            "reactions": null,
            "legendary_desc": "",
            "legendary_actions": null,
            "special_abilities": [
                {
                    "name": "Fishform",
                    "desc": "As a bonus action, the waverider can transform into a **hunter shark** or **giant octopus**. While in this form, the waverider cannot cast spells, but can expend a spell slot as a bonus action to regain 1d8 hit points per level of the spell slot expended. When the waverider is reduced to 0 hit points, falls unconscious, or dies in this form, it reverts to its humanoid form. It can remain in fishform for up to 3 hours, and can enter fishform twice, regaining expended uses after completing a short or long rest."
                },
                {
                    "name": "Healing Tides",
                    "desc": "Whenever the waverider casts a spell of 1st level or higher that affects a nonhostile creature, that creature regains 3 hit points (in addition to any healing the spell may provide)."
                },
                {
                    "name": "Marine Empathy",
                    "desc": "The waverider can speak with and understand aquatic plants and animals."
                },
                {
                    "name": "Spellcasting",
                    "desc": "The waverider is a 7th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 14, +6 to hit with spell attacks). It has the following druid spells prepared:\n\n* Cantrips (at will): druidcraft, poison spray, resistance\n* 1st level (4 slots): cure wounds, create or destroy water, healing word\n* 2nd level (3 slots): animal messenger, enhance ability, lesser restoration\n* 3rd level (3 slots): conjure animals (aquatic beasts only), water walk, water breathing\n* 4th level (1 slots): control water"
                }
            ],
            "spell_list": [
                "https://api.open5e.com/v2/spells/druidcraft/",
                "https://api.open5e.com/v2/spells/poison-spray/",
                "https://api.open5e.com/v2/spells/resistance/",
                "https://api.open5e.com/v2/spells/cure-wounds/",
                "https://api.open5e.com/v2/spells/create-or-destroy-water/",
                "https://api.open5e.com/v2/spells/healing-word/",
                "https://api.open5e.com/v2/spells/animal-messenger/",
                "https://api.open5e.com/v2/spells/enhance-ability/",
                "https://api.open5e.com/v2/spells/lesser-restoration/",
                "https://api.open5e.com/v2/spells/conjure-animals/",
                "https://api.open5e.com/v2/spells/water-walk/",
                "https://api.open5e.com/v2/spells/water-breathing/",
                "https://api.open5e.com/v2/spells/control-water/"
            ],
            "page_no": 129,
            "environments": [],
            "img_main": null,
            "document__slug": "taldorei",
            "document__title": "Critical Role: Tal’Dorei Campaign Setting",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://https://greenronin.com/blog/2017/09/25/ronin-round-table-integrating-wizards-5e-adventures-with-the-taldorei-campaign-setting/",
            "v2_converted_path": "/v2/creatures/tdcs_waverider/"
        }
    ]
}