Creature List
list: API endpoint for returning a list of creatures.
retrieve: API endpoint for returning a particular creature.
GET /v2/creatures/?format=api&ordering=type&page=42
{ "count": 3540, "next": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=type&page=43", "previous": "https://api-beta.open5e.com/v2/creatures/?format=api&ordering=type&page=41", "results": [ { "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_shadow-demon/?format=api", "key": "a5e-mm_shadow-demon", "name": "Shadow Demon", "document": { "name": "Monstrous Menagerie", "key": "a5e-mm", "type": "SOURCE", "display_name": "Monstrous Menagerie", "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://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e" }, "type": { "name": "Fiend", "key": "fiend", "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api" }, "size": { "name": "Medium", "key": "medium", "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 30, "unit": "feet", "fly": 50 }, "speed_all": { "unit": "feet", "walk": 30, "crawl": 15, "hover": false, "fly": 50, "burrow": 0, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Abyssal, telepathy 120 ft.", "data": [ { "name": "Abyssal", "key": "abyssal", "url": "https://api-beta.open5e.com/v2/languages/abyssal/?format=api", "desc": "Typical speakers are demons." } ] }, "armor_class": 13, "armor_detail": "", "hit_points": 45, "hit_dice": "10d8", "experience_points": 1100, "ability_scores": { "strength": 5, "dexterity": 16, "constitution": 10, "intelligence": 12, "wisdom": 14, "charisma": 16 }, "modifiers": { "strength": -3, "dexterity": 3, "constitution": 0, "intelligence": 1, "wisdom": 2, "charisma": 3 }, "initiative_bonus": 3, "saving_throws": { "dexterity": 5, "constitution": 2, "charisma": 5 }, "saving_throws_all": { "strength": -3, "dexterity": 5, "constitution": 2, "intelligence": 1, "wisdom": 2, "charisma": 5 }, "skill_bonuses": { "stealth": 5 }, "skill_bonuses_all": { "acrobatics": 3, "animal_handling": 2, "arcana": 1, "athletics": -3, "deception": 3, "history": 1, "insight": 2, "intimidation": 3, "investigation": 1, "medicine": 2, "nature": 1, "perception": 2, "performance": 3, "persuasion": 3, "religion": 1, "sleight_of_hand": 3, "stealth": 5, "survival": 2 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "cold, lightning, necrotic, poison", "damage_immunities": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Lightning", "key": "lightning", "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api" }, { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" }, { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "acid, fire, thunder; damage from nonmagical weapons", "damage_resistances": [ { "name": "Acid", "key": "acid", "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api" }, { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" }, { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, { "name": "Thunder", "key": "thunder", "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api" } ], "damage_vulnerabilities_display": "radiant", "damage_vulnerabilities": [ { "name": "Radiant", "key": "radiant", "url": "https://api-beta.open5e.com/v2/damagetypes/radiant/?format=api" } ], "condition_immunities_display": "charmed, fatigue, grappled, paralyzed, petrified, poisoned, prone, restrained", "condition_immunities": [ { "name": "Charmed", "key": "charmed", "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api" }, { "name": "Exhaustion", "key": "exhaustion", "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api" }, { "name": "Grappled", "key": "grappled", "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api" }, { "name": "Paralyzed", "key": "paralyzed", "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api" }, { "name": "Petrified", "key": "petrified", "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api" }, { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" }, { "name": "Prone", "key": "prone", "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api" }, { "name": "Restrained", "key": "restrained", "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Claws", "desc": "Melee Weapon Attack: +5 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) cold damage.", "attacks": [ { "name": "Claws attack", "attack_type": "WEAPON", "to_hit_mod": 5, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D10", "damage_bonus": 3, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Darken Light", "desc": "The demon magically targets a nonmagical flame or an area of magical light created by a 2nd-level or lower spell slot within 60 feet. Any area of bright light created by the light source instead casts dim light for 10 minutes.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Replace Shadow", "desc": "The demon targets a humanoid within 5 feet that is in dim light and can't see the demon. The target makes a DC 13 Constitution saving throw. On a success the target is aware of the demon. On a failure the target is unaware of the demon the target no longer casts a natural shadow and the demon magically takes on the shape of the targets shadow appearing indistinguishable from a natural shadow except when it attacks. The demon shares the targets space and moves with the target. When the demon is dealt damage while sharing the targets space it takes half the damage (rounded down) and the other half is dealt to the target. The effect ends when the target drops to 0 hit points the demon no longer shares the targets space the demon or target is affected by dispel evil and good or a similar effect or the demon begins its turn in an area of sunlight.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Shadow Sneak", "desc": "The demon takes the Hide action even if obscured only by dim light or darkness.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Chaotic Evil", "desc": "The demon radiates a Chaotic and Evil aura." }, { "name": "Incorporeal", "desc": "The demon can move through creatures and objects. It takes 3 (1d6) force damage if it ends its turn inside an object." }, { "name": "Light Sensitivity", "desc": "While in bright light, the demon has disadvantage on attack rolls, as well as on Perception checks that rely on sight." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_vrock/?format=api", "key": "a5e-mm_vrock", "name": "Vrock", "document": { "name": "Monstrous Menagerie", "key": "a5e-mm", "type": "SOURCE", "display_name": "Monstrous Menagerie", "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://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e" }, "type": { "name": "Fiend", "key": "fiend", "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "6.000", "challenge_rating_text": "6", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet", "fly": 60 }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 60, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Abyssal, telepathy 120 ft.", "data": [ { "name": "Abyssal", "key": "abyssal", "url": "https://api-beta.open5e.com/v2/languages/abyssal/?format=api", "desc": "Typical speakers are demons." } ] }, "armor_class": 15, "armor_detail": "", "hit_points": 104, "hit_dice": "11d10+44", "experience_points": 2300, "ability_scores": { "strength": 18, "dexterity": 16, "constitution": 18, "intelligence": 8, "wisdom": 14, "charisma": 10 }, "modifiers": { "strength": 4, "dexterity": 3, "constitution": 4, "intelligence": -1, "wisdom": 2, "charisma": 0 }, "initiative_bonus": 3, "saving_throws": { "dexterity": 6, "intelligence": 2, "wisdom": 5, "charisma": 3 }, "saving_throws_all": { "strength": 4, "dexterity": 6, "constitution": 4, "intelligence": 2, "wisdom": 5, "charisma": 3 }, "skill_bonuses": {}, "skill_bonuses_all": { "acrobatics": 3, "animal_handling": 2, "arcana": -1, "athletics": 4, "deception": 0, "history": -1, "insight": 2, "intimidation": 0, "investigation": -1, "medicine": 2, "nature": -1, "perception": 2, "performance": 0, "persuasion": 0, "religion": -1, "sleight_of_hand": 3, "stealth": 3, "survival": 2 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "poison", "damage_immunities": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "cold, fire, lightning; damage from nonmagical weapons", "damage_resistances": [ { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" }, { "name": "Lightning", "key": "lightning", "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api" }, { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "poisoned", "condition_immunities": [ { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Beak", "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 10 (2d6 + 3) piercing damage. If the vrock has advantage on the attack roll it deals an additional 7 (2d6) damage.", "attacks": [ { "name": "Beak attack", "attack_type": "WEAPON", "to_hit_mod": 6, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 3, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The vrock attacks with its beak and its talons.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Spores", "desc": "A 15-foot-radius cloud of spores emanates from the vrock spreading around corners. Each creature in the area makes a DC 14 Constitution saving throw becoming poisoned for 1 minute on a failure. While poisoned in this way the target takes ongoing 5 (1d10) poison damage. The target repeats the saving throw at the end of each of its turns ending the effect on itself on a success.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "PER_DAY", "param": 1 } }, { "name": "Stunning Screech", "desc": "The vrock screeches. Each non-demon creature within 20 feet that can hear it makes a DC 14 Constitution saving throw. On a failure, it is stunned until the end of the vrocks next turn.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "PER_DAY", "param": 1 } }, { "name": "Talons", "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 14 (2d10 + 3) slashing damage.", "attacks": [ { "name": "Talons attack", "attack_type": "WEAPON", "to_hit_mod": 6, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D10", "damage_bonus": 3, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Chaotic Evil", "desc": "The vrock radiates a Chaotic and Evil aura." }, { "name": "Magic Resistance", "desc": "The vrock has advantage on saving throws against spells and magical effects." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_abbanith-giant/?format=api", "key": "tob2_abbanith-giant", "name": "Abbanith Giant", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "3.000", "challenge_rating_text": "3", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet", "burrow": 30 }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 30, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Giant, Terran", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 13, "armor_detail": "natural armor", "hit_points": 76, "hit_dice": "9d10+27", "experience_points": 700, "ability_scores": { "strength": 20, "dexterity": 9, "constitution": 17, "intelligence": 10, "wisdom": 13, "charisma": 11 }, "modifiers": { "strength": 5, "dexterity": -1, "constitution": 3, "intelligence": 0, "wisdom": 1, "charisma": 0 }, "initiative_bonus": -1, "saving_throws": { "strength": 7, "constitution": 5 }, "saving_throws_all": { "strength": 7, "dexterity": -1, "constitution": 5, "intelligence": 0, "wisdom": 1, "charisma": 0 }, "skill_bonuses": {}, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 1, "arcana": 0, "athletics": 5, "deception": 0, "history": 0, "insight": 1, "intimidation": 0, "investigation": 0, "medicine": 1, "nature": 0, "perception": 1, "performance": 0, "persuasion": 0, "religion": 0, "sleight_of_hand": -1, "stealth": -1, "survival": 1 }, "passive_perception": 11, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": 120, "truesight_range": null, "actions": [ { "name": "Earth Counter", "desc": "When a creature the abbanith can see within 30 feet of it casts a spell, the abbanith counters it. This reaction works like the counterspell spell, except the abbanith can only counter spells that directly affect or create earth or stone, such as stone shape, wall of stone, or move earth, and it doesn't need to make a spellcasting ability check, regardless of the spell's level.", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 6 } }, { "name": "Multiattack", "desc": "The abbanith giant makes two thumb claw attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Thumb Claw", "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) piercing damage.", "attacks": [ { "name": "Thumb Claw attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "One with the Earth", "desc": "The abbanith giant can detect the flows and rhythms of the earth—including things that interfere with these rhythms, such as earthquakes and magical anomalies. As a result, the abbanith giant can’t be surprised by an opponent that is touching the ground. In addition, the giant has advantage on attack rolls against constructs and elementals made of earth or stone." }, { "name": "Siege Monster", "desc": "The giant deals double damage to objects and structures and triple damage to objects and structures made of earth or stone." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_cave-giant-shaman/?format=api", "key": "tob2_cave-giant-shaman", "name": "Cave Giant Shaman", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "14.000", "challenge_rating_text": "14", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 207, "hit_dice": "18d12+90", "experience_points": 11500, "ability_scores": { "strength": 27, "dexterity": 10, "constitution": 20, "intelligence": 10, "wisdom": 15, "charisma": 21 }, "modifiers": { "strength": 8, "dexterity": 0, "constitution": 5, "intelligence": 0, "wisdom": 2, "charisma": 5 }, "initiative_bonus": 0, "saving_throws": { "dexterity": 5, "constitution": 10, "wisdom": 7 }, "saving_throws_all": { "strength": 8, "dexterity": 5, "constitution": 10, "intelligence": 0, "wisdom": 7, "charisma": 5 }, "skill_bonuses": { "arcana": 5, "athletics": 13, "perception": 7, "survival": 7 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 2, "arcana": 5, "athletics": 13, "deception": 5, "history": 0, "insight": 2, "intimidation": 5, "investigation": 0, "medicine": 2, "nature": 0, "perception": 7, "performance": 5, "persuasion": 5, "religion": 0, "sleight_of_hand": 0, "stealth": 0, "survival": 7 }, "passive_perception": 17, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Club", "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 15 (3d4 + 8) bludgeoning damage.", "attacks": [ { "name": "Club attack", "attack_type": "WEAPON", "to_hit_mod": 13, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D4", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The cave giant shaman makes two attacks: one with its club and one with its tusks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +13 to hit, range 60/240 ft., one creature. Hit: 30 (4d10 + 8) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 13, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D10", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Tusks", "desc": "Melee Weapon Attack: +13 to hit, reach 10 ft., one target. Hit: 22 (4d6 + 8) slashing damage, and, if the target is a Large or smaller creature, it must succeed on a DC 20 Strength saving throw or be knocked prone.", "attacks": [ { "name": "Tusks attack", "attack_type": "WEAPON", "to_hit_mod": 13, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D6", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Spellcasting", "desc": "The cave giant shaman is a 14th-level spellcaster. Its spellcasting ability is Charisma (save DC 18, +10 to hit with spell attacks). The shaman has the following wizard spells prepared:\n\n- **Cantrips** (At Will): acid splash, mage hand, mending, prestidigitation, shocking grasp\n- **1st Level** (4 slots): burning hands, expeditious retreat, fog cloud, shield\n- **2nd Level** (3 slots): enlarge/reduce, shatter, spider climb, web\n- **3rd Level** (3 slots): gaseous form, haste, lightning bolt, water breathing\n- **4th Level** (3 slots): ice storm, polymorph, wall of fire\n- **5th Level** (2 slots): cloudkill, insect plague\n- **6th Level** (1 slots): disintegrate\n- **7th Level** (1 slots): reverse gravity" }, { "name": "Sunlight Petrification", "desc": "If the cave giant shaman starts its turn in sunlight, it takes 20 radiant damage. While in sunlight, it moves at half speed and has disadvantage on attack rolls and ability checks. If the giant is reduced to 0 hp while in sunlight, it is petrified." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_deep-troll/?format=api", "key": "tob2_deep-troll", "name": "Deep Troll", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 30, "unit": "feet", "burrow": 20 }, "speed_all": { "unit": "feet", "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 20, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Deep Speech", "data": [ { "name": "Deep Speech", "key": "deep-speech", "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api", "desc": "Typical speakers include aboleths and cloakers. It is only spoken." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 63, "hit_dice": "6d10+30", "experience_points": 1100, "ability_scores": { "strength": 18, "dexterity": 13, "constitution": 20, "intelligence": 7, "wisdom": 9, "charisma": 7 }, "modifiers": { "strength": 4, "dexterity": 1, "constitution": 5, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "initiative_bonus": 1, "saving_throws": {}, "saving_throws_all": { "strength": 4, "dexterity": 1, "constitution": 5, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "skill_bonuses": {}, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": -1, "arcana": -2, "athletics": 4, "deception": -2, "history": -2, "insight": -1, "intimidation": -2, "investigation": -2, "medicine": -1, "nature": -2, "perception": -1, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": 1, "stealth": 1, "survival": -1 }, "passive_perception": 9, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": 30, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Bite", "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 7 (1d6 + 4) piercing damage.", "attacks": [ { "name": "Bite attack", "attack_type": "WEAPON", "to_hit_mod": 6, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 1, "damage_die_type": "D6", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Claw", "desc": "Melee Weapon Attack: +6 to hit, reach 5 ft., one creature. Hit: 11 (2d6 + 4) slashing damage.", "attacks": [ { "name": "Claw attack", "attack_type": "WEAPON", "to_hit_mod": 6, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The deep troll makes two attacks: one with its bite and one with its claws.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Malleable Internal Structure", "desc": "Provided there is suitable room to accommodate its volume, a deep troll can move at half its burrowing speed through any opening large enough for a Tiny creature." }, { "name": "Oozing Body", "desc": "When the deep troll takes at least 15 slashing damage at one time, a chunk of its oozing flesh falls off into an unoccupied space within 5 feet of it. This flesh isn’t under the deep troll’s control, but it views the troll as an ally. The oozing flesh acts on the deep troll’s initiative and has its own action and movement. It has an AC of 10, 10 hp, and a walking speed of 15 feet. It can make one attack with a +6 to hit, and it deals 7 (2d6) acid damage on a hit. If not destroyed, the oozing flesh lives for 1 week, voraciously consuming any non-deep troll creature it encounters. After that time, it dissolves into a puddle of water and gore." }, { "name": "Regeneration", "desc": "The deep troll regains 10 hp at the start of its turn. If the troll takes fire damage, this trait doesn’t function at the start of the troll’s next turn. The deep troll dies only if it starts its turn with 0 hp and doesn’t regenerate." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_manggus/?format=api", "key": "tob2_manggus", "name": "Manggus", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 30, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "hide armor", "hit_points": 127, "hit_dice": "15d10+45", "experience_points": 1800, "ability_scores": { "strength": 18, "dexterity": 14, "constitution": 16, "intelligence": 8, "wisdom": 7, "charisma": 9 }, "modifiers": { "strength": 4, "dexterity": 2, "constitution": 3, "intelligence": -1, "wisdom": -2, "charisma": -1 }, "initiative_bonus": 2, "saving_throws": { "constitution": 6 }, "saving_throws_all": { "strength": 4, "dexterity": 2, "constitution": 6, "intelligence": -1, "wisdom": -2, "charisma": -1 }, "skill_bonuses": { "intimidation": 5 }, "skill_bonuses_all": { "acrobatics": 2, "animal_handling": -2, "arcana": -1, "athletics": 4, "deception": -1, "history": -1, "insight": -2, "intimidation": 5, "investigation": -1, "medicine": -2, "nature": -1, "perception": -2, "performance": -1, "persuasion": -1, "religion": -1, "sleight_of_hand": 2, "stealth": 2, "survival": -2 }, "passive_perception": 8, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "frightened", "condition_immunities": [ { "name": "Frightened", "key": "frightened", "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Bite", "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 9 (1d10 + 4) piercing damage.", "attacks": [ { "name": "Bite (Hydra Form Only) attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 1, "damage_die_type": "D10", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": "Hydra Form Only", "usage_limits": null }, { "name": "Greataxe", "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 17 (2d12 + 4) slashing damage.", "attacks": [ { "name": "Greataxe (Giant Form Only) attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D12", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": "Giant Form Only", "usage_limits": null }, { "name": "Multiattack", "desc": "In hydra form, the manggus makes as many bite attacks as it has heads. In giant form, it makes two greataxe attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Roaring Transformation", "desc": "When the manggus changes from its true form into its hydra form, it unleashes a mighty roar. Each creature within 30 feet of it and that can hear the roar must succeed on a DC 15 Wisdom saving throw or be frightened until the end of its next turn. If the target fails the saving throw by 5 or more, it is also paralyzed until the end of its next turn. If a creature’s saving throw is successful, it is immune to the Roaring Transformation of all manggus for the next 24 hours." }, { "name": "Shapechanger", "desc": "The manggus can use its action to polymorph into a Large, three-headed hydra, or back into its true form. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn’t transformed. The manggus reverts to its true form if it dies." }, { "name": "Three-Headed (Hydra Form Only)", "desc": "The manggus has three heads. While it has more than one head, the manggus has advantage on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious.\n\nWhenever the manggus takes 15 or more damage in a single turn, one of its heads dies. If all its heads die and the manggus still lives, the manggus immediately reverts to its true form and can’t change into its hydra form again until it finishes a long rest.\n\nAt the end of its turn, the manggus regrows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The manggus regains 5 hp for each head regrown in this way." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_one-horned-ogre/?format=api", "key": "tob2_one-horned-ogre", "name": "One-Horned Ogre", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "any evil alignment", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "scale mail", "hit_points": 93, "hit_dice": "11d10+33", "experience_points": 1800, "ability_scores": { "strength": 21, "dexterity": 10, "constitution": 17, "intelligence": 8, "wisdom": 10, "charisma": 18 }, "modifiers": { "strength": 5, "dexterity": 0, "constitution": 3, "intelligence": -1, "wisdom": 0, "charisma": 4 }, "initiative_bonus": 0, "saving_throws": {}, "saving_throws_all": { "strength": 5, "dexterity": 0, "constitution": 3, "intelligence": -1, "wisdom": 0, "charisma": 4 }, "skill_bonuses": { "intimidation": 7 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 0, "arcana": -1, "athletics": 5, "deception": 4, "history": -1, "insight": 0, "intimidation": 7, "investigation": -1, "medicine": 0, "nature": -1, "perception": 0, "performance": 4, "persuasion": 4, "religion": -1, "sleight_of_hand": 0, "stealth": 0, "survival": 0 }, "passive_perception": 10, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Fiendish Horn Blast", "desc": "The one-horned ogre directs the power of its horn at a target it can see within 30 feet of it. The target must make a DC 15 Wisdom saving throw. On a failure, the target takes 10 (3d6) psychic damage and suffers a condition for 1 minute based on the color of the ogre's horn: blinded (black), charmed (crimson), or frightened (white). On a success, the target takes half the damage and doesn't suffer the condition. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Greatsword", "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 19 (4d6 + 5) slashing damage.", "attacks": [ { "name": "Greatsword attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D6", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Javelin", "desc": "Melee or Ranged Weapon Attack: +8 to hit, reach 5 ft. or range 30/120 ft., one target. Hit: 12 (2d6 + 5) piercing damage.", "attacks": [ { "name": "Javelin attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": 5, "range": 30, "long_range": 120, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The one-horned ogre can use its Fiendish Horn Blast. It then makes one greatsword attack.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Innate Spellcasting", "desc": "The one-horned ogre’s innate spellcasting ability is Charisma (spell save DC 15). It can innately cast the following spells, requiring no material components.\n2/day each: darkness, misty step, suggestion\n1/day each: fear" }, { "name": "Magical Horn", "desc": "The power of the one-horned ogre comes from its horn. If the horn is ever removed, the one-horned ogre loses its Fiendish Horn Blast action and its Innate Spellcasting trait, and its Charisma score is reduced to 8 (-1). If the ogre receives a new horn through regenerative magic or a blessing from its patron, it regains what it lost." }, { "name": "Ruthless Weapons", "desc": "When the one-horned ogre hits a blinded, charmed, or frightened creature with any weapon, the weapon deals an extra 1d6 psychic damage." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_phase-giant/?format=api", "key": "tob2_phase-giant", "name": "Phase Giant", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet", "climb": 20 }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Giant, Undercommon", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." }, { "name": "Undercommon", "key": "undercommon", "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api", "desc": "Typical speakers are underworld traders." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 136, "hit_dice": "13d12+52", "experience_points": 1800, "ability_scores": { "strength": 21, "dexterity": 11, "constitution": 18, "intelligence": 8, "wisdom": 15, "charisma": 8 }, "modifiers": { "strength": 5, "dexterity": 0, "constitution": 4, "intelligence": -1, "wisdom": 2, "charisma": -1 }, "initiative_bonus": 0, "saving_throws": {}, "saving_throws_all": { "strength": 5, "dexterity": 0, "constitution": 4, "intelligence": -1, "wisdom": 2, "charisma": -1 }, "skill_bonuses": {}, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 2, "arcana": -1, "athletics": 5, "deception": -1, "history": -1, "insight": 2, "intimidation": -1, "investigation": -1, "medicine": 2, "nature": -1, "perception": 2, "performance": -1, "persuasion": -1, "religion": -1, "sleight_of_hand": 0, "stealth": 0, "survival": 2 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Multiattack", "desc": "The giant makes two attacks with its spiked fists. If both attacks hit a Large or smaller target, the target must succeed on a DC 15 Strength saving throw or take 7 (2d6) piercing damage as the giant impales the target on its body spikes.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +8 to hit, range 60/240 ft., one target. Hit: 21 (3d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 15 Strength saving throw or be knocked prone.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D10", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Spiked Fist", "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 14 (2d8 + 5) piercing damage. If the target is a Large or smaller creature, it is grappled (escape DC 16). The phase giant has two fists, each of which can grapple only one target.", "attacks": [ { "name": "Spiked Fist attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D8", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Ethereal Jaunt", "desc": "As a bonus action, the phase giant can magically shift from the Material Plane to the Ethereal Plane, or vice versa. Any equipment it is wearing or carrying shifts with it. A creature grappled by the phase giant doesn’t shift with it, and the grapple ends if the phase giant shifts while grappling a creature." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_shadow-giant/?format=api", "key": "tob2_shadow-giant", "name": "Shadow Giant", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "15.000", "challenge_rating_text": "15", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Elvish, Giant, Umbral", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Elvish", "key": "elvish", "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api", "desc": "Typical speakers are elves." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 17, "armor_detail": "", "hit_points": 209, "hit_dice": "22d20+66", "experience_points": 13000, "ability_scores": { "strength": 18, "dexterity": 25, "constitution": 17, "intelligence": 12, "wisdom": 13, "charisma": 21 }, "modifiers": { "strength": 4, "dexterity": 7, "constitution": 3, "intelligence": 1, "wisdom": 1, "charisma": 5 }, "initiative_bonus": 7, "saving_throws": { "wisdom": 6 }, "saving_throws_all": { "strength": 4, "dexterity": 7, "constitution": 3, "intelligence": 1, "wisdom": 6, "charisma": 5 }, "skill_bonuses": { "perception": 6 }, "skill_bonuses_all": { "acrobatics": 7, "animal_handling": 1, "arcana": 1, "athletics": 4, "deception": 5, "history": 1, "insight": 1, "intimidation": 5, "investigation": 1, "medicine": 1, "nature": 1, "perception": 6, "performance": 5, "persuasion": 5, "religion": 1, "sleight_of_hand": 7, "stealth": 7, "survival": 1 }, "passive_perception": 16, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "cold, necrotic", "damage_resistances": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "exhaustion", "condition_immunities": [ { "name": "Exhaustion", "key": "exhaustion", "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Cold Shadow", "desc": "The shadow giant directs its shadow to stretch out in a 60-foot cone. Each creature in that area must make a DC 18 Constitution saving throw. On a failure, a creature takes 52 (15d6) cold damage and has disadvantage on attack rolls and saving throws until the end of its next turn. On a success, a creature takes half the damage and doesn't have disadvantage.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 5 } }, { "name": "Multiattack", "desc": "The shadow giant makes three attacks with its tenebrous talons.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Tenebrous Talons", "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 14 (2d6 + 7) slashing damage plus 18 (4d8) necrotic damage.", "attacks": [ { "name": "Tenebrous Talons attack", "attack_type": "WEAPON", "to_hit_mod": 12, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 7, "damage_type": null, "extra_damage_die_count": 4, "extra_damage_die_type": "D8", "extra_damage_bonus": 0, "extra_damage_type": { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Blacklight Strobe", "desc": "The visual flicker of the shadow giant moving between the Material Plane and the Shadow Realm has a physical effect on viewers. A creature that starts its turn within 30 feet of the shadow giant and that can see it must succeed on a DC 18 Wisdom saving throw or be unable make more than one melee or ranged attack on its turn and unable to use bonus actions or reactions until the start of its next turn." }, { "name": "Distracting Flicker", "desc": "A creature that starts its turn within 30 feet of the shadow giant and that is maintaining concentration on a spell must succeed on a DC 18 Constitution saving throw or lose concentration." }, { "name": "Plane", "desc": "It can’t affect or be affected by anything on the Material Plane while in the Plane of Shadow." }, { "name": "Shadow from the Material Plane", "desc": "At the start of its next turn, it returns to the Material Plane in an unoccupied space of its choice that it can see within 40 feet of the space where it vanished. If no unoccupied space is available within that range, it appears in the nearest unoccupied space.\n\nWhile in the Plane of Shadow, the shadow giant can see and hear 120 feet into the Material" }, { "name": "Shadow Sight", "desc": "Magical darkness doesn’t impede the shadow giant’s darkvision." }, { "name": "Umbral Glimmer", "desc": "At the end of each of the shadow giant’s turns, it must roll a d20. On a roll of 11 or higher, it enters the Plane of" } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_snow-giant/?format=api", "key": "tob2_snow-giant", "name": "Snow Giant", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 11, "armor_detail": "", "hit_points": 138, "hit_dice": "12d12+60", "experience_points": 1800, "ability_scores": { "strength": 19, "dexterity": 12, "constitution": 20, "intelligence": 9, "wisdom": 15, "charisma": 6 }, "modifiers": { "strength": 4, "dexterity": 1, "constitution": 5, "intelligence": -1, "wisdom": 2, "charisma": -2 }, "initiative_bonus": 1, "saving_throws": { "constitution": 8, "wisdom": 5 }, "saving_throws_all": { "strength": 4, "dexterity": 1, "constitution": 8, "intelligence": -1, "wisdom": 5, "charisma": -2 }, "skill_bonuses": { "athletics": 7, "stealth": 4, "survival": 5 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 2, "arcana": -1, "athletics": 7, "deception": -2, "history": -1, "insight": 2, "intimidation": -2, "investigation": -1, "medicine": 2, "nature": -1, "perception": 2, "performance": -2, "persuasion": -2, "religion": -1, "sleight_of_hand": 1, "stealth": 4, "survival": 5 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "cold", "damage_immunities": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "fire", "damage_vulnerabilities": [ { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" } ], "condition_immunities_display": "grappled, restrained", "condition_immunities": [ { "name": "Grappled", "key": "grappled", "url": "https://api-beta.open5e.com/v2/conditions/grappled/?format=api" }, { "name": "Restrained", "key": "restrained", "url": "https://api-beta.open5e.com/v2/conditions/restrained/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Club", "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 11 (3d4 + 4) bludgeoning damage.", "attacks": [ { "name": "Club attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D4", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Giant Snowball", "desc": "Ranged Weapon Attack: +7 to hit, range 60/240 ft., one target. Hit: 14 (3d6 + 4) bludgeoning damage plus 4 (1d8) cold damage, and the target must succeed on a DC 16 Dexterity save or be blinded until the end of its next turn.", "attacks": [ { "name": "Giant Snowball attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D6", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": 1, "extra_damage_die_type": "D8", "extra_damage_bonus": 0, "extra_damage_type": { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The snow giant makes two club attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Snow Camouflage", "desc": "The snow giant has advantage on Dexterity (Stealth) checks made to hide in snowy terrain." }, { "name": "Snow Regeneration", "desc": "The snow giant regains 5 hp at the start of its turn if it has at least 1 hp and it is in snowy terrain." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_thin-giant/?format=api", "key": "tob2_thin-giant", "name": "Thin Giant", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "9.000", "challenge_rating_text": "9", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Deep Speech, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Deep Speech", "key": "deep-speech", "url": "https://api-beta.open5e.com/v2/languages/deep-speech/?format=api", "desc": "Typical speakers include aboleths and cloakers. It is only spoken." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 168, "hit_dice": "16d12+64", "experience_points": 5000, "ability_scores": { "strength": 23, "dexterity": 16, "constitution": 18, "intelligence": 11, "wisdom": 13, "charisma": 9 }, "modifiers": { "strength": 6, "dexterity": 3, "constitution": 4, "intelligence": 0, "wisdom": 1, "charisma": -1 }, "initiative_bonus": 3, "saving_throws": { "dexterity": 7, "constitution": 8, "wisdom": 5 }, "saving_throws_all": { "strength": 6, "dexterity": 7, "constitution": 8, "intelligence": 0, "wisdom": 5, "charisma": -1 }, "skill_bonuses": { "perception": 5, "stealth": 11 }, "skill_bonuses_all": { "acrobatics": 3, "animal_handling": 1, "arcana": 0, "athletics": 6, "deception": -1, "history": 0, "insight": 1, "intimidation": -1, "investigation": 0, "medicine": 1, "nature": 0, "perception": 5, "performance": -1, "persuasion": -1, "religion": 0, "sleight_of_hand": 3, "stealth": 11, "survival": 1 }, "passive_perception": 15, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "bludgeoning, necrotic", "damage_resistances": [ { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "exhaustion", "condition_immunities": [ { "name": "Exhaustion", "key": "exhaustion", "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Claw", "desc": "Melee Weapon Attack: +10 to hit, reach 20 ft., one target. Hit: 13 (2d6 + 6) slashing damage.", "attacks": [ { "name": "Claw attack", "attack_type": "WEAPON", "to_hit_mod": 10, "reach": 20, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Consuming Bite", "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 15 (2d8 + 6) piercing damage plus 7 (2d6) necrotic damage. The target's hp maximum is reduced by an amount equal to the necrotic damage taken, and the giant regains hp equal to that amount. This reduction lasts until the target finishes a long rest. The target dies if this effect reduces its hp maximum to 0.", "attacks": [ { "name": "Consuming Bite attack", "attack_type": "WEAPON", "to_hit_mod": 10, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D8", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": 2, "extra_damage_die_type": "D6", "extra_damage_bonus": 0, "extra_damage_type": { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The thin giant makes three melee attacks, but it can use its Consuming Bite only once.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Contortionist", "desc": "The thin giant can contort its body into unnatural positions, allowing it to easily move through any opening large enough for a Medium creature. It can squeeze through any opening large enough for a Small creature. The giant’s destination must still have suitable room to accommodate its volume." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob2_xing-tian/?format=api", "key": "tob2_xing-tian", "name": "Xing Tian", "document": { "name": "Tome of Beasts 2", "key": "tob2", "type": "SOURCE", "display_name": "Tome of Beasts 2", "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/tome-of-beasts-2/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "11.000", "challenge_rating_text": "11", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor, shield", "hit_points": 168, "hit_dice": "16d12+64", "experience_points": 7200, "ability_scores": { "strength": 23, "dexterity": 12, "constitution": 18, "intelligence": 10, "wisdom": 15, "charisma": 14 }, "modifiers": { "strength": 6, "dexterity": 1, "constitution": 4, "intelligence": 0, "wisdom": 2, "charisma": 2 }, "initiative_bonus": 1, "saving_throws": { "constitution": 8, "wisdom": 6 }, "saving_throws_all": { "strength": 6, "dexterity": 1, "constitution": 8, "intelligence": 0, "wisdom": 6, "charisma": 2 }, "skill_bonuses": { "intimidation": 6, "perception": 6 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 2, "arcana": 0, "athletics": 6, "deception": 2, "history": 0, "insight": 2, "intimidation": 6, "investigation": 0, "medicine": 2, "nature": 0, "perception": 6, "performance": 2, "persuasion": 2, "religion": 0, "sleight_of_hand": 1, "stealth": 1, "survival": 2 }, "passive_perception": 16, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "frightened", "condition_immunities": [ { "name": "Frightened", "key": "frightened", "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Battleaxe", "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 19 (3d8 + 6) slashing damage, or 22 (3d10 + 6) slashing damage if used with two hands.", "attacks": [ { "name": "Battleaxe attack", "attack_type": "WEAPON", "to_hit_mod": 10, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D8", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Dance of the Unyielding", "desc": "The xing tian stomps and waves its arms in a martial dance, and it regains 10 hp. Until the dance ends, the xing tian regains 10 hp at the start of each of its turns and melee attack rolls against the xing tian have disadvantage. It must take a bonus action on its subsequent turns to continue dancing. It can stop dancing at any time. The dance ends if the xing tian is incapacitated.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The xing tian makes three attacks: one with its shield slam and two with its battleaxe. If both battleaxe attacks hit the same target, the target must succeed on a DC 16 Dexterity saving throw or take an extra 11 (2d10) piercing damage as the xing tian bites the target.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Shield Slam", "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 16 (3d6 + 6) bludgeoning damage, and the target must succeed on a DC 16 Strength saving throw or be knocked prone.", "attacks": [ { "name": "Shield Slam attack", "attack_type": "WEAPON", "to_hit_mod": 10, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D6", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Indomitable", "desc": "Any spell or effect that would make the xing tian paralyzed, restrained, or stunned ends at the end of the xing tian’s next turn, regardless of the spell or effect’s normal duration." }, { "name": "Sure-Footed", "desc": "The xing tian has advantage on Strength and Dexterity saving throws made against effects that would knock it prone." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_blood-giant/?format=api", "key": "ccdx_blood-giant", "name": "Blood Giant", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "8.000", "challenge_rating_text": "8", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "lawful neutral", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 126, "hit_dice": "12d12+48", "experience_points": 3900, "ability_scores": { "strength": 23, "dexterity": 12, "constitution": 18, "intelligence": 8, "wisdom": 16, "charisma": 5 }, "modifiers": { "strength": 6, "dexterity": 1, "constitution": 4, "intelligence": -1, "wisdom": 3, "charisma": -3 }, "initiative_bonus": 1, "saving_throws": { "dexterity": 4, "constitution": 7, "wisdom": 6 }, "saving_throws_all": { "strength": 6, "dexterity": 4, "constitution": 7, "intelligence": -1, "wisdom": 6, "charisma": -3 }, "skill_bonuses": { "history": 2, "perception": 6, "religion": 2 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 3, "arcana": -1, "athletics": 6, "deception": -3, "history": 2, "insight": 3, "intimidation": -3, "investigation": -1, "medicine": 3, "nature": -1, "perception": 6, "performance": -3, "persuasion": -3, "religion": 2, "sleight_of_hand": 1, "stealth": 1, "survival": 3 }, "passive_perception": 16, "resistances_and_immunities": { "damage_immunities_display": "cold, poison", "damage_immunities": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "necrotic", "damage_resistances": [ { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "exhaustion, poisoned", "condition_immunities": [ { "name": "Exhaustion", "key": "exhaustion", "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api" }, { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Blood Magic", "desc": "The blood giant uses one of the following:\nImpale. The blood giant causes 10-foot-high blood spikes to burst from the ground within 15 feet of it. Each creature in the area must make a DC 15 Dexterity saving throw, taking 26 (4d12) piercing damage plus 7 (2d6) cold damage on a failed save, or half as much damage on a successful one.\nDrown. The blood giant sends blood pouring down the throat of one creature within 30 feet, which must make a DC 15 Constitution saving throw. On a failure, the creature is incapacitated until the end of its next turn as it coughs up the blood and is poisoned for 1 minute after that.\nVaporize. A red mist surrounds the blood giant in a 20-foot-radius sphere. The mist spreads around corners, and its area is heavily obscured. It moves with the blood giant and doesn't impede the giant's vision. The mist dissipates after 1d4 rounds.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 5 } }, { "name": "Blood Spear", "desc": "Melee Weapon Attack: +9 to hit, range 15 ft., one target. Hit: 19 (3d8 + 6) piercing damage plus 7 (2d6) cold damage.", "attacks": [ { "name": "Blood Spear attack", "attack_type": "WEAPON", "to_hit_mod": 9, "reach": null, "range": 15, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D8", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": 2, "extra_damage_die_type": "D6", "extra_damage_bonus": 0, "extra_damage_type": { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The blood giant makes two blood spear attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +9 to hit, range 60/240 ft., one target. Hit: 28 (4d10 + 6) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 9, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D10", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Blood Sense", "desc": "A blood giant can pinpoint the location of living creatures within 60 feet of it and can sense the general direction of living creatures within 1 mile of it." }, { "name": "Magic Weapons", "desc": "The blood giant's weapon attacks are magical." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_cacus-giant/?format=api", "key": "ccdx_cacus-giant", "name": "Cacus Giant", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "6.000", "challenge_rating_text": "6", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 138, "hit_dice": "12d12+60", "experience_points": 2300, "ability_scores": { "strength": 21, "dexterity": 11, "constitution": 20, "intelligence": 7, "wisdom": 14, "charisma": 10 }, "modifiers": { "strength": 5, "dexterity": 0, "constitution": 5, "intelligence": -2, "wisdom": 2, "charisma": 0 }, "initiative_bonus": 0, "saving_throws": { "strength": 8, "constitution": 8, "wisdom": 5 }, "saving_throws_all": { "strength": 8, "dexterity": 0, "constitution": 8, "intelligence": -2, "wisdom": 5, "charisma": 0 }, "skill_bonuses": { "perception": 5, "survival": 5 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 2, "arcana": -2, "athletics": 5, "deception": 0, "history": -2, "insight": 2, "intimidation": 0, "investigation": -2, "medicine": 2, "nature": -2, "perception": 5, "performance": 0, "persuasion": 0, "religion": -2, "sleight_of_hand": 0, "stealth": 0, "survival": 5 }, "passive_perception": 15, "resistances_and_immunities": { "damage_immunities_display": "fire", "damage_immunities": [ { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Fire Breath", "desc": "The cacus giant exhales fire in a 30-foot cone. Each creature in that area must make a DC 16 Dexterity saving throw, taking 24 (7d6) fire damage on a failed save, or half as much damage on a successful one.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 4 } }, { "name": "Greatclub", "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.", "attacks": [ { "name": "Greatclub attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D8", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The cacus giant makes two greatclub attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +8 to hit, range 30/120 ft., one target. Hit: 27 (4d10 + 5) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": null, "range": 30, "long_range": 120, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D10", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Final Breath", "desc": "When the cacus giant dies, it exhales a final breath of divine essence in a gout of intense fire. Each creature within 5 feet of it must make a DC 16 Dexterity saving throw, taking 27 (6d8) fire damage on a failed save, or half as much damage on a successful one." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_cave-giant/?format=api", "key": "ccdx_cave-giant", "name": "Cave Giant", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "10.000", "challenge_rating_text": "10", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 200, "hit_dice": "16d12+96", "experience_points": 5900, "ability_scores": { "strength": 27, "dexterity": 10, "constitution": 22, "intelligence": 8, "wisdom": 13, "charisma": 6 }, "modifiers": { "strength": 8, "dexterity": 0, "constitution": 6, "intelligence": -1, "wisdom": 1, "charisma": -2 }, "initiative_bonus": 0, "saving_throws": { "dexterity": 4, "constitution": 10, "wisdom": 5 }, "saving_throws_all": { "strength": 8, "dexterity": 4, "constitution": 10, "intelligence": -1, "wisdom": 5, "charisma": -2 }, "skill_bonuses": { "athletics": 12, "perception": 5, "survival": 5 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 1, "arcana": -1, "athletics": 12, "deception": -2, "history": -1, "insight": 1, "intimidation": -2, "investigation": -1, "medicine": 1, "nature": -1, "perception": 5, "performance": -2, "persuasion": -2, "religion": -1, "sleight_of_hand": 0, "stealth": 0, "survival": 5 }, "passive_perception": 15, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Handaxe", "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft. or range 20/60 ft., one target. Hit: 18 (3d6 + 8) slashing damage.", "attacks": [ { "name": "Handaxe attack", "attack_type": "WEAPON", "to_hit_mod": 12, "reach": 10, "range": 20, "long_range": 60, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D6", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The giant makes three attacks: two with its handaxe and one with its tusks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +12 to hit, range 60/240 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 12, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D10", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Tusks", "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 22 (4d6 + 8) slashing damage, and if the target is a Large or smaller creature it must succeed on a DC 20 Strength saving throw or be knocked prone.", "attacks": [ { "name": "Tusks attack", "attack_type": "WEAPON", "to_hit_mod": 12, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D6", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Sunlight Petrification", "desc": "If the giant starts its turn in sunlight, it takes 20 radiant damage. While in sunlight, it moves at half speed and has disadvantage on attack rolls and ability checks. If the giant is reduced to 0 hp while in sunlight, it is petrified." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_chuhaister/?format=api", "key": "ccdx_chuhaister", "name": "Chuhaister", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "7.000", "challenge_rating_text": "7", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Giant, Orc, Sylvan", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." }, { "name": "Orc", "key": "orc", "url": "https://api-beta.open5e.com/v2/languages/orc/?format=api", "desc": "Typical speakers are orcs" }, { "name": "Sylvan", "key": "sylvan", "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api", "desc": "Typical speakers are fey creatures." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 157, "hit_dice": "15d10+75", "experience_points": 2900, "ability_scores": { "strength": 22, "dexterity": 9, "constitution": 20, "intelligence": 10, "wisdom": 11, "charisma": 12 }, "modifiers": { "strength": 6, "dexterity": -1, "constitution": 5, "intelligence": 0, "wisdom": 0, "charisma": 1 }, "initiative_bonus": -1, "saving_throws": { "constitution": 8 }, "saving_throws_all": { "strength": 6, "dexterity": -1, "constitution": 8, "intelligence": 0, "wisdom": 0, "charisma": 1 }, "skill_bonuses": { "athletics": 9 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 0, "arcana": 0, "athletics": 9, "deception": 1, "history": 0, "insight": 0, "intimidation": 1, "investigation": 0, "medicine": 0, "nature": 0, "perception": 0, "performance": 1, "persuasion": 1, "religion": 0, "sleight_of_hand": -1, "stealth": -1, "survival": 0 }, "passive_perception": 10, "resistances_and_immunities": { "damage_immunities_display": "poison", "damage_immunities": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "charmed, poisoned", "condition_immunities": [ { "name": "Charmed", "key": "charmed", "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api" }, { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Deadfall Shield", "desc": "When the chuhaister or one ally within 30 feet of it is hit by an attack, the chuhaister can create a magical, wooden barrier that interrupts the attack. The attack causes no damage. The shield splinters and disappears afterwards.", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 5 } }, { "name": "Greatclub", "desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 23 (5d6 + 6) bludgeoning damage.", "attacks": [ { "name": "Greatclub attack", "attack_type": "WEAPON", "to_hit_mod": 9, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 5, "damage_die_type": "D6", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The chuhaister makes two greatclub attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +2 to hit, range 30/120 ft., one target. Hit: 33 (5d10 + 6) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 2, "reach": null, "range": 30, "long_range": 120, "target_creature_only": false, "damage_die_count": 5, "damage_die_type": "D10", "damage_bonus": 6, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Feybane", "desc": "Creatures of the fey type don't recover spells during a long rest while within 60 feet of the chuhaister. In addition, the chuhaister automatically sees through magical illusions created by spells of 3rd level or lower and has advantage on saving throws and ability checks to detect or see through illusion spells of 4th level or higher." }, { "name": "Light Sensitivity", "desc": "While in bright light, the chuhaister has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_desert-troll/?format=api", "key": "ccdx_desert-troll", "name": "Desert Troll", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "6.000", "challenge_rating_text": "6", "proficiency_bonus": null, "speed": { "walk": 30, "unit": "feet", "burrow": 30 }, "speed_all": { "unit": "feet", "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 30, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 105, "hit_dice": "10d10+50", "experience_points": 2300, "ability_scores": { "strength": 20, "dexterity": 13, "constitution": 20, "intelligence": 9, "wisdom": 12, "charisma": 7 }, "modifiers": { "strength": 5, "dexterity": 1, "constitution": 5, "intelligence": -1, "wisdom": 1, "charisma": -2 }, "initiative_bonus": 1, "saving_throws": {}, "saving_throws_all": { "strength": 5, "dexterity": 1, "constitution": 5, "intelligence": -1, "wisdom": 1, "charisma": -2 }, "skill_bonuses": { "perception": 4, "stealth": 4 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 1, "arcana": -1, "athletics": 5, "deception": -2, "history": -1, "insight": 1, "intimidation": -2, "investigation": -1, "medicine": 1, "nature": -1, "perception": 4, "performance": -2, "persuasion": -2, "religion": -1, "sleight_of_hand": 1, "stealth": 4, "survival": 1 }, "passive_perception": 14, "resistances_and_immunities": { "damage_immunities_display": "fire", "damage_immunities": [ { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Bite", "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 8 (1d6 + 5) piercing damage.", "attacks": [ { "name": "Bite attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 1, "damage_die_type": "D6", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Claws", "desc": "Melee Weapon Attack: +8 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) slashing damage.", "attacks": [ { "name": "Claws attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The desert troll makes three attacks: one with its bite and two with its claws.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Desert Camouflage", "desc": "The desert troll has advantage on Dexterity (Stealth) checks made to hide in desert terrain." }, { "name": "Erupt", "desc": "If the desert troll burrows at least 15 feet straight toward a creature, it can burst out of the ground, harming those above it. Each creature in its space when it erupts must make a DC 16 Strength saving throw. On a failure, the creature takes 10 (3d6) bludgeoning damage, is pushed out of the troll's space, and is knocked prone. On a success, the creature takes half the damage and is pushed out of the troll's space, but isn't knocked prone." }, { "name": "Keen Smell", "desc": "The desert troll has advantage on Wisdom (Perception) checks that rely on smell." }, { "name": "Regeneration", "desc": "The troll regains 10 hp at the start of its turn. If the troll takes acid damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 hp and doesn't regenerate." }, { "name": "Water Susceptibility", "desc": "The desert troll takes 1 acid damage for every 5 feet it moves in water or for every gallon of water splashed on it." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_dvarapala/?format=api", "key": "ccdx_dvarapala", "name": "Dvarapala", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "any alignment (as its patron deity)", "languages": { "as_string": "Common; telepathy 120 ft.", "data": [] }, "armor_class": 14, "armor_detail": "natural armor", "hit_points": 136, "hit_dice": "13d12+52", "experience_points": 1800, "ability_scores": { "strength": 19, "dexterity": 8, "constitution": 18, "intelligence": 10, "wisdom": 16, "charisma": 9 }, "modifiers": { "strength": 4, "dexterity": -1, "constitution": 4, "intelligence": 0, "wisdom": 3, "charisma": -1 }, "initiative_bonus": -1, "saving_throws": { "strength": 7, "constitution": 7, "wisdom": 6 }, "saving_throws_all": { "strength": 7, "dexterity": -1, "constitution": 7, "intelligence": 0, "wisdom": 6, "charisma": -1 }, "skill_bonuses": { "perception": 6, "religion": 3 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 3, "arcana": 0, "athletics": 4, "deception": -1, "history": 0, "insight": 3, "intimidation": -1, "investigation": 0, "medicine": 3, "nature": 0, "perception": 6, "performance": -1, "persuasion": -1, "religion": 3, "sleight_of_hand": -1, "stealth": -1, "survival": 3 }, "passive_perception": 16, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "charmed, exhaustion, frightened", "condition_immunities": [ { "name": "Charmed", "key": "charmed", "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api" }, { "name": "Exhaustion", "key": "exhaustion", "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api" }, { "name": "Frightened", "key": "frightened", "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Gada", "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit: 25 (6d6 + 4) bludgeoning damage and if the target is Large or smaller it must succeed on a DC 16 Strength saving throw or be pushed up to 15 feet away from the dvarapala.", "attacks": [ { "name": "Gada attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 6, "damage_die_type": "D6", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Javelin", "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 10 ft. or range 20/60 ft., one target. Hit: 14 (3d6 + 4) piercing damage.", "attacks": [ { "name": "Javelin attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 10, "range": 20, "long_range": 60, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D6", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Sweeping Strike", "desc": "The dvarapala targets one or more creatures it can see within 10 feet of it. Each target must make a DC 16 Strength saving throw, taking 24 (7d6) bludgeoning damage on a failed save, or half as much damage on a successful one. A creature who fails its save is pushed 5 feet away from the dvarapala.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 4 } } ], "traits": [ { "name": "Divine Words", "desc": "In addition to Common, a dvarapala can speak one language associated with its patron deity: Abyssal (chaotic or neutral evil deities), Celestial (good deities), or Infernal (lawful evil deities). A dvarapala who serves a neutral deity knows a language that is most appropriate for service to its deity (such as Primordial for a neutral god of elementals or Sylvan for a neutral god of nature)." }, { "name": "Innate Spellcasting", "desc": "The dvarapala's innate spellcasting ability is Wisdom (spell save DC 14). The dvarapala can innately cast the following spells, requiring no material components:\nAt will: sacred flame (2d8)\n3/day: thunderwave\n1/day each: gust of wind, wind wall" }, { "name": "Keen Senses", "desc": "The dvarapala has advantage on Wisdom (Perception) checks that rely on sight, hearing, or smell." }, { "name": "Magic Resistance", "desc": "The dvarapala has advantage on saving throws against spells and other magical effects." }, { "name": "You Shall Not Pass", "desc": "The dvarapala can make an opportunity attack when a hostile creature moves within its reach as well as when a hostile creature moves out of its reach. It gets one extra reaction that be used only for opportunity attacks." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_haunted-giant/?format=api", "key": "ccdx_haunted-giant", "name": "Haunted Giant", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "6.000", "challenge_rating_text": "6", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic neutral", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 20, "armor_detail": "natural armor", "hit_points": 126, "hit_dice": "12d12+48", "experience_points": 2300, "ability_scores": { "strength": 21, "dexterity": 8, "constitution": 19, "intelligence": 5, "wisdom": 9, "charisma": 6 }, "modifiers": { "strength": 5, "dexterity": -1, "constitution": 4, "intelligence": -3, "wisdom": -1, "charisma": -2 }, "initiative_bonus": -1, "saving_throws": { "dexterity": 2, "constitution": 7, "wisdom": 2 }, "saving_throws_all": { "strength": 5, "dexterity": 2, "constitution": 7, "intelligence": -3, "wisdom": 2, "charisma": -2 }, "skill_bonuses": { "athletics": 8, "perception": 2 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": -1, "arcana": -3, "athletics": 8, "deception": -2, "history": -3, "insight": -1, "intimidation": -2, "investigation": -3, "medicine": -1, "nature": -3, "perception": 2, "performance": -2, "persuasion": -2, "religion": -3, "sleight_of_hand": -1, "stealth": -1, "survival": -1 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Greatclub", "desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 18 (3d8 + 5) bludgeoning damage.", "attacks": [ { "name": "Greatclub attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D8", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The giant makes two greatclub attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +8 to hit, range 60/240 ft., one target. Hit: 21 (3d10 + 5) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 8, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D10", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Ancestral Spirits", "desc": "Three ghostly spirits haunt the giant. The spirits are incorporeal, remain within 10 feet of the giant at all times, and can't take actions. Each uses the giant's AC and saving throws, has 15 hp and can only be harmed by radiant damage. If an ancestral spirit is reduced to 0 hp, it disappears temporarily. Reduce the giant's AC by 1 and remove one trait granted by the spirits for each spirit that is driven off. Ancestral spirits can't be turned." }, { "name": "Reckless", "desc": "At the start of its turn, the giant can gain advantage on all melee weapon attack rolls during that turn, but attack rolls against it have advantage until the start of its next turn. This trait is granted by the ancestral spirits." }, { "name": "See Invisibility", "desc": "The giant can see invisible creatures and objects as if they were visible and can see into the Ethereal Plane. This trait is granted by the ancestral spirits." }, { "name": "Steadfast", "desc": "The giant is immune to the charmed and frightened conditions. This trait is granted by the ancestral spirits." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_laestrigonian-giant/?format=api", "key": "ccdx_laestrigonian-giant", "name": "Laestrigonian Giant", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 13, "armor_detail": "natural armor", "hit_points": 95, "hit_dice": "10d10+40", "experience_points": 1100, "ability_scores": { "strength": 20, "dexterity": 14, "constitution": 18, "intelligence": 9, "wisdom": 11, "charisma": 8 }, "modifiers": { "strength": 5, "dexterity": 2, "constitution": 4, "intelligence": -1, "wisdom": 0, "charisma": -1 }, "initiative_bonus": 2, "saving_throws": {}, "saving_throws_all": { "strength": 5, "dexterity": 2, "constitution": 4, "intelligence": -1, "wisdom": 0, "charisma": -1 }, "skill_bonuses": {}, "skill_bonuses_all": { "acrobatics": 2, "animal_handling": 0, "arcana": -1, "athletics": 5, "deception": -1, "history": -1, "insight": 0, "intimidation": -1, "investigation": -1, "medicine": 0, "nature": -1, "perception": 0, "performance": -1, "persuasion": -1, "religion": -1, "sleight_of_hand": 2, "stealth": 2, "survival": 0 }, "passive_perception": 10, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Bite", "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 9 (1d8 + 5) piercing damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or contract a disease. Until the disease is cured, the target can't regain hp except by magical means, and the target's hp maximum decreases by 3 (1d6) every 24 hours. If the target's hp maximum drops to 0 as a result of this disease, the target dies.", "attacks": [ { "name": "Bite attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 1, "damage_die_type": "D8", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Greatclub", "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 14 (2d8 + 5) bludgeoning damage.", "attacks": [ { "name": "Greatclub attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D8", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The Laestrigonian giant makes one greatclub attack and one bite attack.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Melee or Ranged Weapon Attack: +7 to hit, reach 5 ft. or range 60/240 ft., one target. Hit: 16 (2d10 + 5) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D10", "damage_bonus": 5, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_mountain-giant/?format=api", "key": "ccdx_mountain-giant", "name": "Mountain Giant", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Gargantuan", "key": "gargantuan", "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api" }, "challenge_rating_decimal": "21.000", "challenge_rating_text": "21", "proficiency_bonus": null, "speed": { "walk": 50, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 50, "crawl": 25, "hover": false, "fly": 0, "burrow": 0, "climb": 25, "swim": 25 }, "category": "Monsters", "subcategory": null, "alignment": "neutral evil", "languages": { "as_string": "Common, Giant, Terran", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 20, "armor_detail": "natural armor", "hit_points": 313, "hit_dice": "19d20+114", "experience_points": 33000, "ability_scores": { "strength": 26, "dexterity": 10, "constitution": 22, "intelligence": 14, "wisdom": 20, "charisma": 10 }, "modifiers": { "strength": 8, "dexterity": 0, "constitution": 6, "intelligence": 2, "wisdom": 5, "charisma": 0 }, "initiative_bonus": 0, "saving_throws": { "constitution": 13, "intelligence": 9, "wisdom": 12, "charisma": 7 }, "saving_throws_all": { "strength": 8, "dexterity": 0, "constitution": 13, "intelligence": 9, "wisdom": 12, "charisma": 7 }, "skill_bonuses": { "athletics": 15, "perception": 12 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 5, "arcana": 2, "athletics": 15, "deception": 0, "history": 2, "insight": 5, "intimidation": 0, "investigation": 2, "medicine": 5, "nature": 2, "perception": 12, "performance": 0, "persuasion": 0, "religion": 2, "sleight_of_hand": 0, "stealth": 0, "survival": 5 }, "passive_perception": 22, "resistances_and_immunities": { "damage_immunities_display": "cold, fire, lightning, thunder; bludgeoning", "damage_immunities": [ { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" }, { "name": "Lightning", "key": "lightning", "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api" }, { "name": "Thunder", "key": "thunder", "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "charmed, frightened, paralyzed, petrified, stunned", "condition_immunities": [ { "name": "Charmed", "key": "charmed", "url": "https://api-beta.open5e.com/v2/conditions/charmed/?format=api" }, { "name": "Frightened", "key": "frightened", "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api" }, { "name": "Paralyzed", "key": "paralyzed", "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api" }, { "name": "Petrified", "key": "petrified", "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api" }, { "name": "Stunned", "key": "stunned", "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": 120, "truesight_range": null, "actions": [ { "name": "Boulder", "desc": "Ranged Weapon Attack: +15 to hit, range 100/400 ft., one target. Hit: 40 (5d12 + 8) bludgeoning damage.", "attacks": [ { "name": "Boulder attack", "attack_type": "WEAPON", "to_hit_mod": 15, "reach": null, "range": 100, "long_range": 400, "target_creature_only": false, "damage_die_count": 5, "damage_die_type": "D12", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Boulder Spray", "desc": "The mountain giant unleashes a barrage of boulders in a 60-foot cone. Each creature in that area must make a DC 22 Dexterity saving throw. On a failure, a creature takes 58 (9d12) bludgeoning damage and is knocked prone and restrained. On a success, the creature takes half the damage and isn't knocked prone or restrained. A target, including the restrained creature can take an action to make a DC 20 Strength (Athletics) or Dexterity (Acrobatics) check, freeing the restrained creature on a success.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 5 } }, { "name": "Grasping Soil", "desc": "The mountain giant commands the earth itself to assist in the fight. The giant chooses three creatures it can see within 60 feet. Each target must succeed on a DC 21 Dexterity saving throw or be restrained until the start of its next turn.", "attacks": [], "action_type": "LEGENDARY_ACTION", "order_in_statblock": 0, "legendary_action_cost": 1, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The mountain giant makes two slam attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Roar", "desc": "The mountain giant emits a tremendous growl. Each creature within 20 feet of the giant must make a DC 21 Constitution saving throw. On a failure, a creature takes 21 (6d6) thunder damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.", "attacks": [], "action_type": "LEGENDARY_ACTION", "order_in_statblock": 1, "legendary_action_cost": 2, "limited_to_form": null, "usage_limits": null }, { "name": "Roar (Costs 2 Actions)", "desc": "The mountain giant emits a tremendous growl. Each creature within 20 feet of the giant must make a DC 21 Constitution saving throw. On a failure, a creature takes 21 (6d6) thunder damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone.", "attacks": [], "action_type": "ACTION", "order_in_statblock": null, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Slam", "desc": "Melee Weapon Attack: +15 to hit, reach 20 ft., one target. Hit: 21 (2d12 + 8) bludgeoning damage.", "attacks": [ { "name": "Slam attack", "attack_type": "WEAPON", "to_hit_mod": 15, "reach": 20, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D12", "damage_bonus": 8, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Spawn Elemental", "desc": "A piece of the mountain giant's body tears away in the form of an earth elemental. The earth elemental acts on the same initiative count as the mountain giant, obeying the mountain giant's commands and fighting until destroyed. The mountain giant can have no more than five earth elementals under its control at one time.", "attacks": [], "action_type": "LEGENDARY_ACTION", "order_in_statblock": 2, "legendary_action_cost": 3, "limited_to_form": null, "usage_limits": null }, { "name": "Spawn Elemental (Costs 3 Actions)", "desc": "A piece of the mountain giant's body tears away in the form of an earth elemental. The earth elemental acts on the same initiative count as the mountain giant, obeying the mountain giant's commands and fighting until destroyed. The mountain giant can have no more than five earth elementals under its control at one time.", "attacks": [], "action_type": "ACTION", "order_in_statblock": null, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Legendary Resistance (2/Day)", "desc": "If the mountain giant fails a saving throw, it can choose to succeed instead." }, { "name": "Magic Resistance", "desc": "A mountain giant has advantage on saving throws against spells and other magical effects." }, { "name": "Mountain Master", "desc": "The mountain giant can move and shape the terrain around it. This trait works like the move earth spell, except it has no duration, and the giant can manipulate any stone, natural or worked." }, { "name": "Siege Monster", "desc": "The mountain giant deals triple damage to objects and structures with its melee and ranged weapon attacks." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_tusked-crimson-ogre/?format=api", "key": "ccdx_tusked-crimson-ogre", "name": "Tusked Crimson Ogre", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "half plate", "hit_points": 93, "hit_dice": "11d10+33", "experience_points": 1800, "ability_scores": { "strength": 19, "dexterity": 8, "constitution": 16, "intelligence": 5, "wisdom": 7, "charisma": 7 }, "modifiers": { "strength": 4, "dexterity": -1, "constitution": 3, "intelligence": -3, "wisdom": -2, "charisma": -2 }, "initiative_bonus": -1, "saving_throws": { "constitution": 6, "wisdom": 1 }, "saving_throws_all": { "strength": 4, "dexterity": -1, "constitution": 6, "intelligence": -3, "wisdom": 1, "charisma": -2 }, "skill_bonuses": { "athletics": 7, "intimidation": 4 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": -2, "arcana": -3, "athletics": 7, "deception": -2, "history": -3, "insight": -2, "intimidation": 4, "investigation": -3, "medicine": -2, "nature": -3, "perception": -2, "performance": -2, "persuasion": -2, "religion": -3, "sleight_of_hand": -1, "stealth": -1, "survival": -2 }, "passive_perception": 8, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "poison", "damage_resistances": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "frightened", "condition_immunities": [ { "name": "Frightened", "key": "frightened", "url": "https://api-beta.open5e.com/v2/conditions/frightened/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Berserker's Blood", "desc": "If the tusked crimson ogre doesn't have all of its hp, it flexes and roars, spraying blood from its wounds. Each creature within 15 feet of the ogre must make a DC 14 Constitution saving throw. On a failure, a creature takes 21 (6d6) acid damage and goes berserk. On a success, a creature takes half the damage and doesn't go berserk. On each of its turns, a berserk creature must attack the nearest creature it can see, eschewing ranged or magical attacks in favor of melee attacks. If no creature is near enough to move to and attack, the berserk creature attacks an object, with preference for an object smaller than itself. Once a creature goes berserk, it continues to do so until it is unconscious, regains all of its hp, or is cured through lesser restoration or similar magic.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 5 } }, { "name": "Bite", "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 11 (2d6 + 4) piercing damage.", "attacks": [ { "name": "Bite attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Morningstar", "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 13 (2d8 + 4) piercing damage.", "attacks": [ { "name": "Morningstar attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D8", "damage_bonus": 4, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The tusked crimson ogre makes two attacks: one with its morningstar and one with its bite.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Blood Frenzy", "desc": "The ogre has advantage on melee attack rolls against any creature that doesn't have all its hp." }, { "name": "Rampage", "desc": "When the ogre reduces a creature to 0 hp with a melee attack on its turn, the ogre can take a bonus action to move up to half its speed and make one bite attack." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/ccdx_void-giant/?format=api", "key": "ccdx_void-giant", "name": "Void Giant", "document": { "name": "Creature Codex", "key": "ccdx", "type": "SOURCE", "display_name": "Creature Codex", "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/creature-codex-for-5th-edition-dnd/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "11.000", "challenge_rating_text": "11", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic neutral", "languages": { "as_string": "Common, Draconic, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Draconic", "key": "draconic", "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api", "desc": "Typical speakers include dragons and dragonborn." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "natural armor", "hit_points": 210, "hit_dice": "20d12+80", "experience_points": 7200, "ability_scores": { "strength": 24, "dexterity": 10, "constitution": 18, "intelligence": 18, "wisdom": 10, "charisma": 14 }, "modifiers": { "strength": 7, "dexterity": 0, "constitution": 4, "intelligence": 4, "wisdom": 0, "charisma": 2 }, "initiative_bonus": 0, "saving_throws": { "constitution": 8, "wisdom": 4, "charisma": 6 }, "saving_throws_all": { "strength": 7, "dexterity": 0, "constitution": 8, "intelligence": 4, "wisdom": 4, "charisma": 6 }, "skill_bonuses": { "arcana": 8, "history": 8, "investigation": 8 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 0, "arcana": 8, "athletics": 7, "deception": 2, "history": 8, "insight": 0, "intimidation": 2, "investigation": 8, "medicine": 0, "nature": 4, "perception": 0, "performance": 2, "persuasion": 2, "religion": 4, "sleight_of_hand": 0, "stealth": 0, "survival": 0 }, "passive_perception": 10, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Magic Absorption", "desc": "If the void giant succeeds on a saving throw against an enemy spell, the void giant doesn't suffer the effects of that spell. If it uses Void Casting on its next turn, the void giant can affect all creatures hit by its spell or who fail a saving throw against its spell instead of just one creature.", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The void giant makes two slam attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Slam", "desc": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.", "attacks": [ { "name": "Slam attack", "attack_type": "WEAPON", "to_hit_mod": 11, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D8", "damage_bonus": 7, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Spellcasting", "desc": "The void giant is an 11th-level spellcaster. Its spellcasting ability is Intelligence (save DC 16, +8 to hit with spell attacks). The void giant has the following wizard spells prepared: \n\n- **Cantrips** (at will): chill touch, light, mending, shocking grasp\n- **1st Level** (4 slots): comprehend languages, magic missile, shield\n- **2nd Level** (3 slots): crown of madness, mirror image, scorching ray\n- **3rd Level** (3 slots): counterspell, fly, lightning bolt\n- **4th Level** (3 slots): confusion, ice storm, phantasmal killer\n- **5th Level** (2 slots): cone of cold, dominate person\n- **6th Level** (1 slot): disintegrate" }, { "name": "Void Casting", "desc": "As a bonus action, the void giant can infuse a spell with void magic. One creature that is hit by that spell or who fails a saving throw against that spell is stunned until the end of the creature's next turn." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_abaasy/?format=api", "key": "tob3_abaasy", "name": "Abaasy", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "8.000", "challenge_rating_text": "8", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 18, "armor_detail": "armor scraps, Dual Shields", "hit_points": 126, "hit_dice": "11d12+55", "experience_points": 3900, "ability_scores": { "strength": 20, "dexterity": 10, "constitution": 20, "intelligence": 9, "wisdom": 14, "charisma": 8 }, "modifiers": { "strength": 5, "dexterity": 0, "constitution": 5, "intelligence": -1, "wisdom": 2, "charisma": -1 }, "initiative_bonus": 0, "saving_throws": {}, "saving_throws_all": { "strength": 5, "dexterity": 0, "constitution": 5, "intelligence": -1, "wisdom": 2, "charisma": -1 }, "skill_bonuses": { "perception": 2 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 2, "arcana": -1, "athletics": 5, "deception": -1, "history": -1, "insight": 2, "intimidation": -1, "investigation": -1, "medicine": 2, "nature": -1, "perception": 2, "performance": -1, "persuasion": -1, "religion": -1, "sleight_of_hand": 0, "stealth": 0, "survival": 2 }, "passive_perception": 15, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "cold", "damage_resistances": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Iron Axe", "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 18 (3d8+5) slashing damage.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "Three melee attacks only one of which can be a Shield Shove. If it uses two hands to make a Spear attack it can't make an Iron Axe attack that turn.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Armored Berserker", "desc": "The pain caused by the iron plates bolted to its body keep it on the edge of madness. Whenever it starts its turn with 60 hp or fewer roll a d6. On a 6 it goes berserk. While berserk has resistance to B/P/S damage. On each of its turns while berserk it attacks nearest creature it can see. If no creature is near enough to move to and attack attacks an object with preference for object smaller than itself. Once it goes berserk continues to do so until destroyed or regains all its hp." }, { "name": "Dual Shields", "desc": "Carries two shields which together give it a +3 bonus to its AC (included in its AC)." }, { "name": "Poor Depth Perception", "desc": "Has disadvantage on attack rolls vs. a target more than 30' away from it." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_belu/?format=api", "key": "tob3_belu", "name": "Belu", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "10.000", "challenge_rating_text": "10", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic good", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 184, "hit_dice": "16d12+80", "experience_points": 5900, "ability_scores": { "strength": 22, "dexterity": 12, "constitution": 20, "intelligence": 12, "wisdom": 10, "charisma": 18 }, "modifiers": { "strength": 6, "dexterity": 1, "constitution": 5, "intelligence": 1, "wisdom": 0, "charisma": 4 }, "initiative_bonus": 1, "saving_throws": { "dexterity": 5, "constitution": 9 }, "saving_throws_all": { "strength": 6, "dexterity": 5, "constitution": 9, "intelligence": 1, "wisdom": 0, "charisma": 4 }, "skill_bonuses": { "perception": 0 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 0, "arcana": 1, "athletics": 6, "deception": 4, "history": 1, "insight": 0, "intimidation": 4, "investigation": 1, "medicine": 0, "nature": 1, "perception": 0, "performance": 4, "persuasion": 4, "religion": 1, "sleight_of_hand": 1, "stealth": 1, "survival": 0 }, "passive_perception": 10, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "poison", "damage_resistances": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "poisoned", "condition_immunities": [ { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Change Shape", "desc": "Magically transforms into a Small or Med Humanoid or back into its true form. Its stats other than size are same in each form. Any equipment it is wearing or carrying transforms with it. If it dies it reverts to its true form.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Healing Lotuscraft", "desc": "(1/Day). Can spend 1 min crafting poultice that lasts 24 hrs. When a creature takes an action to apply poultice to a wound or skin of a creature target regains 18 (4d8) hp and is cured of any diseases or conditions affecting it." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_berberoka/?format=api", "key": "tob3_berberoka", "name": "Berberoka", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "7.000", "challenge_rating_text": "7", "proficiency_bonus": null, "speed": { "walk": 40, "swim": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 40 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 114, "hit_dice": "12d10+48", "experience_points": 2900, "ability_scores": { "strength": 20, "dexterity": 10, "constitution": 18, "intelligence": 6, "wisdom": 12, "charisma": 10 }, "modifiers": { "strength": 5, "dexterity": 0, "constitution": 4, "intelligence": -2, "wisdom": 1, "charisma": 0 }, "initiative_bonus": 0, "saving_throws": { "wisdom": 4 }, "saving_throws_all": { "strength": 5, "dexterity": 0, "constitution": 4, "intelligence": -2, "wisdom": 4, "charisma": 0 }, "skill_bonuses": { "perception": 1 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 1, "arcana": -2, "athletics": 5, "deception": 0, "history": -2, "insight": 1, "intimidation": 0, "investigation": -2, "medicine": 1, "nature": -2, "perception": 1, "performance": 0, "persuasion": 0, "religion": -2, "sleight_of_hand": 0, "stealth": 0, "survival": 1 }, "passive_perception": 14, "resistances_and_immunities": { "damage_immunities_display": "poison", "damage_immunities": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "acid", "damage_resistances": [ { "name": "Acid", "key": "acid", "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "paralyzed, petrified, poisoned", "condition_immunities": [ { "name": "Paralyzed", "key": "paralyzed", "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api" }, { "name": "Petrified", "key": "petrified", "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api" }, { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Saturated Expansion", "desc": "While in contact with body of water it absorbs water that is a cube up to 10 ft. on a side and becomes saturated as water fills its body. While saturated increases in size along with anything it is wearing or carrying becoming Huge and has advantage on Str checks and Str saves. If it lacks room to become Huge it attains max size possible in space available. Ground exposed by the absorbed water becomes difficult terrain.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Amphibious", "desc": "Can breathe air and water." }, { "name": "Aqueous Regeneration", "desc": "If it starts its turn in contact with body of water large enough to submerge at least half of its body it regains 10 hp if it has at least 1 hp." }, { "name": "Muck-Coated Slam (Saturated Only)", "desc": "Melee Weapon Attack: +8 to hit, 10 ft., one target, 24 (3d12+5) bludgeoning damage and the target: DC 15 Dex save or its speed is reduced by 10 ft. as mud and muck coat it. A creature including target can take an action to clean off the mud and muck." }, { "name": "Multiattack", "desc": "Three Slams or two Muck-Coated Slam attacks." }, { "name": "Slam", "desc": "Melee Weapon Attack: +8 to hit, 5 ft., one target, 14 (2d8+5) bludgeoning damage." }, { "name": "Swamp Camouflage", "desc": "Has advantage on Dex (Stealth) checks made to hide in marshland or swamp terrain." }, { "name": "Swamp Stalker", "desc": "Leaves behind no tracks or other traces of its passage when it moves through marshland or swamp terrain." }, { "name": "Water Jet (Saturated Only Recharge 4–6)", "desc": "Releases all absorbed water as a powerful jet in a 60' line that is 5 ft. wide. Each creature in that line: 40 (9d8) bludgeoning damage and is pushed up to 15 ft. away from it and knocked prone (DC 14 Dex half damage and isn’t pushed or knocked prone). After using Water Jet it is no longer saturated." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_crystallite/?format=api", "key": "tob3_crystallite", "name": "Crystallite", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "lawful neutral", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 90, "hit_dice": "12d10+24", "experience_points": 1100, "ability_scores": { "strength": 18, "dexterity": 8, "constitution": 14, "intelligence": 17, "wisdom": 11, "charisma": 9 }, "modifiers": { "strength": 4, "dexterity": -1, "constitution": 2, "intelligence": 3, "wisdom": 0, "charisma": -1 }, "initiative_bonus": -1, "saving_throws": {}, "saving_throws_all": { "strength": 4, "dexterity": -1, "constitution": 2, "intelligence": 3, "wisdom": 0, "charisma": -1 }, "skill_bonuses": { "perception": 0 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 0, "arcana": 3, "athletics": 4, "deception": -1, "history": 3, "insight": 0, "intimidation": -1, "investigation": 3, "medicine": 0, "nature": 3, "perception": 0, "performance": -1, "persuasion": -1, "religion": 3, "sleight_of_hand": -1, "stealth": -1, "survival": 0 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "poison", "damage_immunities": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "cold, fire", "damage_resistances": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "poisoned", "condition_immunities": [ { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": 60, "truesight_range": null, "actions": [ { "name": "Calcify", "desc": "When it takes 5+ damage on a single turn it can reduce its hp max by an amount equal to damage taken and gains a +1 bonus to AC. Reduction and bonus last until it finishes a long rest. Can't increase its AC above 20 using this.", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "False Appearance", "desc": "While motionless indistinguishable from large geode." }, { "name": "Final Form", "desc": "When it dies its corpse transforms into crystal and becomes a Large object that can be attacked and destroyed (AC 17; hp 45; immunity to poison and psychic). It can no longer be affected by spells and effects that target creatures." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ettin-kobold/?format=api", "key": "tob3_ettin-kobold", "name": "Ettin, Kobold", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Medium", "key": "medium", "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api" }, "challenge_rating_decimal": "1.000", "challenge_rating_text": "1", "proficiency_bonus": null, "speed": { "walk": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "lawful evil", "languages": { "as_string": "Common, Draconic", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Draconic", "key": "draconic", "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api", "desc": "Typical speakers include dragons and dragonborn." } ] }, "armor_class": 12, "armor_detail": "armor scraps", "hit_points": 34, "hit_dice": "4d8+16", "experience_points": 200, "ability_scores": { "strength": 17, "dexterity": 11, "constitution": 18, "intelligence": 6, "wisdom": 8, "charisma": 7 }, "modifiers": { "strength": 3, "dexterity": 0, "constitution": 4, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "initiative_bonus": 0, "saving_throws": {}, "saving_throws_all": { "strength": 3, "dexterity": 0, "constitution": 4, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "skill_bonuses": { "perception": -1 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": -1, "arcana": -2, "athletics": 3, "deception": -2, "history": -2, "insight": -1, "intimidation": -2, "investigation": -2, "medicine": -1, "nature": -2, "perception": -1, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": 0, "stealth": 0, "survival": -1 }, "passive_perception": 9, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Bickering Heads", "desc": "A kobold ettin’s constant bickering can be easily heard and proves a tough habit to disrupt. It has disadvantage on Dex (Stealth) checks to stay silent but it has advantage on Wis (Perception) checks. Has advantage vs. being blinded charmed deafened frightened stunned and knocked unconscious." }, { "name": "Might of Giants", "desc": "Though squat by ettin standards kobold ettins are as much giant as they are kobold. It is a Large Giant for the purpose of determining its carrying capacity." }, { "name": "Pack Tactics", "desc": "Advantage on attacks vs. creature if 1+ unincapacitated attacker ally is within 5 ft. of target." }, { "name": "Sunlight Sensitivity", "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-firestorm/?format=api", "key": "tob3_giant-firestorm", "name": "Giant, Firestorm", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "7.000", "challenge_rating_text": "7", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "hide armor", "hit_points": 149, "hit_dice": "13d12+65", "experience_points": 2900, "ability_scores": { "strength": 23, "dexterity": 15, "constitution": 20, "intelligence": 12, "wisdom": 16, "charisma": 9 }, "modifiers": { "strength": 6, "dexterity": 2, "constitution": 5, "intelligence": 1, "wisdom": 3, "charisma": -1 }, "initiative_bonus": 2, "saving_throws": { "dexterity": 5, "constitution": 8, "wisdom": 6 }, "saving_throws_all": { "strength": 6, "dexterity": 5, "constitution": 8, "intelligence": 1, "wisdom": 6, "charisma": -1 }, "skill_bonuses": { "perception": 3 }, "skill_bonuses_all": { "acrobatics": 2, "animal_handling": 3, "arcana": 1, "athletics": 6, "deception": -1, "history": 1, "insight": 3, "intimidation": -1, "investigation": 1, "medicine": 3, "nature": 1, "perception": 3, "performance": -1, "persuasion": -1, "religion": 1, "sleight_of_hand": 2, "stealth": 2, "survival": 3 }, "passive_perception": 16, "resistances_and_immunities": { "damage_immunities_display": "cold, fire", "damage_immunities": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-hellfire/?format=api", "key": "tob3_giant-hellfire", "name": "Giant, Hellfire", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "9.000", "challenge_rating_text": "9", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral good", "languages": { "as_string": "Giant, Infernal", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." }, { "name": "Infernal", "key": "infernal", "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api", "desc": "Typical speakers are devils." } ] }, "armor_class": 16, "armor_detail": "breastplate", "hit_points": 168, "hit_dice": "16d12+64", "experience_points": 5000, "ability_scores": { "strength": 23, "dexterity": 15, "constitution": 19, "intelligence": 10, "wisdom": 12, "charisma": 17 }, "modifiers": { "strength": 6, "dexterity": 2, "constitution": 4, "intelligence": 0, "wisdom": 1, "charisma": 3 }, "initiative_bonus": 2, "saving_throws": { "dexterity": 5, "constitution": 6, "wisdom": 4 }, "saving_throws_all": { "strength": 6, "dexterity": 5, "constitution": 6, "intelligence": 0, "wisdom": 4, "charisma": 3 }, "skill_bonuses": { "perception": 1 }, "skill_bonuses_all": { "acrobatics": 2, "animal_handling": 1, "arcana": 0, "athletics": 6, "deception": 3, "history": 0, "insight": 1, "intimidation": 3, "investigation": 0, "medicine": 1, "nature": 0, "perception": 1, "performance": 3, "persuasion": 3, "religion": 0, "sleight_of_hand": 2, "stealth": 2, "survival": 1 }, "passive_perception": 15, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "fire", "damage_resistances": [ { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Runic Shield", "desc": "Adds 4 to its AC vs. one attack that would hit it as green runes encircle the giant. To do so giant must see the attacker and can't be invisible", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Death Malison", "desc": "When it dies the runes on its body flash a bright green then turn to mundane malachite. Each creature within 20' of giant: cursed 7 days (DC 16 Con negates) or until lifted by remove curse spell or similar. While cursed creature has disadvantage on saves and on first attack roll it makes on each of its turns. Fiends have disadvantage on the save." }, { "name": "Rune-Powered Weapons", "desc": "Its weapon attacks are magical. When it hits with any weapon weapon deals extra 2d8 fire (included in below)." }, { "name": "Stone Camouflage", "desc": "Advantage on Dex (Stealth) checks made to hide in rocky terrain." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-lantern/?format=api", "key": "tob3_giant-lantern", "name": "Giant, Lantern", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "12.000", "challenge_rating_text": "12", "proficiency_bonus": null, "speed": { "walk": 40, "swim": 60 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 60 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Common, Giant, Primordial", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." }, { "name": "Primordial", "key": "primordial", "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api", "desc": "Typical speakers are elementals." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 225, "hit_dice": "18d12+108", "experience_points": 8400, "ability_scores": { "strength": 26, "dexterity": 12, "constitution": 22, "intelligence": 15, "wisdom": 16, "charisma": 17 }, "modifiers": { "strength": 8, "dexterity": 1, "constitution": 6, "intelligence": 2, "wisdom": 3, "charisma": 3 }, "initiative_bonus": 1, "saving_throws": { "constitution": 1, "wisdom": 7, "charisma": 7 }, "saving_throws_all": { "strength": 8, "dexterity": 1, "constitution": 1, "intelligence": 2, "wisdom": 7, "charisma": 7 }, "skill_bonuses": { "perception": 3 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 3, "arcana": 2, "athletics": 8, "deception": 3, "history": 2, "insight": 3, "intimidation": 3, "investigation": 2, "medicine": 3, "nature": 2, "perception": 3, "performance": 3, "persuasion": 3, "religion": 2, "sleight_of_hand": 1, "stealth": 1, "survival": 3 }, "passive_perception": 17, "resistances_and_immunities": { "damage_immunities_display": "cold", "damage_immunities": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "blinded", "condition_immunities": [ { "name": "Blinded", "key": "blinded", "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api" } ] }, "normal_sight_range": null, "darkvision_range": null, "blindsight_range": 120, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Hypnotic Luminescence", "desc": "Tendril on giant’s head sheds bright light in 60' radius and dim light extra 60'. When creature that can see the light starts its turn within 60' of giant creature charmed 24 hrs (DC 18 Cha negates) regarding giant as friendly acquaintance. If giant or one of its allies harms charmed creature this effect ends. If save succeeds/effect ends for it creature immune to giant's Hypnotic Luminescence for next 24 hrs. At start of its turn lantern giant chooses whether this light is active." }, { "name": "Limited Amphibiousness", "desc": "Can breathe air and water but it needs to be submerged at least once every 4 hrs to avoid suffocating." }, { "name": "Speak with Aquatic Creatures", "desc": "Communicate with Monstrosities and Beasts that have a swim speed as if they shared a language." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-shire/?format=api", "key": "tob3_giant-shire", "name": "Giant, Shire", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "8.000", "challenge_rating_text": "8", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "lawful evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "natural armor", "hit_points": 138, "hit_dice": "12d12+60", "experience_points": 3900, "ability_scores": { "strength": 19, "dexterity": 8, "constitution": 20, "intelligence": 9, "wisdom": 10, "charisma": 9 }, "modifiers": { "strength": 4, "dexterity": -1, "constitution": 5, "intelligence": -1, "wisdom": 0, "charisma": -1 }, "initiative_bonus": -1, "saving_throws": {}, "saving_throws_all": { "strength": 4, "dexterity": -1, "constitution": 5, "intelligence": -1, "wisdom": 0, "charisma": -1 }, "skill_bonuses": { "perception": 0 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 0, "arcana": -1, "athletics": 4, "deception": -1, "history": -1, "insight": 0, "intimidation": -1, "investigation": -1, "medicine": 0, "nature": -1, "perception": 0, "performance": -1, "persuasion": -1, "religion": -1, "sleight_of_hand": -1, "stealth": -1, "survival": 0 }, "passive_perception": 10, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-thursir-armorer/?format=api", "key": "tob3_giant-thursir-armorer", "name": "Giant, Thursir Armorer", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "6.000", "challenge_rating_text": "6", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "lawful evil", "languages": { "as_string": "Common, Dwarven, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 19, "armor_detail": "splint, shield", "hit_points": 138, "hit_dice": "12d10+72", "experience_points": 2300, "ability_scores": { "strength": 20, "dexterity": 9, "constitution": 23, "intelligence": 12, "wisdom": 15, "charisma": 9 }, "modifiers": { "strength": 5, "dexterity": -1, "constitution": 6, "intelligence": 1, "wisdom": 2, "charisma": -1 }, "initiative_bonus": -1, "saving_throws": { "constitution": 9 }, "saving_throws_all": { "strength": 5, "dexterity": -1, "constitution": 9, "intelligence": 1, "wisdom": 2, "charisma": -1 }, "skill_bonuses": { "perception": 2 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 2, "arcana": 1, "athletics": 5, "deception": -1, "history": 1, "insight": 2, "intimidation": -1, "investigation": 1, "medicine": 2, "nature": 1, "perception": 2, "performance": -1, "persuasion": -1, "religion": 1, "sleight_of_hand": -1, "stealth": -1, "survival": 2 }, "passive_perception": 15, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Harness Dwarven Soul", "desc": "Draws on the soul fragment trapped in one of the dwarven skulls on its belt. Armorer has advantage on ability checks when using smith's tools and on attack rolls using a battleaxe handaxe light hammer or warhammer until start of its next turn. It carries six skulls on its belt.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Forged Forgery", "desc": "Thursir armorers wear armor forged from dwarven armor and shaped to resemble dwarven armor. Skilled blacksmiths can recognize and exploit this design quirk. When a creature proficient with smith’s tools scores a critical hit vs. thursir armorer armorer’s armor breaks reducing armorer’s AC by 5 until armorer repairs armor. If armorer is critically hit by any creature while its armor is broken armor shatters and is destroyed reducing armorer’s AC to 12." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_giant-thursir-hearth-priestess/?format=api", "key": "tob3_giant-thursir-hearth-priestess", "name": "Giant, Thursir Hearth Priestess", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "lawful evil", "languages": { "as_string": "Common, Dwarven, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "hide armor", "hit_points": 85, "hit_dice": "10d10+30", "experience_points": 1100, "ability_scores": { "strength": 17, "dexterity": 14, "constitution": 17, "intelligence": 11, "wisdom": 16, "charisma": 14 }, "modifiers": { "strength": 3, "dexterity": 2, "constitution": 3, "intelligence": 0, "wisdom": 3, "charisma": 2 }, "initiative_bonus": 2, "saving_throws": { "wisdom": 5, "charisma": 4 }, "saving_throws_all": { "strength": 3, "dexterity": 2, "constitution": 3, "intelligence": 0, "wisdom": 5, "charisma": 4 }, "skill_bonuses": { "perception": 3 }, "skill_bonuses_all": { "acrobatics": 2, "animal_handling": 3, "arcana": 0, "athletics": 3, "deception": 2, "history": 0, "insight": 3, "intimidation": 2, "investigation": 0, "medicine": 3, "nature": 0, "perception": 3, "performance": 2, "persuasion": 2, "religion": 0, "sleight_of_hand": 2, "stealth": 2, "survival": 3 }, "passive_perception": 13, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Magic Resistance", "desc": "Advantage: spell/magic effect saves." }, { "name": "Magic Weapons", "desc": "Weapon attacks are magical." }, { "name": "Protect the Hearth", "desc": "When she is hit by a weapon attack up to two friendly creatures within 60' of her that can see her can use their reactions to move up to their speed toward priestess." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_hvalfiskr/?format=api", "key": "tob3_hvalfiskr", "name": "Hvalfiskr", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "15.000", "challenge_rating_text": "15", "proficiency_bonus": null, "speed": { "walk": 40, "swim": 60 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 60 }, "category": "Monsters", "subcategory": null, "alignment": "lawful neutral", "languages": { "as_string": "Aquan, Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 275, "hit_dice": "22d12+132", "experience_points": 13000, "ability_scores": { "strength": 23, "dexterity": 17, "constitution": 22, "intelligence": 10, "wisdom": 14, "charisma": 18 }, "modifiers": { "strength": 6, "dexterity": 3, "constitution": 6, "intelligence": 0, "wisdom": 2, "charisma": 4 }, "initiative_bonus": 3, "saving_throws": { "dexterity": 8, "intelligence": 5, "wisdom": 7, "charisma": 9 }, "saving_throws_all": { "strength": 6, "dexterity": 8, "constitution": 6, "intelligence": 5, "wisdom": 7, "charisma": 9 }, "skill_bonuses": { "perception": 2 }, "skill_bonuses_all": { "acrobatics": 3, "animal_handling": 2, "arcana": 0, "athletics": 6, "deception": 4, "history": 0, "insight": 2, "intimidation": 4, "investigation": 0, "medicine": 2, "nature": 0, "perception": 2, "performance": 4, "persuasion": 4, "religion": 0, "sleight_of_hand": 3, "stealth": 3, "survival": 2 }, "passive_perception": 17, "resistances_and_immunities": { "damage_immunities_display": "cold, lightning, thunder", "damage_immunities": [ { "name": "Cold", "key": "cold", "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api" }, { "name": "Lightning", "key": "lightning", "url": "https://api-beta.open5e.com/v2/damagetypes/lightning/?format=api" }, { "name": "Thunder", "key": "thunder", "url": "https://api-beta.open5e.com/v2/damagetypes/thunder/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "exhaustion", "condition_immunities": [ { "name": "Exhaustion", "key": "exhaustion", "url": "https://api-beta.open5e.com/v2/conditions/exhaustion/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 12017, "blindsight_range": 120, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Change Shape", "desc": "Transforms into Huge frost giant Huge whale or back into its true whale-giant hybrid form. Its stats are the same in each form. Items worn/carried transform with it. Reverts on death.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Reel Anchor", "desc": "Pulls on the chain connected to anchor returning it to its empty hand. If anchor is hooked around a creature creature: DC 19 Str save or be pulled up to 30' toward hvalfiskr.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Echolocation (Whale Form Only)", "desc": "No blindsight while deafened." }, { "name": "Hold Breath", "desc": "Can hold its breath for 1 hr." }, { "name": "Speak with Cetaceans", "desc": "Can communicate with dolphins porpoises and whales as if they shared a language." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-alleybasher/?format=api", "key": "tob3_ogre-alleybasher", "name": "Ogre, Alleybasher", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 13, "armor_detail": "studded leather", "hit_points": 85, "hit_dice": "10d10+30", "experience_points": 1100, "ability_scores": { "strength": 19, "dexterity": 12, "constitution": 16, "intelligence": 8, "wisdom": 7, "charisma": 7 }, "modifiers": { "strength": 4, "dexterity": 1, "constitution": 3, "intelligence": -1, "wisdom": -2, "charisma": -2 }, "initiative_bonus": 1, "saving_throws": {}, "saving_throws_all": { "strength": 4, "dexterity": 1, "constitution": 3, "intelligence": -1, "wisdom": -2, "charisma": -2 }, "skill_bonuses": { "perception": -2 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": -2, "arcana": -1, "athletics": 4, "deception": -2, "history": -1, "insight": -2, "intimidation": -2, "investigation": -1, "medicine": -2, "nature": -1, "perception": -2, "performance": -2, "persuasion": -2, "religion": -1, "sleight_of_hand": 1, "stealth": 1, "survival": -2 }, "passive_perception": 8, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Intimidating Rebuff", "desc": "When a creature the alleybasher can see within 30' of it targets it with an attack ogre can make a Str (Intimidation) check taking half a step forward snarling or otherwise spooking the attacker. If check is equal to or higher than attack roll attacker must reroll the attack using lower of the two results.", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "I Work for the Boss (3/Day)", "desc": "If subjected to an effect that would force it to make an Int Wis or Cha save while it is within 30' of its superior can use the superior’s Int Wis or Cha modifier for the save instead of its own." }, { "name": "Imposing Figure", "desc": "Uses its Str modifier instead of its Cha when making Intimidation checks (included above)." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-black-sun/?format=api", "key": "tob3_ogre-black-sun", "name": "Ogre, Black Sun", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "8.000", "challenge_rating_text": "8", "proficiency_bonus": null, "speed": { "walk": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "lawful evil", "languages": { "as_string": "Common, Giant, Orc", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." }, { "name": "Orc", "key": "orc", "url": "https://api-beta.open5e.com/v2/languages/orc/?format=api", "desc": "Typical speakers are orcs" } ] }, "armor_class": 17, "armor_detail": "half plate, Infernal Runes", "hit_points": 152, "hit_dice": "16d10+64", "experience_points": 3900, "ability_scores": { "strength": 20, "dexterity": 13, "constitution": 18, "intelligence": 10, "wisdom": 12, "charisma": 14 }, "modifiers": { "strength": 5, "dexterity": 1, "constitution": 4, "intelligence": 0, "wisdom": 1, "charisma": 2 }, "initiative_bonus": 1, "saving_throws": { "constitution": 7, "wisdom": 4, "charisma": 5 }, "saving_throws_all": { "strength": 5, "dexterity": 1, "constitution": 7, "intelligence": 0, "wisdom": 4, "charisma": 5 }, "skill_bonuses": { "perception": 1 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 1, "arcana": 0, "athletics": 5, "deception": 2, "history": 0, "insight": 1, "intimidation": 2, "investigation": 0, "medicine": 1, "nature": 0, "perception": 1, "performance": 2, "persuasion": 2, "religion": 0, "sleight_of_hand": 1, "stealth": 1, "survival": 1 }, "passive_perception": 14, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Gauntleted Backhand", "desc": "When a creature within 5 ft. of the ogre misses the ogre with melee attack the attacker must make DC 16 Dex save or be knocked prone", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Infernal Runes", "desc": "Its tattoos give it a +2 bonus to its AC (included above). In addition the ogre has advantage on saves vs. spells and other magical effects." }, { "name": "Unholy Blade", "desc": "Infused with unholy power the ogre’s weapon attacks are magical. When it hits with any weapon weapon deals an extra 2d6 necrotic (included below)." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-cunning-artisan/?format=api", "key": "tob3_ogre-cunning-artisan", "name": "Ogre, Cunning Artisan", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "neutral evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "breastplate", "hit_points": 119, "hit_dice": "14d10+42", "experience_points": 1800, "ability_scores": { "strength": 18, "dexterity": 10, "constitution": 17, "intelligence": 16, "wisdom": 12, "charisma": 15 }, "modifiers": { "strength": 4, "dexterity": 0, "constitution": 3, "intelligence": 3, "wisdom": 1, "charisma": 2 }, "initiative_bonus": 0, "saving_throws": { "constitution": 6, "intelligence": 6, "wisdom": 4 }, "saving_throws_all": { "strength": 4, "dexterity": 0, "constitution": 6, "intelligence": 6, "wisdom": 4, "charisma": 2 }, "skill_bonuses": { "perception": 1 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 1, "arcana": 3, "athletics": 4, "deception": 2, "history": 3, "insight": 1, "intimidation": 2, "investigation": 3, "medicine": 1, "nature": 3, "perception": 1, "performance": 2, "persuasion": 2, "religion": 3, "sleight_of_hand": 0, "stealth": 0, "survival": 1 }, "passive_perception": 14, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Arcane Weapons", "desc": "Its weapon attacks are magical. When it hits with any weapon deals an extra 1d8 force (included below)." }, { "name": "Artisan’s Prowess", "desc": "If a magic item requires an action to activate ogre can activate it as a bonus action instead." }, { "name": "Sense Magic", "desc": "Senses magic within 120' of it at will. Otherwise works like the detect magic spell but isn’t itself magical." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-kadag/?format=api", "key": "tob3_ogre-kadag", "name": "Ogre, Kadag", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "7.000", "challenge_rating_text": "7", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "natural armor", "hit_points": 133, "hit_dice": "14d10+56", "experience_points": 2900, "ability_scores": { "strength": 20, "dexterity": 8, "constitution": 18, "intelligence": 10, "wisdom": 16, "charisma": 5 }, "modifiers": { "strength": 5, "dexterity": -1, "constitution": 4, "intelligence": 0, "wisdom": 3, "charisma": -3 }, "initiative_bonus": -1, "saving_throws": {}, "saving_throws_all": { "strength": 5, "dexterity": -1, "constitution": 4, "intelligence": 0, "wisdom": 3, "charisma": -3 }, "skill_bonuses": { "perception": 3 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 3, "arcana": 0, "athletics": 5, "deception": -3, "history": 0, "insight": 3, "intimidation": -3, "investigation": 0, "medicine": 3, "nature": 0, "perception": 3, "performance": -3, "persuasion": -3, "religion": 0, "sleight_of_hand": -1, "stealth": -1, "survival": 3 }, "passive_perception": 16, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "necrotic; piercing from nonmagical attacks", "damage_resistances": [ { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" }, { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Scent of Death", "desc": "Any creature that isn’t Undead and that starts its turn within 5 ft. of the kadag ogre: poisoned until the start of its next turn (DC 15 Con negates and target immune to the kadag ogre’s Scent of Death for 1 hr)." }, { "name": "Undead Affinity", "desc": "An Undead has disadvantage on attack rolls vs. the kadag ogre if the ogre hasn’t attacked that Undead within the past 24 hrs. In addition each skeleton and zombie within 30' of the kadag ogre that has no master follows ogre’s verbal commands until a master asserts magical control over it." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-rainforest/?format=api", "key": "tob3_ogre-rainforest", "name": "Ogre, Rainforest", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Sylvan", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Sylvan", "key": "sylvan", "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api", "desc": "Typical speakers are fey creatures." } ] }, "armor_class": 12, "armor_detail": "natural armor", "hit_points": 90, "hit_dice": "12d10+24", "experience_points": 1100, "ability_scores": { "strength": 19, "dexterity": 12, "constitution": 14, "intelligence": 7, "wisdom": 10, "charisma": 7 }, "modifiers": { "strength": 4, "dexterity": 1, "constitution": 2, "intelligence": -2, "wisdom": 0, "charisma": -2 }, "initiative_bonus": 1, "saving_throws": {}, "saving_throws_all": { "strength": 4, "dexterity": 1, "constitution": 2, "intelligence": -2, "wisdom": 0, "charisma": -2 }, "skill_bonuses": { "perception": 0 }, "skill_bonuses_all": { "acrobatics": 1, "animal_handling": 0, "arcana": -2, "athletics": 4, "deception": -2, "history": -2, "insight": 0, "intimidation": -2, "investigation": -2, "medicine": 0, "nature": -2, "perception": 0, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": 1, "stealth": 1, "survival": 0 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Change Shape", "desc": "Transforms into a Large boar or back into its true ogre form. Its stats are the same in each form. Any equipment it is wearing or carrying isn't transformed. Reverts on death.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Devouring Charge (Boar Form Only)", "desc": "If it moves at least 20' straight toward a target and then hits it with Tusk attack on the same turn the target must make DC 14 Str save or be knocked prone. If the target is prone the ogre can make one Bite attack vs. it as a bonus action." }, { "name": "Fey Ancestry", "desc": "Advantage: saves vs. charmed; Immune: magic sleep." }, { "name": "Speak with Beasts", "desc": "Can communicate with Beasts as if they shared a language." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-rockchewer/?format=api", "key": "tob3_ogre-rockchewer", "name": "Ogre, Rockchewer", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "5.000", "challenge_rating_text": "5", "proficiency_bonus": null, "speed": { "walk": 40 }, "speed_all": { "unit": null, "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "lawful neutral", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "natural armor", "hit_points": 126, "hit_dice": "12d12+48", "experience_points": 1800, "ability_scores": { "strength": 21, "dexterity": 7, "constitution": 18, "intelligence": 6, "wisdom": 9, "charisma": 7 }, "modifiers": { "strength": 5, "dexterity": -2, "constitution": 4, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "initiative_bonus": -2, "saving_throws": {}, "saving_throws_all": { "strength": 5, "dexterity": -2, "constitution": 4, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "skill_bonuses": { "perception": -1 }, "skill_bonuses_all": { "acrobatics": -2, "animal_handling": -1, "arcana": -2, "athletics": 5, "deception": -2, "history": -2, "insight": -1, "intimidation": -2, "investigation": -2, "medicine": -1, "nature": -2, "perception": -1, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": -2, "stealth": -2, "survival": -1 }, "passive_perception": 9, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "bludgeoning from nonmagical attacks", "damage_resistances": [ { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Quick Chew", "desc": "Uses Chew Rock.", "attacks": [], "action_type": "BONUS_ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 6 } }, { "name": "Rock Catching", "desc": "If a rock or similar object is hurled at the rockchewer ogre the ogre can with successful DC 10 Dex save catch the missile and take no bludgeoning from it.", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Stone Chomper", "desc": "The rockchewer ogre deals double damage to stone objects and structures with its bite attack." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_ogre-void-blessed/?format=api", "key": "tob3_ogre-void-blessed", "name": "Ogre, Void Blessed", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "6.000", "challenge_rating_text": "6", "proficiency_bonus": null, "speed": { "walk": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Giant, Void Speech", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." }, { "name": "Void Speech", "key": "void-speech", "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api", "desc": "Void speech is a rename of Deep Speech from Tome of Beasts." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 133, "hit_dice": "14d10+56", "experience_points": 2300, "ability_scores": { "strength": 20, "dexterity": 8, "constitution": 19, "intelligence": 5, "wisdom": 16, "charisma": 6 }, "modifiers": { "strength": 5, "dexterity": -1, "constitution": 4, "intelligence": -3, "wisdom": 3, "charisma": -2 }, "initiative_bonus": -1, "saving_throws": { "constitution": 7, "wisdom": 6 }, "saving_throws_all": { "strength": 5, "dexterity": -1, "constitution": 7, "intelligence": -3, "wisdom": 6, "charisma": -2 }, "skill_bonuses": { "perception": 3 }, "skill_bonuses_all": { "acrobatics": -1, "animal_handling": 3, "arcana": -3, "athletics": 5, "deception": -2, "history": -3, "insight": 3, "intimidation": -2, "investigation": -3, "medicine": 3, "nature": -3, "perception": 3, "performance": -2, "persuasion": -2, "religion": -3, "sleight_of_hand": -1, "stealth": -1, "survival": 3 }, "passive_perception": 16, "resistances_and_immunities": { "damage_immunities_display": "psychic", "damage_immunities": [ { "name": "Psychic", "key": "psychic", "url": "https://api-beta.open5e.com/v2/damagetypes/psychic/?format=api" } ], "damage_resistances_display": "necrotic, poison", "damage_resistances": [ { "name": "Necrotic", "key": "necrotic", "url": "https://api-beta.open5e.com/v2/damagetypes/necrotic/?format=api" }, { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "blinded, poisoned", "condition_immunities": [ { "name": "Blinded", "key": "blinded", "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api" }, { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": null, "darkvision_range": null, "blindsight_range": 30, "tremorsense_range": 120, "truesight_range": null, "actions": [ { "name": "Volatile Stomach", "desc": "When it takes bludgeoning piercing or slashing can regurgitate some of its stomach contents. Each creature within 5 ft. of it: 4 (1d8) necrotic and be poisoned until end of its next turn (DC 15 Con negates). A pool of Void infused stomach contents forms in a space ogre can see within 5 ft. of it and lasts until start of ogre's next turn. A creature that enters pool for first time on a turn or starts its turn there: 4 (1d8) necrotic.", "attacks": [], "action_type": "REACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Keen Hearing and Smell", "desc": "Advantage on Wis (Perception) checks that rely on hearing or smell." }, { "name": "Tentacle Senses", "desc": "Can’t use its tremorsense while grappled or restrained." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_troll-breakwater/?format=api", "key": "tob3_troll-breakwater", "name": "Troll, Breakwater", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "7.000", "challenge_rating_text": "7", "proficiency_bonus": null, "speed": { "walk": 30, "swim": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 30 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic neutral", "languages": { "as_string": "understands Giant but can't speak", "data": [] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 105, "hit_dice": "10d10+50", "experience_points": 2900, "ability_scores": { "strength": 18, "dexterity": 14, "constitution": 20, "intelligence": 9, "wisdom": 14, "charisma": 7 }, "modifiers": { "strength": 4, "dexterity": 2, "constitution": 5, "intelligence": -1, "wisdom": 2, "charisma": -2 }, "initiative_bonus": 2, "saving_throws": {}, "saving_throws_all": { "strength": 4, "dexterity": 2, "constitution": 5, "intelligence": -1, "wisdom": 2, "charisma": -2 }, "skill_bonuses": { "perception": 2 }, "skill_bonuses_all": { "acrobatics": 2, "animal_handling": 2, "arcana": -1, "athletics": 4, "deception": -2, "history": -1, "insight": 2, "intimidation": -2, "investigation": -1, "medicine": 2, "nature": -1, "perception": 2, "performance": -2, "persuasion": -2, "religion": -1, "sleight_of_hand": 2, "stealth": 2, "survival": 2 }, "passive_perception": 15, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "acid; nonmagic B/P/S attacks", "damage_resistances": [ { "name": "Acid", "key": "acid", "url": "https://api-beta.open5e.com/v2/damagetypes/acid/?format=api" } ], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "paralyzed, petrified, poisoned, prone", "condition_immunities": [ { "name": "Paralyzed", "key": "paralyzed", "url": "https://api-beta.open5e.com/v2/conditions/paralyzed/?format=api" }, { "name": "Petrified", "key": "petrified", "url": "https://api-beta.open5e.com/v2/conditions/petrified/?format=api" }, { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" }, { "name": "Prone", "key": "prone", "url": "https://api-beta.open5e.com/v2/conditions/prone/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Amphibious", "desc": "Can breathe air and water." }, { "name": "Regeneration", "desc": "Regains 10 hp at start of its turn. If it takes lightning or force this doesn’t work at its next turn start. Dies only if it starts turn with 0 hp and doesn’t regenerate." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_troll-gutter/?format=api", "key": "tob3_troll-gutter", "name": "Troll, Gutter", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Medium", "key": "medium", "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 30, "swim": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 30 }, "category": "Monsters", "subcategory": null, "alignment": "neutral evil", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 75, "hit_dice": "10d8+30", "experience_points": 1100, "ability_scores": { "strength": 18, "dexterity": 16, "constitution": 16, "intelligence": 7, "wisdom": 11, "charisma": 7 }, "modifiers": { "strength": 4, "dexterity": 3, "constitution": 3, "intelligence": -2, "wisdom": 0, "charisma": -2 }, "initiative_bonus": 3, "saving_throws": {}, "saving_throws_all": { "strength": 4, "dexterity": 3, "constitution": 3, "intelligence": -2, "wisdom": 0, "charisma": -2 }, "skill_bonuses": { "perception": 0 }, "skill_bonuses_all": { "acrobatics": 3, "animal_handling": 0, "arcana": -2, "athletics": 4, "deception": -2, "history": -2, "insight": 0, "intimidation": -2, "investigation": -2, "medicine": 0, "nature": -2, "perception": 0, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": 3, "stealth": 3, "survival": 0 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "poisoned", "condition_immunities": [ { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Amphibious", "desc": "Can breathe air and water." }, { "name": "Keen Smell", "desc": "Advantage: smell Wis (Percept) checks." }, { "name": "Psychoactive Sweat", "desc": "Any creature that starts its turn within 5 ft. of the troll must make DC 13 Con save or be poisoned until the start of its next turn." }, { "name": "Regeneration", "desc": "The troll regains 10 hp at the start of its turn. If the troll takes acid or fire this trait doesn’t function at the start of the troll’s next turn. The troll dies only if it starts its turn with 0 hp and doesn’t regenerate." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_troll-rattleback/?format=api", "key": "tob3_troll-rattleback", "name": "Troll, Rattleback", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "7.000", "challenge_rating_text": "7", "proficiency_bonus": null, "speed": { "walk": 30, "climb": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 30, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 16, "armor_detail": "natural armor", "hit_points": 126, "hit_dice": "12d10+60", "experience_points": 2900, "ability_scores": { "strength": 20, "dexterity": 18, "constitution": 20, "intelligence": 7, "wisdom": 12, "charisma": 7 }, "modifiers": { "strength": 5, "dexterity": 4, "constitution": 5, "intelligence": -2, "wisdom": 1, "charisma": -2 }, "initiative_bonus": 4, "saving_throws": { "constitution": 8 }, "saving_throws_all": { "strength": 5, "dexterity": 4, "constitution": 8, "intelligence": -2, "wisdom": 1, "charisma": -2 }, "skill_bonuses": { "perception": 1 }, "skill_bonuses_all": { "acrobatics": 4, "animal_handling": 1, "arcana": -2, "athletics": 5, "deception": -2, "history": -2, "insight": 1, "intimidation": -2, "investigation": -2, "medicine": 1, "nature": -2, "perception": 1, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": 4, "stealth": 4, "survival": 1 }, "passive_perception": 14, "resistances_and_immunities": { "damage_immunities_display": "poison", "damage_immunities": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Distracting Rattle", "desc": "Its shell plates rattle constantly creating a droning distracting noise. When a creature casts a spell with verbal component while within 30' of the troll that creature must make DC 15 Con save or lose the spell." }, { "name": "Night Hunters", "desc": "While in dim light or darkness has advantage on Wis (Perception) checks that rely on sight." }, { "name": "Regeneration", "desc": "Regains 10 hp at the start of its turn. If it takes fire this trait doesn’t function at start of its next turn. It dies only if it starts its turn with 0 hp and doesn’t regenerate." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob3_troll-tumor/?format=api", "key": "tob3_troll-tumor", "name": "Troll, Tumor", "document": { "name": "Tome of Beasts 3", "key": "tob3", "type": "SOURCE", "display_name": "Tome of Beasts 3", "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/tome-of-beasts-3/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "6.000", "challenge_rating_text": "6", "proficiency_bonus": null, "speed": { "walk": 30 }, "speed_all": { "unit": null, "walk": 30, "crawl": 15, "hover": false, "fly": 0, "burrow": 0, "climb": 15, "swim": 15 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Giant", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 13, "armor_detail": "natural armor", "hit_points": 125, "hit_dice": "10d10+70", "experience_points": 2300, "ability_scores": { "strength": 18, "dexterity": 7, "constitution": 24, "intelligence": 5, "wisdom": 7, "charisma": 5 }, "modifiers": { "strength": 4, "dexterity": -2, "constitution": 7, "intelligence": -3, "wisdom": -2, "charisma": -3 }, "initiative_bonus": -2, "saving_throws": { "wisdom": 1 }, "saving_throws_all": { "strength": 4, "dexterity": -2, "constitution": 7, "intelligence": -3, "wisdom": 1, "charisma": -3 }, "skill_bonuses": { "perception": -2 }, "skill_bonuses_all": { "acrobatics": -2, "animal_handling": -2, "arcana": -3, "athletics": 4, "deception": -3, "history": -3, "insight": -2, "intimidation": -3, "investigation": -3, "medicine": -2, "nature": -3, "perception": -2, "performance": -3, "persuasion": -3, "religion": -3, "sleight_of_hand": -2, "stealth": -2, "survival": -2 }, "passive_perception": 8, "resistances_and_immunities": { "damage_immunities_display": "poison", "damage_immunities": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "poisoned", "condition_immunities": [ { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [], "traits": [ { "name": "Regeneration", "desc": "Regains 10 hp at start of its turn. If troll takes acid or fire this doesn’t function at start of troll’s next turn. Dies only if it starts turn with 0 hp and doesn’t regenerate." }, { "name": "Uncontrolled Growth", "desc": "When it regains hp from its Regeneration gains random teratoma. Teratoma and effects last until removed or replaced by another. Troll can have only 3 at a time. If it would gain a 4th oldest fades and is replaced. Teratomas (d6):1 New Senses: A bevy of new ears and noses give troll advantage on Wis (Perception) checks that rely on hearing or smell.2 Many Feet: The troll can’t be knocked prone.3 Adrenal Overdrive: Can’t be frightened or suffer exhaustion.4 Clinging Limbs: When this teratoma is removed with Fling Limb action it attaches to target. While attached to target target takes 3 (1d6) poison at start of each of its turns. A creature including target can use its action to detach teratoma.5 Echo Chambers: Has blindsight out to a range of 60'.6 New Pain Nerves: Disadvantage on any non-attack roll." } ], "creaturesets": [], "environments": [], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob_degenerate-titan/?format=api", "key": "tob_degenerate-titan", "name": "Degenerate Titan", "document": { "name": "Tome of Beasts", "key": "tob", "type": "SOURCE", "display_name": "Tome of Beasts", "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/tome-of-beasts/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "8.000", "challenge_rating_text": "8", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Titan", "data": [] }, "armor_class": 12, "armor_detail": "crude armored coat", "hit_points": 161, "hit_dice": "14d12+70", "experience_points": 3900, "ability_scores": { "strength": 24, "dexterity": 6, "constitution": 20, "intelligence": 6, "wisdom": 9, "charisma": 7 }, "modifiers": { "strength": 7, "dexterity": -2, "constitution": 5, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "initiative_bonus": -2, "saving_throws": {}, "saving_throws_all": { "strength": 7, "dexterity": -2, "constitution": 5, "intelligence": -2, "wisdom": -1, "charisma": -2 }, "skill_bonuses": { "intimidation": 1, "perception": 2 }, "skill_bonuses_all": { "acrobatics": -2, "animal_handling": -1, "arcana": -2, "athletics": 7, "deception": -2, "history": -2, "insight": -1, "intimidation": 1, "investigation": -2, "medicine": -1, "nature": -2, "perception": 2, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": -2, "stealth": -2, "survival": -1 }, "passive_perception": 12, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 60, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Earthstrike", "desc": "The degenerate titan slams his fists onto the ground, creating a shockwave in a line 60 feet long and 10 feet wide. Each creature in the line takes 35 (10d6) force damage and is flung up 20 feet away from the titan and knocked prone; a successful DC 18 Dexterity saving throw halves the damage and prevents the creature from being flung or knocked prone. A creature that's flung against an unyielding object such as a wall or floor takes 3 (1d6) bludgeoning damage for every 10 feet it was thrown. If it collides with another creature, that creature must succeed on a DC 18 Dexterity saving throw or take the same damage (1d6 bludgeoning per 10 feet) and be knocked prone.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 3, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 4 } }, { "name": "Greatclub", "desc": "Melee Weapon Attack: +10 to hit, reach 5 ft., one target. Hit: 20 (3d8 + 7) bludgeoning damage.", "attacks": [ { "name": "Greatclub attack", "attack_type": "WEAPON", "to_hit_mod": 10, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D8", "damage_bonus": null, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The degenerate titan makes two greatclub attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +10 to hit, range 60/240 ft., one target. Hit: 29 (4d10 + 7) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 10, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D10", "damage_bonus": null, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Shout of the Void", "desc": "The degenerate titan utters a scream that rends reality in a 30-foot cone. Any ongoing spell or magical effect of 3rd level or lower in the area ends. For every spell or effect of 4th level or higher in the area, the degenerate titan makes a Constitution check against DC (10 + the level of the spell or effect). On a success, the spell or effect ends.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 4, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": { "type": "RECHARGE_ON_ROLL", "param": 4 } } ], "traits": [ { "name": "Magic Resistance", "desc": "The degenerate titan has advantage on saving throws against spells and other magical effects." } ], "creaturesets": [], "environments": [ { "name": "Caves", "key": "caves", "url": "https://api-beta.open5e.com/v2/environments/caves/?format=api" }, { "name": "Grassland or Plains", "key": "grassland", "url": "https://api-beta.open5e.com/v2/environments/grassland/?format=api" }, { "name": "Ruins", "key": "ruins", "url": "https://api-beta.open5e.com/v2/environments/ruins/?format=api" }, { "name": "Underworld", "key": "underworld", "url": "https://api-beta.open5e.com/v2/environments/underworld/?format=api" } ], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob_desert-giant/?format=api", "key": "tob_desert-giant", "name": "Desert Giant", "document": { "name": "Tome of Beasts", "key": "tob", "type": "SOURCE", "display_name": "Tome of Beasts", "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/tome-of-beasts/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Huge", "key": "huge", "url": "https://api-beta.open5e.com/v2/sizes/huge/?format=api" }, "challenge_rating_decimal": "9.000", "challenge_rating_text": "9", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "neutral", "languages": { "as_string": "Common, Giant", "data": [ { "name": "Common", "key": "common", "url": "https://api-beta.open5e.com/v2/languages/common/?format=api", "desc": "Typical speakers are Humans." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 17, "armor_detail": "natural armor", "hit_points": 175, "hit_dice": "14d12+84", "experience_points": 5000, "ability_scores": { "strength": 27, "dexterity": 10, "constitution": 22, "intelligence": 13, "wisdom": 18, "charisma": 15 }, "modifiers": { "strength": 8, "dexterity": 0, "constitution": 6, "intelligence": 1, "wisdom": 4, "charisma": 2 }, "initiative_bonus": 0, "saving_throws": { "strength": 12, "constitution": 10, "charisma": 6 }, "saving_throws_all": { "strength": 12, "dexterity": 0, "constitution": 10, "intelligence": 1, "wisdom": 4, "charisma": 6 }, "skill_bonuses": { "perception": 8, "stealth": 4, "survival": 8 }, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 4, "arcana": 1, "athletics": 8, "deception": 2, "history": 1, "insight": 4, "intimidation": 2, "investigation": 1, "medicine": 4, "nature": 1, "perception": 8, "performance": 2, "persuasion": 2, "religion": 1, "sleight_of_hand": 0, "stealth": 4, "survival": 8 }, "passive_perception": 18, "resistances_and_immunities": { "damage_immunities_display": "fire", "damage_immunities": [ { "name": "Fire", "key": "fire", "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Falchion", "desc": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 23 (6d4 + 8) slashing damage.", "attacks": [ { "name": "Falchion attack", "attack_type": "WEAPON", "to_hit_mod": 12, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 6, "damage_die_type": "D4", "damage_bonus": null, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Slashing", "key": "slashing", "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The giant makes two falchion attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +12 to hit, range 60/240 ft., one target. Hit: 30 (4d10 + 8) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 12, "reach": null, "range": 60, "long_range": 240, "target_creature_only": false, "damage_die_count": 4, "damage_die_type": "D10", "damage_bonus": null, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Sand Camouflage", "desc": "The giant has advantage on Dexterity (Stealth) checks made to hide in sandy terrain." }, { "name": "Wasteland Stride", "desc": "The giant ignores difficult terrain caused by sand, gravel, or rocks." } ], "creaturesets": [], "environments": [ { "name": "Desert", "key": "desert", "url": "https://api-beta.open5e.com/v2/environments/desert/?format=api" } ], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob_flab-giant/?format=api", "key": "tob_flab-giant", "name": "Flab Giant", "document": { "name": "Tome of Beasts", "key": "tob", "type": "SOURCE", "display_name": "Tome of Beasts", "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/tome-of-beasts/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 20, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 20, "crawl": 10, "hover": false, "fly": 0, "burrow": 0, "climb": 10, "swim": 10 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Dwarvish, Giant", "data": [ { "name": "Dwarvish", "key": "dwarvish", "url": "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api", "desc": "Typical speakers are dwarves." }, { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." } ] }, "armor_class": 14, "armor_detail": "natural armor", "hit_points": 110, "hit_dice": "13d10+39", "experience_points": 1100, "ability_scores": { "strength": 20, "dexterity": 6, "constitution": 16, "intelligence": 9, "wisdom": 13, "charisma": 8 }, "modifiers": { "strength": 5, "dexterity": -2, "constitution": 3, "intelligence": -1, "wisdom": 1, "charisma": -1 }, "initiative_bonus": -2, "saving_throws": { "constitution": 5 }, "saving_throws_all": { "strength": 5, "dexterity": -2, "constitution": 5, "intelligence": -1, "wisdom": 1, "charisma": -1 }, "skill_bonuses": { "perception": 3 }, "skill_bonuses_all": { "acrobatics": -2, "animal_handling": 1, "arcana": -1, "athletics": 5, "deception": -1, "history": -1, "insight": 1, "intimidation": -1, "investigation": -1, "medicine": 1, "nature": -1, "perception": 3, "performance": -1, "persuasion": -1, "religion": -1, "sleight_of_hand": -2, "stealth": -2, "survival": 1 }, "passive_perception": 13, "resistances_and_immunities": { "damage_immunities_display": "poison", "damage_immunities": [ { "name": "Poison", "key": "poison", "url": "https://api-beta.open5e.com/v2/damagetypes/poison/?format=api" } ], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "poisoned", "condition_immunities": [ { "name": "Poisoned", "key": "poisoned", "url": "https://api-beta.open5e.com/v2/conditions/poisoned/?format=api" } ] }, "normal_sight_range": 10560, "darkvision_range": null, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Multiattack", "desc": "The giant makes two slam attacks. If both hit, the target is grappled (escape DC 15), and the flab giant uses its squatting pin against the target as a bonus action.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Slam", "desc": "Melee Weapon Attack: +7 to hit, reach 5 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage.", "attacks": [ { "name": "Slam attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 5, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D6", "damage_bonus": null, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Squatting Pin", "desc": "The flab giant squats atop the target, pinning it to the ground, where it is grappled and restrained (escape DC 17). The flab giant is free to attack another target, but the restrained creatures are released if it moves from its current space. As long as the giant does not move from the spot, it can maintain the squatting pin on up to two Medium-sized or smaller creatures. A creature suffers 9 (1d8 + 5) bludgeoning damage every time it starts its turn restrained by a squatting pin.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Massive", "desc": "A flab giant can't dash. Attacks that push, trip, or grapple are made with disadvantage against a flab giant." } ], "creaturesets": [], "environments": [ { "name": "Hills", "key": "hills", "url": "https://api-beta.open5e.com/v2/environments/hills/?format=api" }, { "name": "Mountain", "key": "mountain", "url": "https://api-beta.open5e.com/v2/environments/mountain/?format=api" } ], "illustration": null }, { "url": "https://api-beta.open5e.com/v2/creatures/tob_forest-marauder/?format=api", "key": "tob_forest-marauder", "name": "Forest Marauder", "document": { "name": "Tome of Beasts", "key": "tob", "type": "SOURCE", "display_name": "Tome of Beasts", "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/tome-of-beasts/" }, "type": { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/creaturetypes/giant/?format=api" }, "size": { "name": "Large", "key": "large", "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api" }, "challenge_rating_decimal": "4.000", "challenge_rating_text": "4", "proficiency_bonus": null, "speed": { "walk": 40, "unit": "feet" }, "speed_all": { "unit": "feet", "walk": 40, "crawl": 20, "hover": false, "fly": 0, "burrow": 0, "climb": 20, "swim": 20 }, "category": "Monsters", "subcategory": null, "alignment": "chaotic evil", "languages": { "as_string": "Giant, Orc, Sylvan", "data": [ { "name": "Giant", "key": "giant", "url": "https://api-beta.open5e.com/v2/languages/giant/?format=api", "desc": "Typical speakers include ogres, and giants." }, { "name": "Orc", "key": "orc", "url": "https://api-beta.open5e.com/v2/languages/orc/?format=api", "desc": "Typical speakers are orcs" }, { "name": "Sylvan", "key": "sylvan", "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api", "desc": "Typical speakers are fey creatures." } ] }, "armor_class": 15, "armor_detail": "natural armor", "hit_points": 114, "hit_dice": "12d10+48", "experience_points": 1100, "ability_scores": { "strength": 21, "dexterity": 10, "constitution": 18, "intelligence": 6, "wisdom": 10, "charisma": 7 }, "modifiers": { "strength": 5, "dexterity": 0, "constitution": 4, "intelligence": -2, "wisdom": 0, "charisma": -2 }, "initiative_bonus": 0, "saving_throws": { "constitution": 6 }, "saving_throws_all": { "strength": 5, "dexterity": 0, "constitution": 6, "intelligence": -2, "wisdom": 0, "charisma": -2 }, "skill_bonuses": {}, "skill_bonuses_all": { "acrobatics": 0, "animal_handling": 0, "arcana": -2, "athletics": 5, "deception": -2, "history": -2, "insight": 0, "intimidation": -2, "investigation": -2, "medicine": 0, "nature": -2, "perception": 0, "performance": -2, "persuasion": -2, "religion": -2, "sleight_of_hand": 0, "stealth": 0, "survival": 0 }, "passive_perception": 10, "resistances_and_immunities": { "damage_immunities_display": "", "damage_immunities": [], "damage_resistances_display": "", "damage_resistances": [], "damage_vulnerabilities_display": "", "damage_vulnerabilities": [], "condition_immunities_display": "", "condition_immunities": [] }, "normal_sight_range": 10560, "darkvision_range": 120, "blindsight_range": null, "tremorsense_range": null, "truesight_range": null, "actions": [ { "name": "Boar Spear", "desc": "Melee Weapon Attack: +7 to hit, reach 10 ft., one target. Hit:16 (2d10 + 5) piercing damage, and the forest marauder can choose to push the target 10 feet away if it fails a DC 16 Strength saving throw.", "attacks": [ { "name": "Boar Spear attack", "attack_type": "WEAPON", "to_hit_mod": 7, "reach": 10, "range": null, "long_range": null, "target_creature_only": false, "damage_die_count": 2, "damage_die_type": "D10", "damage_bonus": null, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Piercing", "key": "piercing", "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 1, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Multiattack", "desc": "The forest marauder makes two boar spear attacks.", "attacks": [], "action_type": "ACTION", "order_in_statblock": 0, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null }, { "name": "Rock", "desc": "Ranged Weapon Attack: +5 to hit, range 30/120 ft., one target. Hit: 19 (3d8 + 5) bludgeoning damage.", "attacks": [ { "name": "Rock attack", "attack_type": "WEAPON", "to_hit_mod": 5, "reach": null, "range": 30, "long_range": 120, "target_creature_only": false, "damage_die_count": 3, "damage_die_type": "D8", "damage_bonus": null, "damage_type": null, "extra_damage_die_count": null, "extra_damage_die_type": null, "extra_damage_bonus": null, "extra_damage_type": { "name": "Bludgeoning", "key": "bludgeoning", "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api" }, "distance_unit": "feet" } ], "action_type": "ACTION", "order_in_statblock": 2, "legendary_action_cost": null, "limited_to_form": null, "usage_limits": null } ], "traits": [ { "name": "Sunlight Sensitivity", "desc": "While in sunlight, the forest marauder has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight." } ], "creaturesets": [], "environments": [ { "name": "Forest or Jungle", "key": "forest", "url": "https://api-beta.open5e.com/v2/environments/forest/?format=api" }, { "name": "Badlands", "key": "tob_badlands", "url": "https://api-beta.open5e.com/v2/environments/tob_badlands/?format=api" } ], "illustration": null } ] }