[
  {
    "aggression": -25,
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "color": "brown",
    "death_function": [ "NORMAL" ],
    "default_faction": "small_animal",
    "description": "One of the vesper bats, a family of winged insect-eating mammals.  It roosts in caves and other hollows, and uses a form of echolocation to aerially navigate through tricky terrain at rapid speeds.",
    "dodge": 8,
    "fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "ANIMAL", "PATH_AVOID_DANGER_1" ],
    "harvest": "mammal_tiny",
    "hp": 10,
    "id": "mon_bat",
    "material": [ "flesh" ],
    "melee_cut": 1,
    "melee_dice": 1,
    "melee_dice_sides": 1,
    "melee_skill": 4,
    "morale": 5,
    "name": { "str": "bat" },
    "special_attacks": [ { "cooldown": 15, "type": "bite" } ],
    "upgrades": { "half_life": 12, "into": "mon_vampbat" },
    "species": [ "MAMMAL", "VAMPBAT" ],
    "speed": 230,
    "symbol": "w",
    "type": "MONSTER",
    "vision_day": 20,
    "vision_night": 20,
    "volume": "750 ml",
    "weight": "1000 g"
  },
  {
    "aggression": 75,
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "color": "red",
    "death_function": [ "NORMAL" ],
    "default_faction": "vampirics",
    "description": "A mammalian creature commonly found at caverns and thick foliage. It has grown in fondness with the dark, and capable in terrain echolocation.",
    "diff": 5,
    "dodge": 8,
    "fear_triggers": [ "FIRE" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ],
    "harvest": "mammal_small_leather",
    "hp": 25,
    "id": "mon_vampbat",
    "upgrades": { "half_life": 12, "into_group": "GROUP_VAMPBAT_UPGRADE" },
    "material": [ "flesh" ],
    "melee_cut": 1,
    "melee_dice": 1,
    "melee_dice_sides": 1,
    "melee_skill": 1,
    "morale": 20,
    "name": { "str": "vampire bat" },
    "size": "TINY",
    "special_attacks": [ { "type": "bite" } ],
    "species": [ "MAMMAL", "VAMPBAT" ],
    "speed": 200,
    "symbol": "w",
    "type": "MONSTER",
    "vision_day": 10,
    "vision_night": 20
  },
  {
    "aggression": 75,
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "color": "red",
    "death_function": [ "NORMAL" ],
    "default_faction": "vampirics",
    "description": "A larger vampire bat, with longer wingspan and visible fangs. Shows aggression when startled, and detects them with screeching sounds they make.",
    "diff": 10,
    "dodge": 8,
    "fear_triggers": [ "FIRE" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ],
    "harvest": "mammal_small_leather",
    "hp": 45,
    "id": "mon_bigvampbat",
    "material": [ "flesh" ],
    "melee_cut": 3,
    "melee_dice": 1,
    "melee_dice_sides": 1,
    "melee_skill": 2,
    "morale": 40,
    "name": { "str": "large vampire bat" },
    "size": "SMALL",
    "special_attacks": [ { "type": "bite" } ],
    "species": [ "MAMMAL", "VAMPBAT" ],
    "speed": 200,
    "symbol": "W",
    "type": "MONSTER",
    "vision_day": 10,
    "vision_night": 20
  },
  {
    "aggression": 100,
    "bodytype": "bird",
    "categories": [ "WILDLIFE" ],
    "color": "pink",
    "death_function": [ "NORMAL" ],
    "default_faction": "vampirics",
    "description": "A large vampire bat - with seeping bubbly liquid in its mouth - engorged to attack whatever is detected.",
    "diff": 12,
    "dodge": 8,
    "fear_triggers": [ "FIRE" ],
    "flags": [ "SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "PATH_AVOID_DANGER_1", "BONES", "LEATHER" ],
    "harvest": "mammal_small_leather",
    "hp": 50,
    "id": "mon_feralvampbat",
    "material": [ "flesh" ],
    "melee_cut": 4,
    "melee_dice": 1,
    "melee_dice_sides": 4,
    "melee_skill": 3,
    "morale": 40,
    "name": { "str": "feral vampire bat" },
    "size": "SMALL",
    "special_attacks": [ { "type": "bite" } ],
    "species": [ "MAMMAL", "VAMPBAT" ],
    "speed": 200,
    "symbol": "W",
    "type": "MONSTER",
    "vision_day": 10,
    "vision_night": 20
  }
]