[
  {
    "id": "mon_zombie_bloodcompact",
    "type": "MONSTER",
    "name": { "str": "blood zombie" },
    "description": "A human body covered in a thick red crust that looks like blood, and brandishing a nasty set of fangs. It does not appear to be slowed despite the bulk of the armor.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "size": "MEDIUM",
    "hp": 185,
    "bodytype": "human",
    "speed": 85,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "red",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 4,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 3,
    "armor_bash": 3,
    "armor_cut": 9,
    "vision_day": 30,
    "vision_night": 4,
    "harvest": "zombie",
    "special_attacks": [ { "type": "bite", "cooldown": 10 }, [ "GRAB", 6 ] ],
    "death_drops": "elderzombie",
    "death_function": [ "NORMAL" ],
    "upgrades": { "half_life": 6, "into_group": "GROUP_CRYPTIES_UPGRADE" },
    "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_blooddefused",
    "type": "MONSTER",
    "name": { "str":  "quick blood zombie" },
    "description": "A human body with long claws, immensive fangs, and a red tint to the skin color. It moves quite swiftly.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "bodytype": "human",
    "size": "MEDIUM",
    "hp": 85,
    "speed": 135,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "white",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 5,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 4,
    "armor_bash": 2,
    "armor_cut": 6,
    "dodge": 3,
    "vision_day": 35,
    "harvest": "zombie",
    "vision_night": 5,
    "special_attacks": [ { "type": "bite", "cooldown": 6 }, [ "GRAB", 9 ] ],
    "death_drops": "elderzombie",
    "death_function": [ "NORMAL" ],
    "upgrades": { "half_life": 6, "into_group": "GROUP_CRYPTIES_DEFUSEDUPGRADE" },
    "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_bloodinfused",
    "type": "MONSTER",
    "name": { "str": "skeletal blood zombie" },
    "description": "A human body covered in plates of red bone and spikes. Its hands have become scythes and bares a maw of sharp teeth.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "bodytype": "human",
    "size": "MEDIUM",
    "hp": 265,
    "speed": 65,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "black",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 4,
    "melee_dice": 4,
    "melee_dice_sides": 4,
    "melee_cut": 4,
    "armor_bash": 5,
    "armor_cut": 15,
    "vision_day": 13,
    "harvest": "zombie",
    "vision_night": 3,
    "special_attacks": [ { "type": "bite", "cooldown": 9 }, [ "GRAB", 7 ] ],
    "death_drops": "elderzombie",
    "death_function": [ "NORMAL" ],
    "upgrades": { "half_life": 6, "into_group": "GROUP_CRYPTIES_INFUSEDUPGRADE" },
    "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_bonetitan",
    "type": "MONSTER",
    "name": { "str": "skeletal titan blood zombie" },
    "description": "A large red skeleton with extremely thick bone plating across its entire body.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "bodytype": "human",
    "size": "LARGE",
    "hp": 355,
    "speed": 60,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "black_magenta",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 6,
    "melee_dice": 6,
    "melee_dice_sides": 5,
    "melee_cut": 5,
    "armor_bash": 8,
    "armor_cut": 24,
    "harvest": "zombie",
    "vision_day": 35,
    "vision_night": 5,
    "special_attacks": [ [ "heavygrab", 20 ], [ "GRAB", 10 ] ],
    "death_drops": "default_zombie_death_drops",
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  },
  {
    "id": "mon_zombie_bonewraith",
    "type": "MONSTER",
    "name": { "str": "bone wraith blood zombie" },
    "description": "A skeleton with an additional pair of arm protruding from on its back.",
    "default_faction": "zombie",
    "species": [ "ZOMBIE", "ELDERZED" ],
    "bodytype": "human",
    "size": "MEDIUM",
    "hp": 105,
    "speed": 145,
    "material": [ "flesh" ],
    "symbol": "B",
    "color": "white_magenta",
    "aggression": 100,
    "morale": 100,
    "melee_skill": 6,
    "melee_dice": 2,
    "melee_dice_sides": 4,
    "melee_cut": 6,
    "armor_bash": 4,
    "armor_cut": 12,
    "harvest": "zombie",
    "vision_day": 35,
    "vision_night": 5,
    "dodge": 4,
    "special_attacks": [ [ "tentaclebones", 10 ], [ "GRAB", 10 ] ],
    "death_drops": "default_zombie_death_drops",
    "death_function": [ "NORMAL" ],
    "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES", "BONES", "FILTHY" ]
  }
]