[
    {
    "type" : "MONSTER",
    "id" : "mon_bat",
    "name": "bat",
    "species":"MAMMAL",
    "symbol":"w",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":4,
    "aggression":-25,
    "morale":5,
    "speed":230,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":1,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":10,
    "death_function":"NORMAL",
    "special_attacks":[["BITE", 0]],
    "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.",
    "flags":["SEES", "SMELLS", "HEARS", "GOODHEARING", "WARM", "FLIES", "ANIMAL", "VIS50", "BONES", "LEATHER"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_beaver",
    "name": "beaver",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"brown",
    "size":"SMALL",
    "material":"flesh",
    "diff":0,
    "aggression":-10,
    "morale":40,
    "speed":90,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":6,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":16,
    "death_function":"NORMAL",
    "description":"The North American beaver, the continent's largest rodent.  Its paddle-shaped tail helps ferry it through the water, and its prominent teeth can chew through wood, which it uses to build dam-like nests in lakes and streams.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "SWIMS", "WARM", "FUR", "BONES", "FAT"],
    "anger_triggers":["PLAYER_CLOSE", "HURT"],
    "fear_triggers":["SOUND"],
    "categories":["WILDLIFE"]
  },{
    "type":"MONSTER",
    "id":"mon_duck",
    "name": "duck",
    "species":"BIRD",
    "symbol":"v",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":1,
    "aggression":-99,
    "morale":-8,
    "speed":140,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":4,
    "death_function":"NORMAL",
    "description":"A mallard duck, often seen around rivers and other bodies of water.  It feeds primarily on insects, seeds, roots, and, pre-cataclysm, bread scraps.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FLIES", "VIS40", "BONES", "FEATHER", "FAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_bear",
    "name": "bear",
    "species":"MAMMAL",
    "symbol":"B",
    "color":"dkgray",
    "size":"LARGE",
    "material":"flesh",
    "diff":10,
    "aggression":-10,
    "morale":60,
    "speed":140,
    "melee_skill":6,
    "melee_dice":4,
    "melee_dice_sides":6,
    "melee_cut":4,
    "dodge":3,
    "armor_bash":2,
    "armor_cut":0,
    "luminance":0,
    "hp":100,
    "death_function":"NORMAL",
    "description":"The American black bear.  A large omnivorous scavenger, it has powerful claws and jaws, and is an effective ambush hunter.  It can pose a considerable threat, although most individuals are shy around humans.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "BLEED", "BASHES", "ATTACKMON", "BONES", "VIS40", "FAT"],
    "anger_triggers":["HURT", "PLAYER_CLOSE"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND"],
    "categories":["WILDLIFE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_bobcat",
    "name": "bobcat",
    "species":"MAMMAL",
    "symbol":"c",
    "color":"brown",
    "size":"SMALL",
    "material":"flesh",
    "diff":0,
    "aggression":-25,
    "morale":1,
    "speed":150,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":16,
    "death_function":"NORMAL",
    "description":"A spotted wild cat living across much of North America.  It is not a serious threat to humans, but it can be aggressive if not left alone.",
    "flags":["SEES", "HEARS", "GOODHEARING", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "VIS40", "BONES", "FAT"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_cat",
    "name": "cat",
    "species":"MAMMAL",
    "symbol":"c",
    "color":"ltgray",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-40,
    "morale":2,
    "speed":150,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":2,
    "melee_cut":2,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":12,
    "death_function":"NORMAL",
    "description":"A small domesticated predator gone feral in the absence of human stewardship.  Harried by the elements and the rigors of survival, it is scruffy and skittish.",
    "flags":["SEES", "HEARS", "GOODHEARING", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "VIS40", "BONES", "FAT"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED"],
    "categories":["WILDLIFE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_chicken",
    "name": "chicken",
    "species":"BIRD",
    "symbol":"v",
    "color":"white",
    "size":"TINY",
    "material":"flesh",
    "diff":10,
    "aggression":-99,
    "morale":-8,
    "speed":80,
    "melee_skill":1,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":1,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":8,
    "death_function":"NORMAL",
    "description":"A domesticated descendant of junglefowl, it may still be the most numerous bird in the world.  Before the Cataclysm, it was raised by humans as a source of meat, eggs, and early morning wakeup calls.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FLIES", "BONES", "FEATHER", "FAT"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_chipmunk",
    "name": "chipmunk",
    "species":"MAMMAL",
    "symbol":".",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":3,
    "aggression":-90,
    "morale":-55,
    "speed":110,
    "melee_skill":1,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":1,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":4,
    "death_function":"NORMAL",
    "description":"The eastern chipmunk, a tiny omnivorous rodent with a characteristic striped coat.  It spends much of the day patrolling its elaborate burrow and the precious stores of foraged food within.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "ANIMAL", "VIS40", "BONES"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_cougar",
    "name": "cougar",
    "species":"MAMMAL",
    "symbol":"C",
    "color":"brown",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":12,
    "aggression":0,
    "morale":40,
    "speed":180,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":6,
    "dodge":5,
    "armor_bash":1,
    "armor_cut":0,
    "luminance":0,
    "hp":60,
    "death_function":"NORMAL",
    "special_attacks":[["LEAP", 5]],
    "description":"The Eastern cougar, a large feline predator.  Once thought extinct in this region, conservation efforts were successful in restoring a thriving population.",
    "flags":["SEES", "HEARS", "GOODHEARING", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "KEENNOSE", "BLEED", "ATTACKMON", "VIS50", "BONES", "FAT"],
    "anger_triggers":["STALK", "PLAYER_WEAK", "HURT", "PLAYER_CLOSE", "FRIEND_ATTACKED"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_cow",
    "name": "cow",
    "species":"MAMMAL",
    "symbol":"C",
    "color":"brown",
    "size":"LARGE",
    "material":"flesh",
    "diff":10,
    "aggression":10,
    "morale":60,
    "speed":130,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":10,
    "melee_cut":6,
    "dodge":2,
    "armor_bash":2,
    "armor_cut":0,
    "death_drops": {
        "subtype": "collection",
        "//": "25% chance of an item from group cow",
        "groups": [
            [ "cow", 25 ]
        ]
    },
    "luminance":0,
    "hp":100,
    "death_function":"NORMAL",
    "description":"The domestic cow, a baleful, ruminating farm animal.  It is quite muscular, and the males can have a violent streak to accompany their nasty-looking horns.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "BONES", "VIS40", "FAT"],
    "anger_triggers":["HURT"],
    "placate_triggers":["PLAYER_WEAK"],
    "fear_triggers":["PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_coyote",
    "name": "coyote",
    "species":"MAMMAL",
    "symbol":"d",
    "color":"brown",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":10,
    "aggression":0,
    "morale":20,
    "speed":155,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":2,
    "dodge":3,
    "armor_bash":1,
    "armor_cut":0,
    "luminance":0,
    "hp":22,
    "death_function":"NORMAL",
    "description":"The Eastern coyote, also called the tweed wolf, is a territorial canine descended from the offspring of grey wolves and true coyotes.  It is intimidated by humans and other predators, but will fight if threatened.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "KEENNOSE", "BLEED", "ATTACKMON", "BONES", "VIS50"],
    "anger_triggers":["STALK", "FRIEND_ATTACKED", "PLAYER_WEAK", "HURT", "PLAYER_CLOSE"],
    "placate_triggers":["MEAT"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_coyote_wolf",
    "name": "coyote",
    "species":"MAMMAL",
    "symbol":"d",
    "color":"brown",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":8,
    "aggression":0,
    "morale":12,
    "speed":155,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":2,
    "dodge":3,
    "armor_bash":1,
    "armor_cut":0,
    "luminance":0,
    "hp":20,
    "death_function":"NORMAL",
    "description":"The Northeastern coyote, a widespread canine pack hunter.  More timid than a wolf, it is an opportunistic feeder and prefers to hunt smaller and weaker prey.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "KEENNOSE", "BLEED", "ATTACKMON", "BONES", "VIS50", "FAT"],
    "anger_triggers":["FRIEND_ATTACKED", "PLAYER_WEAK", "PLAYER_CLOSE"],
    "placate_triggers":["MEAT"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_crow",
    "name": "crow",
    "species":"BIRD",
    "symbol":"v",
    "color":"dkgray",
    "size":"TINY",
    "material":"flesh",
    "diff":1,
    "aggression":-99,
    "morale":-8,
    "speed":140,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":4,
    "death_function":"NORMAL",
    "description":"A small, elegant black bird, famous for its distinctive call.  An intelligent bird, there is a glitter of mischief behind its eyes.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FLIES", "VIS40", "BONES", "FEATHER"],
    "fear_triggers":["PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_deer",
    "name": "deer",
    "species":"MAMMAL",
    "symbol":"D",
    "color":"brown",
    "size":"LARGE",
    "material":"flesh",
    "diff":1,
    "aggression":-99,
    "morale":-5,
    "speed":300,
    "melee_skill":3,
    "melee_dice":3,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":60,
    "death_function":"NORMAL",
    "description":"The northern woodland white-tailed deer, a quick and strong grazing animal.  Favored prey of coyotes, wolves, and giant spider mutants.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "VIS40", "BONES", "FAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_deer_mouse",
    "name": "deer mouse",
    "species":"MAMMAL",
    "symbol":".",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-50,
    "morale":5,
    "speed":100,
    "melee_skill":3,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":4,
    "death_function":"NORMAL",
    "description":"The white-footed mouse, a prolific rodent with a white underbelly and a long fuzzy tail.  A common sight in fields, forests, and research centers.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "SWIMS", "ANIMAL", "VIS40", "VERMIN"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dog",
    "name": "dog",
    "species":"MAMMAL",
    "symbol":"d",
    "color":"ltgray",
    "size":"SMALL",
    "material":"flesh",
    "diff":5,
    "aggression":2,
    "morale":15,
    "speed":150,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":3,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":30,
    "death_function":"NORMAL",
    "description": "With mangy fur and hungry eyes, it's clear that this once domesticated dog has gone feral.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "KEENNOSE", "BLEED", "ATTACKMON", "VIS40", "BONES", "FAT"],
    "anger_triggers":["HURT", "FRIEND_ATTACKED", "FRIEND_DIED"],
    "placate_triggers":["MEAT"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fox_gray",
    "name": "fox",
    "name_plural": "foxes",
    "species":"MAMMAL",
    "symbol":"d",
    "color":"ltgray",
    "size":"SMALL",
    "material":"flesh",
    "diff":4,
    "aggression":-5,
    "morale":30,
    "speed":130,
    "melee_skill":3,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":20,
    "death_function":"NORMAL",
    "description":"A small omnivorous canine with an almost cat-like manner.  It is a solitary hunter, and one of the only canids able to climb trees.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "KEENNOSE", "BLEED", "VIS40", "BONES"],
    "anger_triggers":["FRIEND_ATTACKED", "FRIEND_DIED"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fox_red",
    "name": "fox",
    "name_plural": "foxes",
    "species":"MAMMAL",
    "symbol":"d",
    "color":"red",
    "size":"SMALL",
    "material":"flesh",
    "diff":5,
    "aggression":-5,
    "morale":60,
    "speed":145,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":30,
    "death_function":"NORMAL",
    "description":"The red fox, an omnivorous canine and largest of the true foxes, it is a wily hunter with a combative, suspicious temperament.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "KEENNOSE", "BLEED", "VIS40", "BONES", "FAT"],
    "anger_triggers":["FRIEND_ATTACKED", "FRIEND_DIED"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_groundhog",
    "name": "groundhog",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"ltgray",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-99,
    "morale":-20,
    "speed":140,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":12,
    "death_function":"NORMAL",
    "description":"Also known as the woodchuck, this ground squirrel has no actual talent for chucking wood.",
    "flags":["SEES", "HEARS", "GOODHEARING", "SMELLS", "ANIMAL", "WARM", "FUR", "VIS40", "BONES", "FAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_hare",
    "name": "jackrabbit",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-99,
    "morale":-5,
    "speed":170,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":10,
    "death_function":"NORMAL",
    "description":"The snowshoe hare, a small grass-eater with a brown fur coat that changes to white in the wintertime.",
    "flags":["SEES", "HEARS", "GOODHEARING", "SMELLS", "ANIMAL", "WARM", "FUR", "BONES"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_horse",
    "name": "horse",
    "species":"MAMMAL",
    "symbol":"H",
    "color":"brown",
    "size":"LARGE",
    "material":"flesh",
    "diff":10,
    "aggression":0,
    "morale":20,
    "speed":210,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":12,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":2,
    "armor_cut":0,
    "luminance":0,
    "hp":90,
    "death_function":"NORMAL",
    "description":"A hooved grazing mammal with a mane of hair, a sweeping tail, and powerful-looking muscles.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "BONES", "VIS40", "FAT"],
    "anger_triggers":["FRIEND_ATTACKED"],
    "placate_triggers":["PLAYER_WEAK"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_lemming",
    "name": "lemming",
    "species":"MAMMAL",
    "symbol":".",
    "color":"ltgray",
    "size":"TINY",
    "material":"flesh",
    "diff":2,
    "aggression":-50,
    "morale":-50,
    "speed":90,
    "melee_skill":4,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":4,
    "death_function":"NORMAL",
    "description":"The Northern bog lemming, a small, predominantly vegetarian rodent that spends its life in the murk of swamps and other wetlands.  Contrary to popular belief, these creatures are not particularly hapless or suicidal, but they can eat themselves into scarcity within a few generations.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "SWIMS", "ANIMAL", "VIS40"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_mink",
    "name": "mink",
    "species":"MAMMAL",
    "symbol":"m",
    "color":"dkgray",
    "size":"SMALL",
    "material":"flesh",
    "diff":4,
    "aggression":10,
    "morale":40,
    "speed":130,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":30,
    "death_function":"NORMAL",
    "description":"The American mink, a partially-aquatic weasel, once factory-farmed for its fur.  It is a capable fisher, but the presence of otters in these parts makes it rely more on food from the land.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "HIT_AND_RUN", "KEENNOSE", "BLEED", "VIS40", "BONES", "FAT"],
    "anger_triggers":["FRIEND_ATTACKED", "FRIEND_DIED"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_moose",
    "name": "moose",
    "species":"MAMMAL",
    "symbol":"M",
    "color":"brown",
    "size":"LARGE",
    "material":"flesh",
    "diff":1,
    "aggression":-15,
    "morale":80,
    "speed":200,
    "melee_skill":6,
    "melee_dice":3,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":4,
    "armor_cut":1,
    "luminance":0,
    "hp":120,
    "death_function":"NORMAL",
    "description":"The Eastern moose, the largest living species of deer.  The bulls are quite ill-tempered, especially in the rutting season.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "BLEED", "VIS40", "ATTACKMON", "BONES", "FAT"],
    "anger_triggers":["HURT", "PLAYER_CLOSE"],
    "placate_triggers":["PLAYER_WEAK"],
    "fear_triggers":["SOUND"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_muskrat",
    "name": "muskrat",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"brown",
    "size":"SMALL",
    "material":"flesh",
    "diff":3,
    "aggression":-45,
    "morale":-50,
    "speed":100,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":10,
    "death_function":"NORMAL",
    "description":"A large omnivorous rodent with a thick furry pelt, found in wetlands across the northern hemisphere.  It marks its territory with a musky odor for which it is named.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "SWIMS", "ANIMAL", "FUR", "VIS40", "BONES", "FAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_otter",
    "name": "otter",
    "species":"MAMMAL",
    "symbol":"m",
    "color":"brown",
    "size":"SMALL",
    "material":"flesh",
    "diff":0,
    "aggression":-10,
    "morale":40,
    "speed":110,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":12,
    "death_function":"NORMAL",
    "description":"The North American river otter is a shy water dwelling relative of the weasel living in large families along the banks of streams.  It is an excellent fisher and a resourceful survivor, using the abandoned dens of beavers and other animals to raise its own young.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "SWIMS", "WARM", "FUR", "VIS40", "BONES", "FAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_pig",
    "name": "pig",
    "species":"MAMMAL",
    "symbol":"p",
    "color":"pink",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":8,
    "aggression":10,
    "morale":30,
    "speed":100,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":8,
    "melee_cut":4,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":50,
    "death_function":"NORMAL",
    "description":"A domesticated omnivore descended from the wild boar, intelligent and inquisitive.  Left to its own devices, it has gone feral.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "KEENNOSE", "BLEED", "BONES", "FAT"],
    "anger_triggers":["PLAYER_WEAK", "FRIEND_ATTACKED"],
    "placate_triggers":["MEAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_rabbit",
    "name": "rabbit",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-99,
    "morale":-7,
    "speed":160,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":8,
    "death_function":"NORMAL",
    "description":"A small mammal with a cute wiggling nose, cotton tail, and made of delicious flesh.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "BONES"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_black_rat",
    "name": "black rat",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"dkgray",
    "size":"TINY",
    "material":"flesh",
    "diff":3,
    "aggression":5,
    "morale":5,
    "speed":100,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":1,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":6,
    "death_function":"NORMAL",
    "description":"The black rat, an omnivorous rodent with sheer black fur and a long, rough tail.  Harbinger of pestilence, famine, and mange, it will sometimes swarm over the dead or dying.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "SWIMS", "ANIMAL", "FUR", "VIS40", "BONES"],
    "anger_triggers":["PLAYER_WEAK"],
    "fear_triggers":["PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_sewer_rat",
    "name": "sewer rat",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"dkgray",
    "size":"TINY",
    "material":"flesh",
    "diff":3,
    "aggression":20,
    "morale":40,
    "speed":100,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":2,
    "melee_cut":1,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":10,
    "death_function":"NORMAL",
    "description":"A worm-tailed rodent with long whiskers and beady eyes.  The way it squeaks makes it sound...  hungry.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "SWIMS", "ANIMAL", "FUR", "VIS40", "BONES"],
    "anger_triggers":["PLAYER_WEAK", "FRIEND_ATTACKED", "FRIEND_DIED"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_sheep",
    "name": "sheep",
    "name_plural": "sheep",
    "species":"MAMMAL",
    "symbol":"s",
    "color":"white",
    "size":"LARGE",
    "material":"flesh",
    "diff":10,
    "aggression":0,
    "morale":0,
    "speed":90,
    "melee_skill":3,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":90,
    "death_function":"NORMAL",
    "description":"A timid, hooved grazing mammal, and one of the first animals ever domesticated, its body is covered in a thick layer of wool, and the males have long, spiralling horns.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "WOOL", "BONES", "FAT"],
    "anger_triggers":[],
    "placate_triggers":["PLAYER_WEAK"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE", "FRIEND_ATTACKED"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombear",
    "name": "zombear",
    "species":"ZOMBIE",
    "symbol":"B",
    "color":"green",
    "size":"LARGE",
    "material":"flesh",
    "diff":12,
    "aggression":50,
    "morale":100,
    "speed":120,
    "melee_skill":6,
    "melee_dice":4,
    "melee_dice_sides":6,
    "melee_cut":6,
    "dodge":2,
    "armor_bash":2,
    "armor_cut":2,
    "luminance":0,
    "hp":180,
    "death_function":"NORMAL",
    "description":"This black bear's eyes ooze with black fluid, and its flesh is torn and scarred.  It shuffles as it walks.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS40", "REVIVES", "FUR"],
    "anger_triggers":["PLAYER_CLOSE", "HURT"],
    "fear_triggers":["FIRE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_shrew",
    "name": "shrew",
    "species":"MAMMAL",
    "symbol":".",
    "color":"ltgray",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-99,
    "morale":-70,
    "speed":70,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":4,
    "death_function":"NORMAL",
    "description":"The masked shrew, a mouse-like creature with a pointed, whiskery snout.  It digs tunnels into the ground in search of bugs to eat.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "VERMIN"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_squirrel",
    "name": "squirrel",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"ltgray",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-89,
    "morale":-8,
    "speed":140,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":6,
    "death_function":"NORMAL",
    "description":"A small granivorous rodent with a long bushy tail, often seen darting amid the branches of trees.  A skittish varmint with an expression of unwavering austerity, it is the mortal enemy of cat and dog alike.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "BONES"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_squirrel_red",
    "name": "squirrel",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":0,
    "aggression":-99,
    "morale":-9,
    "speed":130,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":0,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":6,
    "death_function":"NORMAL",
    "description":"A tiny opportunistic rodent with a long bushy tail.  The pine squirrel is clever and cute, and hunted by nearly everything in the woods with a taste for meat.",
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_weasel",
    "name": "weasel",
    "species":"MAMMAL",
    "symbol":"m",
    "color":"brown",
    "size":"SMALL",
    "material":"flesh",
    "diff":0,
    "aggression":0,
    "morale":40,
    "speed":110,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":20,
    "death_function":"NORMAL",
    "description":"The long-tailed weasel, a small but ubiquitous predator whose range extends across the continent.  It forms its den in small burrows, preferring to occupy the nesting holes of its prey.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "SWIMS", "WARM", "FUR", "VIS40", "BONES", "FAT"],
    "fear_triggers":["SOUND", "PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_wolf",
    "name": "wolf",
    "name_plural": "wolves",
    "species":"MAMMAL",
    "symbol":"w",
    "color":"ltgray",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":12,
    "aggression":0,
    "morale":20,
    "speed":165,
    "melee_skill":7,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":4,
    "dodge":4,
    "armor_bash":1,
    "armor_cut":0,
    "luminance":0,
    "hp":40,
    "death_function":"NORMAL",
    "description":"A cunning pack predator, once extinct in the New England area, the wolf was successfully reintroduced and their numbers reached record highs in the decade before the cataclysm.  Lucky you.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "KEENNOSE", "BLEED", "ATTACKMON", "BONES", "VIS50", "FAT"],
    "anger_triggers":["STALK", "FRIEND_ATTACKED", "FRIEND_DIED", "PLAYER_WEAK", "PLAYER_CLOSE"],
    "placate_triggers":["MEAT"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_ant_larva",
    "name": "ant larva",
    "species":"INSECT",
    "symbol":"a",
    "color":"white",
    "size":"SMALL",
    "material":"iflesh",
    "diff":0,
    "aggression":-1,
    "morale":10,
    "speed":15,
    "melee_skill":2,
    "melee_dice":1,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":10,
    "death_function":"NORMAL",
    "description":"A pulsating sausage of glistening white flesh, the size of a large cat.  On one end is a set of squirming mouth parts.",
    "flags":["SMELLS", "POISON", "LARVA"]
    },{
        "type" : "MONSTER",
        "id" : "mon_ant",
    "name": "giant ant",
    "species":"INSECT",
    "symbol":"a",
    "color":"brown",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":7,
    "aggression":0,
    "morale":60,
    "speed":100,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":6,
    "dodge":1,
    "armor_bash":5,
    "armor_cut":10,
    "luminance":0,
    "hp":40,
    "death_function":"NORMAL",
    "description":"An enormous red ant covered in chitinous plates.  It possesses a pair of wriggling antennae and vicious-looking mandibles.",
    "flags":["HEARS", "SMELLS", "CHITIN"],
    "anger_triggers":["FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_WEAK"]
    },{
        "type" : "MONSTER",
        "id" : "mon_ant_soldier",
    "name": "soldier ant",
    "species":"INSECT",
    "symbol":"a",
    "color":"red",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":16,
    "aggression":30,
    "morale":100,
    "speed":100,
    "melee_skill":7,
    "melee_dice":1,
    "melee_dice_sides":8,
    "melee_cut":6,
    "dodge":2,
    "armor_bash":10,
    "armor_cut":12,
    "luminance":0,
    "hp":80,
    "death_function":"NORMAL",
    "description":"A huge and hairy red ant almost twice the size of other giant ants.  Bulging pincers extend from its jaws.",
    "flags":["HEARS", "SMELLS", "CHITIN"],
    "anger_triggers":["FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_ant_queen",
    "name": "queen ant",
    "species":"INSECT",
    "symbol":"a",
    "color":"ltred",
    "size":"LARGE",
    "material":"iflesh",
    "diff":13,
    "aggression":0,
    "morale":100,
    "speed":40,
    "melee_skill":5,
    "melee_dice":3,
    "melee_dice_sides":4,
    "melee_cut":4,
    "dodge":1,
    "armor_bash":6,
    "armor_cut":14,
    "luminance":0,
    "hp":80,
    "death_function":"NORMAL",
    "special_attacks":[["ANTQUEEN", 1]],
    "description":"A colossal red ant with a bulging, bloated thorax.  It moves slowly and deliberately, tending to nearby eggs and continually laying more.",
    "flags":["SMELLS", "QUEEN", "CHITIN", "FAT"],
    "anger_triggers":["FRIEND_ATTACKED", "FRIEND_DIED", "HURT"]
    },{
        "type" : "MONSTER",
        "id" : "mon_ant_fungus",
    "name": "fungal ant",
    "species":"FUNGUS",
    "symbol":"a",
    "color":"ltgray",
    "size":"MEDIUM",
    "material":"veggy",
    "diff":5,
    "aggression":100,
    "morale":100,
    "speed":60,
    "melee_skill":3,
    "melee_dice":1,
    "melee_dice_sides":5,
    "melee_cut":3,
    "dodge":1,
    "armor_bash":1,
    "armor_cut":1,
    "luminance":0,
    "hp":40,
    "death_function":"NORMAL",
    "special_attacks":[["FUNGUS", 200]],
    "description":"Pale, sickly gray in color, this giant ant's cracked exoskeleton is barely held together by coils of fungus erupting from every joint in its body.",
    "flags":["SMELLS", "POISON"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fly",
    "name": "giant fly",
    "name_plural": "giant flies",
    "species":"INSECT",
    "symbol":"a",
    "color":"ltgreen",
    "size":"SMALL",
    "material":"iflesh",
    "diff":8,
    "aggression":-50,
    "morale":30,
    "speed":120,
    "melee_skill":3,
    "melee_dice":1,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":5,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":25,
    "death_function":"NORMAL",
    "description":"A tremendous housefly the size of a small dog, predictably accompanied by a loud, incessant buzzing sound.",
    "flags":["SMELLS", "FLIES", "STUMBLES", "HIT_AND_RUN", "CHITIN", "FAT"],
    "fear_triggers":["PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_bee",
    "name": "giant bee",
    "species":"INSECT",
    "symbol":"a",
    "color":"yellow",
    "size":"SMALL",
    "material":"iflesh",
    "diff":14,
    "aggression":-10,
    "morale":80,
    "speed":140,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":4,
    "dodge":4,
    "armor_bash":4,
    "armor_cut":6,
    "death_drops": {
        "subtype": "collection",
        "//": "50% chance of an item from group bees",
        "groups": [
            [ "bees", 50 ]
        ]
    },
    "luminance":0,
    "hp":30,
    "death_function":"NORMAL",
    "description":"With a stinger the size of a kitchen knife, this dog-sized insect's black and yellow markings warn you to leave it undisturbed.",
    "flags":["SMELLS", "VENOM", "FLIES", "STUMBLES", "CHITIN"],
    "anger_triggers":["HURT", "FRIEND_DIED", "PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_wasp",
    "name": "giant wasp",
    "species":"INSECT",
    "symbol":"a",
    "color":"dkgray",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":20,
    "aggression":10,
    "morale":60,
    "speed":150,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":8,
    "dodge":4,
    "armor_bash":4,
    "armor_cut":8,
    "death_drops": {
        "subtype": "collection",
        "//": "40% chance of an item from group bees",
        "groups": [
            [ "wasps", 40 ]
        ]
    },
    "luminance":0,
    "hp":40,
    "death_function":"NORMAL",
    "description":"A gigantic slender-bodied wasp with an evil-looking stinger protruding from its abdomen.  Its exoskeleton glowers with ominous red markings.",
    "flags":["SMELLS", "VENOM", "FLIES", "CHITIN"],
    "anger_triggers":["HURT", "FRIEND_DIED", "PLAYER_CLOSE", "PLAYER_WEAK", "STALK"]
    },{
        "type" : "MONSTER",
        "id" : "mon_graboid",
    "name": "graboid",
    "species":"WORM",
    "symbol":"W",
    "color":"white",
    "size":"HUGE",
    "material":"flesh",
    "diff":25,
    "aggression":40,
    "morale":120,
    "speed":180,
    "melee_skill":5,
    "melee_dice":3,
    "melee_dice_sides":12,
    "melee_cut":6,
    "dodge":0,
    "armor_bash":12,
    "armor_cut":8,
    "luminance":0,
    "hp":210,
    "death_function":"WORM",
    "description":"A monstrous beast with a tripartite mouth that opens to reveal hundreds of writhing tongues with razor sharp edges.  It keeps most of its enormous body hidden underground.",
    "flags":["DIGS", "HEARS", "POISON", "GOODHEARING", "BASHES", "DESTROYS", "WARM", "LEATHER", "FAT"]
    },{
        "type" : "MONSTER",
        "id" : "mon_worm",
    "name": "giant worm",
    "species":"WORM",
    "symbol":"W",
    "color":"pink",
    "size":"LARGE",
    "material":"flesh",
    "diff":10,
    "aggression":30,
    "morale":100,
    "speed":80,
    "melee_skill":4,
    "melee_dice":4,
    "melee_dice_sides":6,
    "melee_cut":3,
    "dodge":0,
    "armor_bash":2,
    "armor_cut":0,
    "luminance":0,
    "hp":50,
    "death_function":"WORM",
    "description":"An enormous, mutated creature that might once have been a nightcrawler.  It possesses a large fanged mouth and a long slender body that comes up to your shoulder, with even more surely hiding underground.",
    "flags":["DIGS", "HEARS", "GOODHEARING", "WARM", "LEATHER"]
    },{
        "type" : "MONSTER",
        "id" : "mon_halfworm",
    "name": "half worm",
    "species":"WORM",
    "symbol":"s",
    "color":"pink",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":2,
    "aggression":10,
    "morale":40,
    "speed":80,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":2,
    "armor_cut":0,
    "luminance":0,
    "hp":20,
    "death_function":"NORMAL",
    "description":"A squiggling severed portion of a wounded giant worm.",
    "flags":["DIGS", "HEARS", "GOODHEARING", "WARM", "LEATHER"]
    },{
        "type" : "MONSTER",
        "id" : "mon_sludge_crawler",
    "name": "sludge crawler",
    "species":"MUTANT",
    "symbol":"S",
    "color":"dkgray",
    "size":"LARGE",
    "material":"flesh",
    "diff":13,
    "aggression":100,
    "morale":100,
    "speed":60,
    "melee_skill":3,
    "melee_dice":3,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":12,
    "armor_bash":4,
    "armor_cut":0,
    "luminance":0,
    "hp":300,
    "death_function":"MELT",
    "description":"A sluglike creature, eight feet long and the width of a refrigerator.  Its black body glistens as it oozes its way along the ground.  Eye stalks occasionally push their way out of the oily mass and look around.",
    "flags":["NOHEAD", "SEES", "POISON", "HEARS", "REGENERATES_50", "SMELLS", "VIS30", "SLUDGEPROOF", "SLUDGETRAIL", "SWIMS", "FLAMMABLE", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie",
    "name": "zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":80,
    "death_function":"NORMAL",
    "special_attacks":[["BITE", 5]],
    "description":"A human body, swaying as it moves, an unstoppable rage is visible beneath its oily black eyes.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "NO_BREATHE", "VIS40", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_fat",
    "name": "fat zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"green",
    "size":"LARGE",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":55,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":5,
    "armor_cut":3,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":95,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"Stumbling as it moves, this corpse of an overweight human regards its surroundings with an empty black gaze.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "NO_BREATHE", "VIS40", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_tough",
    "name": "tough zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltred",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":85,
    "melee_skill":4,
    "melee_dice":3,
    "melee_dice_sides":3,
    "melee_cut":1,
    "dodge":1,
    "armor_bash":2,
    "armor_cut":1,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":100,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"Once an athletic human, now a brutal monster.  Its facial features are twisted into an expression of pure rage.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "NO_BREATHE", "VIS40", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_crawler",
    "name": "crawling zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"green",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":1,
    "aggression":100,
    "morale":100,
    "speed":20,
    "melee_skill":2,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":60,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"This human corpse drags itself along slowly with its arms.  Its legs are damaged beyond repair",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GRABS", "POISON", "BLEED", "NO_BREATHE", "VIS20", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_hazmat",
    "name": "hazmat zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltblue",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":5,
    "armor_cut":4,
    "item_chance":40,
    "death_drops": "mon_zombie_hazmat_death_drops",
    "luminance":0,
    "hp":80,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"This zombie's face and body is completely covered by a protective suit.  It wanders around, unsteadily.",
    "flags":["SEES", "HEARS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "ACIDPROOF", "NO_BREATHE", "VIS40", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_fireman",
    "name": "firefighter zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"yellow",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":5,
    "melee_dice":3,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":6,
    "armor_cut":6,
    "item_chance":40,
    "death_drops": "mon_zombie_fireman_death_drops",
    "luminance":0,
    "hp":80,
    "death_function":["NORMAL"],
    "description":"A decaying human body clad in tattered firefighting gear.  It staggers aimlessly, reeking of smoke and decay.",
    "flags":["SEES", "HEARS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "ACIDPROOF", "NO_BREATHE", "VIS40", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_survivor",
    "name": "survivor zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltred_green",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":8,
    "aggression":75,
    "morale":100,
    "speed":90,
    "melee_skill":6,
    "melee_dice":4,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":3,
    "armor_bash":7,
    "armor_cut":7,
    "item_chance":40,
    "death_drops": "mon_zombie_survivor_death_drops",
    "luminance":0,
    "hp":120,
    "death_function":["NORMAL"],
    "special_attacks":[["SHRIEK", 20], ["BITE", 5]],
    "description":"Still wearing the tattered remnants of improvised armor and weaponry, it is plain to see that this zombie was once a survivor like you.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS50", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_rot",
    "name": "decayed zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltgreen_yellow",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":2,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":55,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 2]],
    "description":"A once-dead human corpse.  Its discolored swollen flesh is riddled with festering wounds and open sores.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "NO_BREATHE", "VIS40", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_cop",
    "name": "zombie cop",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"blue",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":6,
    "armor_cut":6,
    "item_chance":40,
    "death_drops": "mon_zombie_cop_death_drops",
    "luminance":0,
    "hp":80,
    "death_function":["NORMAL"],
    "description":"A human body covered by a weather-beaten and badly damaged set of riot gear.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "NO_BREATHE", "VIS30", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_shrieker",
    "name": "shrieker zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"magenta",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":8,
    "aggression":100,
    "morale":100,
    "speed":95,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":60,
    "death_function":["NORMAL"],
    "special_attacks":[["SHRIEK", 10]],
    "description":"An elongated human body with a swollen chest and a gaping hole where its jaw used to be.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS50", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_spitter",
    "name": "spitter zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"yellow_green",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":9,
    "aggression":100,
    "morale":100,
    "speed":95,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":10,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":70,
    "death_function":["ACID", "NORMAL"],
    "special_attacks":[["ACID", 20]],
    "description":"A hunched human body with its eyes pushed up into its forehead and drooping cheeks, most of its face is occupied by a puckered mouth.  Its stomach is swollen and nearly translucent, with a sickly yellow tint.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "ACIDPROOF", "ACID_BLOOD", "NO_BREATHE", "VIS40", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_electric",
    "name": "shocker zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltcyan",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":105,
    "melee_skill":3,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":1,
    "hp":85,
    "death_function":["NORMAL"],
    "special_attacks":[["SHOCKSTORM", 25], ["BITE", 5]],
    "special_when_hit":["ZAPBACK", 100],
    "description":"A human body with pale blue flesh, crackling with electrical energy.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "ELECTRIC", "CBM_CIV", "NO_BREATHE",  "VIS40", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_smoker",
    "name": "smoker zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltgray",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":10,
    "aggression":100,
    "morale":100,
    "speed":110,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":75,
    "death_function":"SMOKEBURST",
    "special_attacks":[["SMOKECLOUD", 1], ["BITE", 5]],
    "description":"A blackened and twisted naked human body, strips of flesh hang from its body, and it emits a constant haze of thick black smoke.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "HARDTOSHOOT", "FRIENDLY_SPECIAL", "NO_BREATHE", "VIS50", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_swimmer",
    "name": "swimmer zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltblue",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":10,
    "aggression":100,
    "morale":100,
    "speed":95,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "death_drops": "mon_zombie_swimmer_death_drops",
    "luminance":0,
    "hp":70,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"A slick and glistening human body.  Its hands and feet are webbed, and it is clad in swimwear.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS40", "BLEED", "SWIMS", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_dog",
    "name": "zombie dog",
    "species":"ZOMBIE",
    "symbol":"d",
    "color":"ltgreen",
    "size":"SMALL",
    "material":"flesh",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":105,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":36,
    "death_function":"NORMAL",
    "special_attacks":[["BITE", 5]],
    "description":"The deformed, animated corpse of a canine, a sinewy beast which can easily outpace its two-legged friends.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES", "FUR"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dog_skeleton",
    "name": "skeletal dog",
    "species":"ZOMBIE",
    "symbol":"d",
    "color":"white",
    "size":"SMALL",
    "material":"bone",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":120,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":9,
    "melee_cut":6,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":16,
    "luminance":0,
    "hp":12,
    "death_function":"NORMAL",
    "special_attacks":[["BITE", 5]],
    "description":"This canines see-through thin, black veined and scab riddled skin, is tightly compressed around its skeletal frame.",
    "flags":["SEES", "HEARS", "NO_BREATHE", "HARDTOSHOOT", "VIS40", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dog_zombie_cop",
    "name": "Z-9",
    "species":"ZOMBIE",
    "symbol":"d",
    "color":"blue",
    "size":"SMALL",
    "material":"flesh",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":105,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":5,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":6,
    "armor_cut":6,
    "death_drops": {
        "subtype": "collection",
        "//": "40% chance of an item from group dog_cop",
        "groups": [
            [ "dog_cop", 40 ]
        ]
    },
    "luminance":0,
    "hp":42,
    "death_function":"NORMAL",
    "special_attacks":[["BITE", 5]],
    "description":"A zombified version of one of the German shepherd dogs used in law enforcement.  Its deformed body is encased in a protective kevlar harness.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES", "FUR"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dog_zombie_rot",
    "name": "rot-weiler",
    "species":"ZOMBIE",
    "symbol":"d",
    "color":"yellow",
    "size":"SMALL",
    "material":"flesh",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":105,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":24,
    "death_function":"NORMAL",
    "special_attacks":[["BITE", 2]],
    "description":"Acrid smell accompanies this corpse of canine.  Its whole body is covered in chains of pulsing cysts and slime dribbling ulcers.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_brute",
    "name": "zombie brute",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"red",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":105,
    "melee_skill":4,
    "melee_dice":3,
    "melee_dice_sides":8,
    "melee_cut":2,
    "dodge":0,
    "armor_bash":4,
    "armor_cut":1,
    "item_chance":60,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":120,
    "death_function":["NORMAL"],
    "special_attacks":[["SMASH", 30]],
    "description":"Its entire body bulges with distended muscles and swollen, festering wounds.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS40", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_hulk",
    "name": "zombie hulk",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"white_magenta",
    "size":"HUGE",
    "material":"flesh",
    "diff":50,
    "aggression":100,
    "morale":100,
    "speed":130,
    "melee_skill":5,
    "melee_dice":4,
    "melee_dice_sides":8,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":12,
    "armor_cut":8,
    "item_chance":80,
    "death_drops": "mon_zombie_hulk_death_drops",
    "luminance":0,
    "hp":480,
    "death_function":["NORMAL"],
    "special_attacks":[["SMASH", 20]],
    "description":"A human body now swollen to the size of six men, with arms as wide as a trash can.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "DESTROYS", "POISON", "ATTACKMON", "LEATHER", "NO_BREATHE", "VIS50", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_fungus",
    "name": "fungal zombie",
    "species":"FUNGUS",
    "symbol":"Z",
    "color":"ltgray",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":6,
    "aggression":100,
    "morale":100,
    "speed":45,
    "melee_skill":3,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":3,
    "armor_cut":0,
    "item_chance":20,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":60,
    "death_function":["NORMAL"],
    "special_attacks":[["FUNGUS", 200], ["BITE", 5]],
    "description":"Once human, fungal tendrils now sprout from its mouth, eyes, and other orifices, holding together a shambling mass of mold-covered flesh.",
    "flags":["SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS30"]
    },{
        "type" : "MONSTER",
        "id" : "mon_boomer",
    "name": "boomer",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"pink",
    "size":"LARGE",
    "material":"flesh",
    "diff":8,
    "aggression":100,
    "morale":100,
    "speed":55,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":30,
    "death_drops": "default_zombie_items",
    "luminance":0,
    "hp":40,
    "death_function":["BOOMER"],
    "special_attacks":[["BOOMER", 20]],
    "description":"A rotund human body, bloated beyond belief and layered in rolls of fat.  It emits a horrible odor, and a putrid pink sludge dribbles from its mouth.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS40", "REVIVES", "BILE_BLOOD"]
    },{
        "type" : "MONSTER",
        "id" : "mon_boomer_fungus",
    "name": "fungal boomer",
    "species":"FUNGUS",
    "symbol":"Z",
    "color":"ltgray_magenta",
    "size":"LARGE",
    "material":"flesh",
    "diff":7,
    "aggression":100,
    "morale":100,
    "speed":40,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":2,
    "armor_cut":0,
    "item_chance":20,
    "death_drops": "default_zombie_items",
    "luminance":0,
    "hp":30,
    "death_function":["FUNGUS", "NORMAL"],
    "special_attacks":[["FUNGUS", 200], ["BOOMER", 20]],
    "description":"A rotund and bloated human body with pasty, fungus-ridden flesh.  Its mouth drips with a frothing gray sludge.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS30"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_gasbag",
    "name": "bloated zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"magenta_yellow",
    "size":"LARGE",
    "material":"flesh",
    "diff":8,
    "aggression":100,
    "morale":100,
    "speed":60,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":30,
    "death_drops": "default_zombie_items",
    "luminance":0,
    "hp":35,
    "death_function":["GAS"],
    "special_attacks":[["SUICIDE", 20]],
    "description":"With its gray skin swollen to near rupture with putrid gas, this cyst covered zombie looks like it could violently burst under the slightest of disturbances.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "LEAKSGAS", "NO_BREATHE", "VIS40", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_skeleton",
    "name": "skeleton",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"white",
    "size":"MEDIUM",
    "material":"bone",
    "diff":8,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":4,
    "melee_dice":3,
    "melee_dice_sides":6,
    "melee_cut":4,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":16,
    "death_drops": "default_zombie_clothes",
    "luminance":0,
    "hp":30,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"With its skin so tight the cracked bones are visible beneath it, covered in scar tissue and coils of scabbed black liquid and with eyes so deeply sunken into its skull they are barely visible, it's a wonder this once-human creature can move at all.",
    "flags":["SEES", "HEARS", "BLEED", "HARDTOSHOOT", "REVIVES", "NO_BREATHE", "VIS30"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_necro",
    "name": "zombie necromancer",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"dkgray",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":16,
    "aggression":0,
    "morale":100,
    "speed":100,
    "melee_skill":4,
    "melee_dice":3,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":50,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":100,
    "death_function":["NORMAL"],
    "special_attacks":[["RESURRECT", 4]],
    "description":"A twisted mockery of the human form, emaciated, with jet black skin and glowing red eyes.  It is somehow painful to look at, awakening fears deep within your psyche, and even the air around it seems more sinister, somehow darker and more dangerous.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES"],
    "anger_triggers":["HURT", "PLAYER_CLOSE", "PLAYER_WEAK"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_scientist",
    "name": "zombie scientist",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"white_cyan",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":75,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":50,
    "death_drops": "mon_zombie_scientist_death_drops",
    "luminance":0,
    "hp":80,
    "death_function":["NORMAL"],
    "special_attacks":[["SCIENCE", 20]],
    "description":"Apart from the jet black eyes it would be easy to believe this scientist was still alive.  Clad in a tattered lab coat, it looks to have some measure of situational awareness and resourcefulness.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "POISON", "BLEED", "CBM_SCI", "ACIDPROOF", "NO_BREATHE", "VIS50", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_soldier",
    "name": "zombie soldier",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltgreen_green",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":80,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":8,
    "armor_cut":16,
    "item_chance":80,
    "death_drops": "mon_zombie_soldier_death_drops",
    "luminance":0,
    "hp":100,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"Once a soldier, it is dressed head to toe in combat gear and carries itself rather steadily for a zombie.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "NO_BREATHE", "VIS30", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_grabber",
    "name": "grabber zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"cyan",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":8,
    "aggression":100,
    "morale":100,
    "speed":80,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":40,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":95,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"A deformed human body, once living.  Its arms dangle from its sides like the limbs of some skinless ape, mindlessly groping at their surroundings.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "GRABS", "NO_BREATHE", "VIS30", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_master",
    "name": "zombie master",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"pink_red",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":16,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":2,
    "armor_cut":2,
    "item_chance":60,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":180,
    "death_function":["NORMAL"],
    "special_attacks":[["UPGRADE", 3]],
    "description":"Once human, its features have tightened, its lips pulled back into an unnatural grin, revealing rows of blackened teeth beneath its large, piercing eyes.  It stands tall and its movements are fluid and tightly controlled.  A feeling of danger permeates the air around it, and the light that falls on it seems somehow harsher and more glaring.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES"],
    "anger_triggers":["HURT", "PLAYER_CLOSE", "PLAYER_WEAK"]
    },{
        "type" : "MONSTER",
        "id" : "mon_beekeeper",
    "name": "scarred zombie",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltred",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":4,
    "aggression":100,
    "morale":100,
    "speed":60,
    "melee_skill":3,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":0,
    "armor_bash":6,
    "armor_cut":8,
    "item_chance":10,
    "death_drops": {
        "subtype": "collection",
        "//": "cloth as any other zombie (always), additional items from group hive (sometimes)",
        "groups": [
            [ "default_zombie_clothes", 100 ],
            [ "hive", 80 ]
        ]
    },
    "luminance":0,
    "hp":70,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 5]],
    "description":"A deformed human body, its skin has been transformed into one thick, calloused envelope of scar tissue.",
    "flags":["HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_hunter",
    "name": "feral hunter",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"brown",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":6,
    "aggression":100,
    "morale":100,
    "speed":110,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":1,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":50,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":90,
    "death_function":["NORMAL"],
    "special_attacks":[["LEAP", 5], ["BITE", 5]],
    "description":"This once-human body is barely recognizable, scrambling about on all fours, its nails and teeth both sharpened into dangerous looking spikes.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS40", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_child",
    "name": "zombie child",
    "name_plural": "zombie children",
    "species":"ZOMBIE",
    "symbol":"z",
    "color":"ltgreen",
    "size":"SMALL",
    "material":"flesh",
    "diff":2,
    "aggression":60,
    "morale":100,
    "speed":65,
    "melee_skill":2,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":20,
    "death_drops": {
        "subtype": "collection",
        "//": "cloth as any other zombie (always), additional items from child_items (sometimes)",
        "groups": [
            [ "default_zombie_clothes", 100 ],
            [ "child_items", 65 ]
        ]
    },
    "luminance":0,
    "hp":40,
    "death_function":["NORMAL"],
    "description":"It was only a child, and little is different about it now aside from the hungry look in its eyes.  You'd be hard pressed to not feel like you were killing an actual child by putting it down.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "BLEED", "POISON", "GUILT", "NO_BREATHE", "VIS30", "REVIVES"],
    "categories":["CLASSIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_jabberwock",
        "name": "jabberwock",
        "species":"ABERRATION",
        "symbol":"J",
        "color":"dkgray_red",
        "size":"HUGE",
        "material":"flesh",
        "diff":50,
        "aggression":100,
        "morale":100,
        "speed":140,
        "melee_skill":10,
        "melee_dice":4,
        "melee_dice_sides":8,
        "melee_cut":3,
        "dodge":3,
        "armor_bash":12,
        "armor_cut":8,
        "luminance":0,
        "hp":400,
        "death_function":"NORMAL",
        "special_attacks":[["FLESH_GOLEM", 5]],
        "description":"A putrid amalgamation of body parts from humans and other creatures have fused together in this aberration of flesh.  The eyes of all the heads dart about rapidly and the mouths form a chorus of groaning screams.",
        "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "DESTROYS",
                 "ATTACKMON", "LEATHER", "BONES", "VIS50", "POISON"]
    },{
        "type" : "MONSTER",
        "id" : "mon_irradiated_wanderer_1",
    "name": "irradiated wanderer",
    "species":"ABERRATION",
    "symbol":"W",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":8,
    "aggression":100,
    "morale":100,
    "speed":80,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":1,
    "dodge":1,
    "armor_bash":4,
    "armor_cut":4,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "vault_wanderer", 3 ]
        ]
    },
    "luminance":0,
    "hp":90,
    "death_function":"MELT",
    "special_attacks":[["LUNGE", 20]],
    "description":"This rotting corpse seeps a glowing ooze from its lesions.  A strange tattered jumpsuit marks it as an oddity across the wasteland.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "VIS50", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_irradiated_wanderer_2",
    "name": "irradiated wanderer",
    "species":"ABERRATION",
    "symbol":"W",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":88,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":1,
    "dodge":1,
    "armor_bash":5,
    "armor_cut":5,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "vault_wanderer", 3 ]
        ]
    },
    "luminance":1,
    "hp":100,
    "death_function":"MELT",
    "special_attacks":[["LUNGE", 15]],
    "description":"This rotting corpse seeps a glowing ooze from its lesions.  A strange tattered jumpsuit marks it as an oddity across the wasteland.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "VIS50", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_irradiated_wanderer_3",
    "name": "irradiated wanderer",
    "species":"ABERRATION",
    "symbol":"W",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":15,
    "aggression":100,
    "morale":100,
    "speed":95,
    "melee_skill":6,
    "melee_dice":3,
    "melee_dice_sides":6,
    "melee_cut":1,
    "dodge":1,
    "armor_bash":6,
    "armor_cut":6,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "vault_wanderer", 3 ]
        ]
    },
    "luminance":3,
    "hp":110,
    "death_function":"MELT",
    "special_attacks":[["LUNGE", 10]],
    "description":"This rotting corpse seeps a glowing ooze from its lesions.  A strange tattered jumpsuit marks it as an oddity across the wasteland.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "VIS50", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_irradiated_wanderer_4",
    "name": "irradiated wanderer",
    "species":"ABERRATION",
    "symbol":"W",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":7,
    "melee_dice":3,
    "melee_dice_sides":8,
    "melee_cut":1,
    "dodge":2,
    "armor_bash":8,
    "armor_cut":8,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "vault_wanderer", 3 ]
        ]
    },
    "luminance":5,
    "hp":150,
    "death_function":"MELT",
    "special_attacks":[["LUNGE", 5]],
    "description":"This rotting corpse seeps a glowing ooze from its lesions.  A strange tattered jumpsuit marks it as an oddity across the wasteland.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "VIS50", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_charred_nightmare",
    "name": "charred nightmare",
    "species":"ABERRATION",
    "symbol":"N",
    "color":"dkgray_red",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":95,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":10,
    "melee_cut":2,
    "dodge":2,
    "armor_bash":6,
    "armor_cut":6,
    "item_chance":50,
    "death_drops": {
        "groups": [
            [ "vault_wanderer", 1 ]
        ]
    },
    "luminance":0,
    "hp":120,
    "death_function":"MELT",
    "special_attacks":[["LONGSWIPE", 8]],
    "description":"Intense radiation has spurred a unique form of necrosis and regeneration, it is impossible to tell if this creature was ever human.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "VIS50", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_triffid",
    "name": "triffid",
    "species":"PLANT",
    "symbol":"F",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"veggy",
    "diff":16,
    "aggression":20,
    "morale":100,
    "speed":50,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":6,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":4,
    "luminance":0,
    "hp":80,
    "death_function":"NORMAL",
    "description":"A creeping animate plant, growing as tall as a moose.  It has a single bark-covered stalk supporting a flowery head with a paralyzing sting concealed within.",
    "flags":["SEES", "SMELLS", "BASHES", "GROUP_BASH", "NOHEAD", "PARALYZEVENOM"]
    },{
        "type" : "MONSTER",
        "id" : "mon_triffid_young",
    "name": "triffid sprout",
    "species":"PLANT",
    "symbol":"1",
    "color":"ltgreen",
    "size":"SMALL",
    "material":"veggy",
    "diff":8,
    "aggression":0,
    "morale":10,
    "speed":50,
    "melee_skill":3,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":4,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":40,
    "death_function":"NORMAL",
    "special_attacks":[["TRIFFID_GROWTH", 28800]],
    "description":"A small triffid, only a few feet tall.  It has not yet developed bark, but its sting is still sharp and deadly.",
    "flags":["HEARS", "SMELLS", "NOHEAD", "PARALYZEVENOM", "FRIENDLY_SPECIAL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fungal_fighter",
    "name": "fungal fighter",
    "species":"PLANT",
    "symbol":"F",
    "color":"green",
    "size":"SMALL",
    "material":"veggy",
    "diff":8,
    "aggression":10,
    "morale":10,
    "speed":50,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":4,
    "dodge":0,
    "armor_bash":4,
    "armor_cut":6,
    "death_drops": {
        "subtype": "collection",
        "//": "80% chance of an item from group fungal_sting",
        "groups": [
            [ "fungal_sting", 80 ]
        ]
    },
    "luminance":0,
    "hp":60,
    "death_function":"NORMAL",
    "special_attacks":[["PARA_STING", 10]],
    "description":"A stout woody plant that can dig through the ground and flick spines from its branches.  The thorns carry a fungicidal compound with paralytic effects.",
    "flags":["HEARS", "SMELLS", "NOHEAD", "BADVENOM", "PARALYZEVENOM", "CAN_DIG"]
    },{
        "type" : "MONSTER",
        "id" : "mon_triffid_queen",
    "name": "triffid queen",
    "species":"PLANT",
    "symbol":"F",
    "color":"red",
    "size":"LARGE",
    "material":"veggy",
    "diff":28,
    "aggression":100,
    "morale":200,
    "speed":85,
    "melee_skill":7,
    "melee_dice":2,
    "melee_dice_sides":8,
    "melee_cut":8,
    "dodge":0,
    "armor_bash":12,
    "armor_cut":8,
    "luminance":0,
    "hp":280,
    "death_function":"NORMAL",
    "special_attacks":[["GROWPLANTS", 2]],
    "description":"A ponderous and particularly arborescent triffid.  It has enormous red petals surrounded by a haze of spores, and two thick barbed vines stick out from the stems like wary harpoons.",
    "flags":["HEARS", "SMELLS", "BASHES", "NOHEAD", "PARALYZEVENOM"]
    },{
        "type" : "MONSTER",
        "id" : "mon_creeper_hub",
    "name": "creeper hub",
    "species":"PLANT",
    "symbol":"V",
    "color":"green",
    "size":"MEDIUM",
    "material":"veggy",
    "diff":16,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":8,
    "armor_cut":0,
    "luminance":0,
    "hp":100,
    "death_function":"KILL_VINES",
    "special_attacks":[["GROW_VINE", 2]],
    "description":"A thick stalk, rooted to the ground.  It rapidly sprouts thorny vines in all directions.",
    "flags":["NOHEAD", "IMMOBILE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_creeper_vine",
    "name": "creeper vine",
    "species":"PLANT",
    "symbol":"v",
    "color":"green",
    "size":"TINY",
    "material":"veggy",
    "diff":4,
    "aggression":100,
    "morale":100,
    "speed":75,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":2,
    "armor_cut":0,
    "luminance":0,
    "hp":2,
    "death_function":"VINE_CUT",
    "special_attacks":[["VINE", 5]],
    "description":"A thorny vine, twisting wildly as it grows with incredible speed.",
    "flags":["NOHEAD", "HARDTOSHOOT", "PLASTIC", "IMMOBILE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_biollante",
    "name": "biollante",
    "species":"PLANT",
    "symbol":"F",
    "color":"magenta",
    "size":"LARGE",
    "material":"veggy",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "death_drops": {
        "subtype": "collection",
        "//": "80% chance of an item from group biollante",
        "groups": [
            [ "biollante", 8 ]
        ]
    },
    "luminance":0,
    "hp":120,
    "death_function":"NORMAL",
    "special_attacks":[["SPIT_SAP", 2]],
    "description":"A drooped, quivering plant with a thick stalk adorned by a purple flower.  Its petals are closed, and pulsate ominously.",
    "flags":["NOHEAD", "IMMOBILE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_vinebeast",
    "name": "vine beast",
    "species":"PLANT",
    "symbol":"V",
    "color":"ltgreen",
    "size":"LARGE",
    "material":"veggy",
    "diff":14,
    "aggression":60,
    "morale":40,
    "speed":100,
    "melee_skill":8,
    "melee_dice":2,
    "melee_dice_sides":10,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":18,
    "armor_cut":0,
    "luminance":0,
    "hp":100,
    "death_function":"NORMAL",
    "description":"An animated mass of roots and vines, creeping along the ground with alarming speed.  The tangle is thick enough that the center from which they grow is concealed.",
    "flags":["HEARS", "GOODHEARING", "NOHEAD", "HARDTOSHOOT", "GRABS", "SWIMS", "PLASTIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_triffid_heart",
    "name": "triffid heart",
    "species":"PLANT",
    "symbol":"T",
    "color":"red",
    "size":"HUGE",
    "material":"veggy",
    "diff":50,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":12,
    "armor_cut":16,
    "luminance":0,
    "hp":500,
    "death_function":"TRIFFID_HEART",
    "special_attacks":[["TRIFFID_HEARTBEAT", 5]],
    "description":"A knot of tubular roots, flowing with sap and beating like a heart.  Strands of vascular tissue reach out to the surrounding root walls.",
    "flags":["NOHEAD", "IMMOBILE", "QUEEN"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fungaloid",
    "name": "fungaloid",
    "species":"FUNGUS",
    "symbol":"F",
    "color":"ltgray",
    "size":"MEDIUM",
    "material":"veggy",
    "diff":12,
    "aggression":-50,
    "morale":100,
    "speed":40,
    "melee_skill":2,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":4,
    "armor_cut":0,
    "luminance":0,
    "hp":80,
    "death_function":["FUNGUS", "NORMAL"],
    "special_attacks":[["FUNGUS", 30]],
    "description":"A pale white fungus, one meaty gray stalk supporting a bloom at the top.  Spores are periodically expelled from its gills, and a few tendrils extend from the base, allowing mobility and some basic means of defense.",
    "flags":["STUMBLES", "POISON", "NO_BREATHE", "NOHEAD"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fungaloid_young",
    "name": "fungal sporeling",
    "species":"FUNGUS",
    "symbol":"1",
    "color":"ltgray",
    "size":"SMALL",
    "material":"veggy",
    "diff":6,
    "aggression":-50,
    "morale":100,
    "speed":70,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":4,
    "armor_cut":4,
    "luminance":0,
    "hp":70,
    "death_function":"NORMAL",
    "special_attacks":[["FUNGUS_GROWTH", 100]],
    "description":"A fungal stalk several feet in height.  Two vicious looking tendrils extend from its thorned and leathery exterior, and it moves about faster than the larger fungaloids.",
    "flags":["HEARS", "POISON", "NO_BREATHE", "NOHEAD", "FRIENDLY_SPECIAL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spore",
    "name": "spore cloud",
    "species":"FUNGUS",
    "symbol":"o",
    "color":"ltgray",
    "size":"TINY",
    "material":"veggy",
    "diff":1,
    "aggression":-50,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":4,
    "death_function":"DISINTEGRATE",
    "special_attacks":[["PLANT", 500]],
    "description":"A mass of spores the size of a balled fist, wafting around in the air.",
    "flags":["STUMBLES", "FLIES", "POISON", "NO_BREATHE", "NOHEAD", "FRIENDLY_SPECIAL", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fungaloid_queen",
    "name": "fungal spire",
    "species":"FUNGUS",
    "symbol":"T",
    "color":"ltgray",
    "size":"HUGE",
    "material":"stone",
    "diff":40,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":10,
    "luminance":0,
    "hp":300,
    "death_function":["FUNGUS", "NORMAL"],
    "special_attacks":[["FUNGUS_SPROUT", 10]],
    "description":"An enormous fungal spire, towering over the ground.  It pulsates slowly, continuously growing new defenses.",
    "flags":["NOHEAD", "POISON", "IMMOBILE", "NO_BREATHE", "QUEEN"]
    },{
    "type" : "MONSTER",
    "id" : "mon_fungaloid_seeder",
    "name": "giant fungal blossom",
    "species":"FUNGUS",
    "symbol":"T",
    "color":"cyan",
    "size":"HUGE",
    "material":"stone",
    "diff":40,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":10,
    "luminance":30,
    "hp":300,
    "death_function":["FUNGUS", "NORMAL"],
    "special_attacks":[["FUNGUS_BIG_BLOSSOM", 10]],
    "description":"An immense fungal blossom, towering over its surroundings.  It pulses with a soft blue glow, continuously pumping its spores into the air.",
    "flags":["NOHEAD", "POISON", "IMMOBILE", "NO_BREATHE", "QUEEN"]
    },{
    "type" : "MONSTER",
    "id" : "mon_fungaloid_tower",
    "name": "fungal tower",
    "species":"FUNGUS",
    "symbol":"T",
    "color":"yellow",
    "size":"HUGE",
    "material":"stone",
    "diff":40,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":9,
    "melee_dice":3,
    "melee_dice_sides":4,
    "melee_cut":5,
    "dodge":3,
    "armor_bash":20,
    "armor_cut":15,
    "luminance":0,
    "item_chance":40,
    "death_drops": "marloss_yellow_drops",
    "hp":300,
    "death_function":["FUNGUS", "NORMAL"],
    "special_attacks":[["FUNGUS_FORTIFY", 10]],
    "description":"An enormous fungal tower.  On closer inspection, its cap is supported by LOTS of fungal tendrils of various thicknesses, emerging from yet more bristling tendrils at ground level.  Between this redundancy and their noticeable movement creating frequent gaps, it's tough to get a solid shot on the thing.",
    "flags":["NOHEAD", "POISON", "IMMOBILE", "HARDTOSHOOT", "NO_BREATHE", "QUEEN"]
    },{
        "type" : "MONSTER",
        "id" : "mon_fungal_wall",
    "name": "fungal wall",
    "species":"FUNGUS",
    "symbol":"T",
    "color":"dkgray",
    "size":"HUGE",
    "material":"veggy",
    "diff":6,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":10,
    "luminance":0,
    "hp":10,
    "death_function":"DISINTEGRATE",
    "special_attacks":[["FUNGUS", 10]],
    "description":"A veritable wall of fungus, grown as a natural defense by the fungal spire.  New spores erupt from the surface every few seconds.",
    "flags":["NOHEAD", "POISON", "NO_BREATHE", "IMMOBILE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_fungal_hedgerow",
    "name": "fungal hedgerow",
    "species":"FUNGUS",
    "symbol":"H",
    "color":"ltgray",
    "size":"HUGE",
    "material":"stone",
    "diff":25,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":8,
    "melee_dice":3,
    "melee_dice_sides":3,
    "melee_cut":4,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":10,
    "luminance":0,
    "hp":40,
    "item_chance":0,
    "death_function":"DISINTEGRATE",
    "special_attacks":[["FUNGUS_BRISTLE", 10]],
    "description":"Looking at first glance like a dull gray privet, this \"hedge\" is really a mass of barbed fungal tendrils, defending the fungal tower.",
    "flags":["NOHEAD", "POISON", "NO_BREATHE", "IMMOBILE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_fungal_tendril",
    "name": "fungal tendril",
    "species":"FUNGUS",
    "symbol":"2",
    "color":"ltgray",
    "size":"MEDIUM",
    "material":"veggy",
    "diff":18,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":3,
    "dodge":4,
    "armor_bash":10,
    "armor_cut":4,
    "item_chance":0,
    "luminance":0,
    "hp":30,
    "death_function":"FUNGUS",
    "special_attacks":[["FUNGUS_INJECT", 10]],
    "description":"A long and delicate-looking tendril with a sharp tip.",
    "flags":["HEARS", "GOODHEARING", "NOHEAD", "POISON", "IMMOBILE", "NO_BREATHE", "HARDTOSHOOT"]
    },{
    "type" : "MONSTER",
    "id" : "mon_fungal_blossom",
    "name": "fungal blossom",
    "species":"FUNGUS",
    "symbol":"7",
    "color":"cyan",
    "size":"LARGE",
    "material":"veggy",
    "diff":18,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":4,
    "armor_cut":4,
    "item_chance":0,
    "luminance":20,
    "hp":30,
    "death_function":"FUNGUS",
    "special_attacks":[["FUNGUS_HAZE", 25]],
    "description":"A broad fungus, looking much like a glowing blue sunflower.  It appears to emit finer spores than the typical fungal emission.",
    "flags":["HEARS", "GOODHEARING", "NOHEAD", "POISON", "IMMOBILE", "NO_BREATHE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_blob_brain",
        "name": "brain blob",
        "species": ["NETHER", "BLOB"],
        "symbol":"O",
        "color":"black_green",
        "size":"HUGE",
        "material":"null",
        "diff":40,
        "aggression":50,
        "morale":100,
        "speed":50,
        "melee_skill":5,
        "melee_dice":2,
        "melee_dice_sides":4,
        "melee_cut":0,
        "dodge":0,
        "armor_bash":12,
        "armor_cut":0,
        "luminance":0,
        "hp":400,
        "death_function":"BRAINBLOB",
        "special_attacks":[["CALLBLOBS", 0]],
        "description":"A gigantic black blob of viscous goo, oozing across the ground like a glob of living oil.  Other blobs seem to swarm around it.",
        "flags":["SEES", "HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF", "QUEEN"],
        "phase":"LIQUID"
    },{
        "type" : "MONSTER",
        "id" : "mon_blob_large",
        "name": "big blob",
        "species": ["NETHER", "BLOB"],
        "symbol":"O",
        "color":"ltgray",
        "size":"LARGE",
        "material":"null",
        "diff":10,
        "aggression":100,
        "morale":100,
        "speed":90,
        "melee_skill":6,
        "melee_dice":2,
        "melee_dice_sides":6,
        "melee_cut":0,
        "dodge":0,
        "armor_bash":14,
        "armor_cut":4,
        "luminance":0,
        "hp":160,
        "death_function":"BLOBSPLIT",
        "special_attacks":[["FORMBLOB", 20]],
        "description":"A large black blob of viscous goo, oozing across the ground like a glob of living oil.",
        "flags":["HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF"],
        "phase":"LIQUID"
    },{
        "type" : "MONSTER",
        "id" : "mon_blob",
        "name": "blob",
        "species": ["NETHER", "BLOB"],
        "symbol":"O",
        "color":"dkgray",
        "size":"MEDIUM",
        "material":"null",
        "diff":19,
        "aggression":100,
        "morale":100,
        "speed":70,
        "melee_skill":5,
        "melee_dice":2,
        "melee_dice_sides":4,
        "melee_cut":0,
        "dodge":0,
        "armor_bash":12,
        "armor_cut":0,
        "luminance":0,
        "hp":80,
        "death_function":"BLOBSPLIT",
        "special_attacks":[["FORMBLOB", 30]],
        "description":"A black blob of viscous goo, oozing across the ground like a glob of living oil.",
        "flags":["HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF"],
        "phase":"LIQUID"
    },{
        "type" : "MONSTER",
        "id" : "mon_blob_small",
        "name": "small blob",
        "species": ["NETHER", "BLOB"],
        "symbol":"o",
        "color":"dkgray",
        "size":"SMALL",
        "material":"null",
        "diff":2,
        "aggression":100,
        "morale":100,
        "speed":50,
        "melee_skill":4,
        "melee_dice":1,
        "melee_dice_sides":4,
        "melee_cut":0,
        "dodge":0,
        "armor_bash":6,
        "armor_cut":0,
        "luminance":0,
        "hp":40,
        "death_function":"BLOBSPLIT",
        "description":"A small black blob of viscous goo, oozing across the ground like a glob of living oil.",
        "flags":["HEARS", "GOODHEARING", "NOHEAD", "POISON", "NO_BREATHE", "ACIDPROOF"],
        "phase":"LIQUID"
    },{
        "type" : "MONSTER",
        "id" : "mon_chud",
    "name": "C.H.U.D.",
    "species":"MUTANT",
    "symbol":"@",
    "color":"white",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":8,
    "aggression":30,
    "morale":30,
    "speed":110,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":0,
    "death_drops": {
        "subtype": "collection",
        "groups": [
            [ "subway", 40 ],
            [ "sewer", 20 ],
            [ "trash", 5 ],
            [ "bedroom", 1 ],
            [ "dresser", 5 ],
            [ "ammo", 18 ]
        ]
    },
    "luminance":0,
    "hp":60,
    "death_function":"NORMAL",
    "description":"The C.H.U.D.  or Cannibalistic Humanoid Underground Dweller.  A human being turned pale and mad from years of underground isolation.",
    "flags":["SEES", "HEARS", "WARM", "BASHES", "GROUP_BASH", "HUMAN", "VIS40", "BONES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_one_eye",
    "name": "cyclopean",
    "species":"MUTANT",
    "symbol":"@",
    "color":"ltred",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":18,
    "aggression":30,
    "morale":30,
    "speed":130,
    "melee_skill":9,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":5,
    "armor_bash":0,
    "armor_cut":0,
    "death_drops": {
        "subtype": "collection",
        "groups": [
            [ "subway", 40 ],
            [ "sewer", 20 ],
            [ "trash", 5 ],
            [ "bedroom", 1 ],
            [ "dresser", 5 ],
            [ "ammo", 18 ]
        ]
    },
    "luminance":0,
    "hp":80,
    "death_function":"NORMAL",
    "description":"A relatively humanoid mutant with purple hair and a grapefruit-sized bloodshot eye.",
    "flags":["SEES", "HEARS", "WARM", "BASHES", "GROUP_BASH", "HUMAN", "BONES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_crawler",
    "name": "crawler",
    "species":"ABERRATION",
    "symbol":"H",
    "color":"red",
    "size":"LARGE",
    "material":"flesh",
    "diff":16,
    "aggression":40,
    "morale":40,
    "speed":80,
    "melee_skill":9,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":8,
    "armor_cut":0,
    "luminance":0,
    "hp":180,
    "death_function":"NORMAL",
    "description":"A conglomeration of human parts fused together in a horrible mishmash of function, slowly dragging its eldritch body across the ground.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "HUMAN", "VIS40", "BONES"],
    "fear_triggers":["HURT", "FIRE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_sewer_fish",
    "name": "seweranha",
    "species":"FISH",
    "symbol":"t",
    "color":"ltgreen",
    "size":"SMALL",
    "material":"flesh",
    "diff":13,
    "aggression":100,
    "morale":100,
    "speed":180,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":4,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":20,
    "death_function":"NORMAL",
    "description":"A large mutant variety of carp.  It has shimmering green scales and a mouth lined with three jagged rows of razor-sharp teeth.",
    "flags":["SEES", "SMELLS", "WARM", "AQUATIC", "VIS30", "BONES", "FAT"]
    },{
        "type" : "MONSTER",
        "id" : "mon_sewer_snake",
    "name": "sewer snake",
    "species":"REPTILE",
    "symbol":"s",
    "color":"yellow",
    "size":"SMALL",
    "material":"flesh",
    "diff":2,
    "aggression":20,
    "morale":40,
    "speed":90,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":10,
    "death_function":"NORMAL",
    "description":"An aggressive mutant variety of the worm snake, turned pale yellow from its underground life.  It swarms beneath the ground and is named for its habit of infesting sewer lines.",
    "flags":["SEES", "SMELLS", "WARM", "VENOM", "SWIMS", "LEATHER", "VIS30", "BONES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_rat_king",
    "name": "rat king",
    "species":"MAMMAL",
    "symbol":"&",
    "color":"dkgray",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":18,
    "aggression":10,
    "morale":100,
    "speed":40,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":3,
    "melee_cut":1,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":220,
    "death_function":"RATKING",
    "special_attacks":[["RATKING", 3]],
    "description":"A towering swarm of mutated rats, their tails knotted together in a filthy mass.  A foetid stench flows from its filthy presence."
    },{
        "type" : "MONSTER",
        "id" : "mon_mosquito",
    "name": "mosquito",
    "species":"INSECT",
    "symbol":".",
    "color":"brown",
    "size":"TINY",
    "material":"iflesh",
    "diff":1,
    "aggression":0,
    "morale":0,
    "speed":120,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"A blood-sucking fly with a needle-like proboscis.  Its bite leaves behind itchy welts and can easily spread disease.",
    "flags":["SMELLS", "HEARS", "STUMBLES", "VERMIN", "SMALL_BITES", "FLIES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_mosquito_giant",
    "name": "giant mosquito",
    "species":"INSECT",
    "symbol":"y",
    "color":"brown",
    "size":"SMALL",
    "material":"iflesh",
    "diff":12,
    "aggression":20,
    "morale":20,
    "speed":120,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":1,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":20,
    "death_function":"NORMAL",
    "description":"An enormous mutant mosquito, fluttering erratically, its face dominated by a long, spear-tipped proboscis.",
    "flags":["SMELLS", "HEARS", "STUMBLES", "VENOM", "FLIES", "HIT_AND_RUN", "CHITIN"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dragonfly",
    "name": "dragonfly",
    "name_plural": "dragonflies",
    "species":"INSECT",
    "symbol":".",
    "color":"ltgreen",
    "size":"SMALL",
    "material":"iflesh",
    "diff":1,
    "aggression":-90,
    "morale":0,
    "speed":180,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":6,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"A thin-bodied insectoid predator with a large wingspan and big compound eyes.",
    "flags":["SEES", "SMELLS", "FLIES", "VERMIN", "HUNTS_VERMIN"],
    "anger_triggers":["PLAYER_WEAK"],
    "fear_triggers":["PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dragonfly_giant",
    "name": "giant dragonfly",
    "name_plural": "giant dragonflies",
    "species":"INSECT",
    "symbol":"y",
    "color":"ltgreen",
    "size":"SMALL",
    "material":"iflesh",
    "diff":13,
    "aggression":20,
    "morale":100,
    "speed":150,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":6,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":6,
    "luminance":0,
    "hp":70,
    "death_function":"NORMAL",
    "description":"A ferocious mutant dragonfly as big as a cat, darting through the air with a cluster of fangs for a mouth.",
    "flags":["SEES", "SMELLS", "FLIES", "HIT_AND_RUN", "VIS40", "ATTACKMON", "CHITIN"],
    "anger_triggers":["PLAYER_WEAK"],
    "fear_triggers":["PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_centipede",
    "name": "centipede",
    "species":"INSECT",
    "symbol":".",
    "color":"brown",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":1,
    "aggression":0,
    "morale":0,
    "speed":90,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"A predatory segmented arthropod with dozens of legs and a venomous bite.",
    "flags":["SMELLS", "HEARS", "VERMIN", "SMALL_BITES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_centipede_giant",
    "name": "giant centipede",
    "species":"INSECT",
    "symbol":"a",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":12,
    "aggression":40,
    "morale":100,
    "speed":140,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":8,
    "melee_cut":6,
    "dodge":2,
    "armor_bash":2,
    "armor_cut":8,
    "luminance":0,
    "hp":70,
    "death_function":"NORMAL",
    "description":"A meter-long centipede with a menacing pair of pincers, moving swiftly on dozens of spindly legs.",
    "flags":["SMELLS", "HEARS", "VENOM", "ATTACKMON", "CHITIN", "FAT"]
    },{
        "type" : "MONSTER",
        "id" : "mon_frog",
    "name": "bull frog",
    "species":"AMPHIBIAN",
    "symbol":".",
    "color":"green",
    "size":"TINY",
    "material":"flesh",
    "diff":1,
    "aggression":0,
    "morale":0,
    "speed":80,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":3,
    "death_function":"NORMAL",
    "special_attacks":[["LEAP", 5]],
    "description":"The American bullfrog, in its natural habitat.  It feeds on insects, mice, lizards and any other living thing it can stuff down its gullet.",
    "flags":["SEES", "SMELLS", "HEARS", "SWIMS", "HUNTS_VERMIN"],
    "fear_triggers":["PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_frog_giant",
    "name": "giant frog",
    "species":"AMPHIBIAN",
    "symbol":"M",
    "color":"ltgreen",
    "size":"LARGE",
    "material":"flesh",
    "diff":12,
    "aggression":10,
    "morale":100,
    "speed":90,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":12,
    "melee_cut":1,
    "dodge":2,
    "armor_bash":4,
    "armor_cut":0,
    "luminance":0,
    "hp":70,
    "death_function":"NORMAL",
    "special_attacks":[["LEAP", 5]],
    "description":"A mutated bullfrog taller than you are.  It stares with amber eyes as it considers the easiest way to swallow you whole.",
    "flags":["SEES", "SMELLS", "HEARS", "SWIMS", "LEATHER", "VIS40", "ATTACKMON", "BONES", "FAT"],
    "anger_triggers":["STALK", "PLAYER_WEAK", "PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_slug",
    "name": "slug",
    "species":"MOLLUSK",
    "symbol":".",
    "color":"brown",
    "size":"HUGE",
    "material":"flesh",
    "diff":1,
    "aggression":0,
    "morale":0,
    "speed":90,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"The leopard slug, an omnivorous gastropod.  It consumes decaying matter as well as planted crops, and will attack and eat other slugs that cross its path.",
    "flags":["SEES", "SMELLS", "VERMIN", "ACIDPROOF", "ARTHROPOD_BLOOD"],
    "fear_triggers":["PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_slug_giant",
    "name": "giant slug",
    "species":"MOLLUSK",
    "symbol":"S",
    "color":"brown",
    "size":"HUGE",
    "material":"flesh",
    "diff":16,
    "aggression":20,
    "morale":100,
    "speed":60,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":5,
    "melee_cut":1,
    "dodge":0,
    "armor_bash":8,
    "armor_cut":2,
    "luminance":0,
    "hp":190,
    "death_function":"NORMAL",
    "special_attacks":[["ACID", 10]],
    "description":"A mutated leopard slug, as wide as a golf cart.  Venom dripping from its fanged maw, it slithers ahead slowly, leaving a trail of glistening slime.",
    "flags":["SEES", "SMELLS", "BASHES", "ACIDPROOF", "ACIDTRAIL", "VIS30", "FAT", "ARTHROPOD_BLOOD"],
    "anger_triggers":["PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dermatik_larva",
    "name": "dermatik larva",
    "species":"INSECT",
    "symbol":"a",
    "color":"white",
    "size":"TINY",
    "material":"iflesh",
    "diff":4,
    "aggression":-20,
    "morale":-20,
    "speed":20,
    "melee_skill":1,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":1,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":10,
    "death_function":"NORMAL",
    "special_attacks":[["DERMATIK_GROWTH", 14400]],
    "description":"A fat white grub as big as a squirrel, with a pair of large, spadelike mandibles.",
    "flags":["HEARS", "SMELLS", "POISON", "CAN_DIG", "LARVA", "FRIENDLY_SPECIAL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dermatik",
    "name": "dermatik",
    "species":"INSECT",
    "symbol":"a",
    "color":"red",
    "size":"TINY",
    "material":"iflesh",
    "diff":18,
    "aggression":90,
    "morale":70,
    "speed":110,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":3,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":6,
    "luminance":0,
    "hp":60,
    "death_function":"NORMAL",
    "special_attacks":[["DERMATIK", 25]],
    "description":"A mutated wasp nearly the size of a cat, with a barbed ovipositor extruding from the abdomen.",
    "flags":["HEARS", "SMELLS", "STUMBLES", "POISON", "FLIES", "CHITIN"],
    "anger_triggers":["FRIEND_ATTACKED", "PLAYER_WEAK"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_wolf",
    "name": "wolf spider",
    "species":"SPIDER",
    "symbol":".",
    "color":"brown",
    "size":"TINY",
    "material":"iflesh",
    "diff":1,
    "aggression":0,
    "morale":0,
    "speed":120,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"A fairly large spider which tracks and catches prey through agility and stealth.  Its bite can be irritating even to large animals.",
    "flags":["SMELLS", "HEARS", "VERMIN", "SMALL_BITES", "HUNTS_VERMIN", "CHITIN"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_wolf_giant",
    "name": "giant wolf spider",
    "species":"SPIDER",
    "symbol":"s",
    "color":"brown",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":20,
    "aggression":20,
    "morale":100,
    "speed":150,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":8,
    "melee_cut":8,
    "dodge":4,
    "armor_bash":4,
    "armor_cut":8,
    "luminance":0,
    "hp":40,
    "death_function":"NORMAL",
    "description":"A wolf spider mutated to about thirty times its normal size, it moves quickly and aggressively to catch and consume prey.",
    "flags":["SMELLS", "HEARS", "VENOM", "ATTACKMON", "CHITIN", "FAT"],
    "anger_triggers":["STALK", "PLAYER_WEAK", "HURT", "PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_web",
    "name": "giant web spider",
    "species":"SPIDER",
    "symbol":"s",
    "color":"yellow",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":14,
    "aggression":20,
    "morale":100,
    "speed":110,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":6,
    "dodge":2,
    "armor_bash":2,
    "armor_cut":6,
    "luminance":0,
    "hp":40,
    "death_function":"NORMAL",
    "description":"A giant mutated grass spider, it waits for prey to become ensnared in the vast webs that it weaves between the trees.",
    "flags":["SMELLS", "HEARS", "VENOM", "WEBWALK", "CHITIN"]
},{
        "type" : "MONSTER",
        "id" : "mon_spider_web_s",
    "name": "immature giant web spider",
    "species":"SPIDER",
    "symbol":"c",
    "color":"yellow",
    "size":"SMALL",
    "material":"iflesh",
    "diff":7,
    "aggression":20,
    "morale":100,
    "speed":40,
    "melee_skill":1,
    "melee_dice":1,
    "melee_dice_sides":3,
    "melee_cut":6,
    "dodge":1,
    "armor_bash":2,
    "armor_cut":6,
    "luminance":0,
    "hp":20,
    "death_function":"NORMAL",
    "description":"A still immature giant grass spider.  Too young to be venomous, or to walk proficiently for that matter",
    "flags":["SMELLS", "HEARS", "WEBWALK", "STUMBLES",  "CHITIN"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_jumping",
    "name": "jumping spider",
    "species":"SPIDER",
    "symbol":".",
    "color":"dkgray",
    "size":"TINY",
    "material":"iflesh",
    "diff":1,
    "aggression":-99,
    "morale":0,
    "speed":20,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"A little spider with elongated forelegs.  It does not build extensive webs, but leaps very quickly, appearing to move instantaneously from one spot to another.",
    "flags":["SMELLS", "HEARS", "VERMIN", "HUNTS_VERMIN", "SMALL_BITER"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_jumping_giant",
    "name": "giant jumping spider",
    "species":"SPIDER",
    "symbol":"s",
    "color":"white",
    "size":"SMALL",
    "material":"iflesh",
    "diff":4,
    "aggression":-20,
    "morale":80,
    "speed":100,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":4,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":3,
    "luminance":0,
    "hp":30,
    "death_function":"NORMAL",
    "special_attacks":[["LEAP", 2]],
    "description":"A giant spider with big forelegs and two pairs of inquisitive-looking eyes.  It can leap quite quickly, even into the treetops.",
    "flags":["SMELLS", "HEARS", "VENOM", "HIT_AND_RUN", "CHITIN"],
    "anger_triggers":["PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_trapdoor",
    "name": "trapdoor spider",
    "species":"SPIDER",
    "symbol":".",
    "color":"dkgray",
    "size":"TINY",
    "material":"iflesh",
    "diff":1,
    "aggression":0,
    "morale":0,
    "speed":20,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"A midsized spider with a bulbous thorax.  It creates a subterranean nest and lies in wait for prey to draw close enough for capture.",
    "flags":["SMELLS", "HEARS", "VERMIN", "WEBWALK"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_trapdoor_giant",
    "name": "giant trapdoor spider",
    "species":"SPIDER",
    "symbol":"s",
    "color":"blue",
    "size":"MEDIUM",
    "material":"iflesh",
    "diff":20,
    "aggression":60,
    "morale":100,
    "speed":110,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":8,
    "dodge":2,
    "armor_bash":4,
    "armor_cut":8,
    "luminance":0,
    "hp":70,
    "death_function":"NORMAL",
    "description":"A gigantic spider with a bulbous thorax.  It digs a deep underground burrow that serves as a pit to trap unwary prey.",
    "flags":["SMELLS", "HEARS", "VENOM", "GRABS", "CAN_DIG", "WEBWALK", "CHITIN", "FAT"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_widow",
    "name": "black widow spider",
    "species":"SPIDER",
    "symbol":".",
    "color":"dkgray",
    "size":"SMALL",
    "material":"iflesh",
    "diff":1,
    "aggression":0,
    "morale":0,
    "speed":30,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"NORMAL",
    "description":"An infamous spider with a characteristic red hourglass marking on its black carapace, known for its highly toxic bite.",
    "flags":["SMELLS", "HEARS", "VERMIN", "HUNTS_VERMIN", "SMALL_BITES", "BADVENOM"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_widow_giant",
    "name": "giant black widow",
    "species":"SPIDER",
    "symbol":"s",
    "color":"dkgray",
    "size":"SMALL",
    "material":"iflesh",
    "diff":20,
    "aggression":-10,
    "morale":100,
    "speed":90,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":2,
    "armor_bash":2,
    "armor_cut":4,
    "luminance":0,
    "hp":60,
    "death_function":"NORMAL",
    "description":"A giant mutated black widow spider.  A highly venomous nightmare come to life.",
    "flags":["SMELLS", "HEARS", "BADVENOM", "WEBWALK", "CHITIN"],
    "anger_triggers":["PLAYER_WEAK", "PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_spider_widow_giant_s",
    "name": "giant black widow spiderling",
    "species":"SPIDER",
    "symbol":"c",
    "color":"dkgray",
    "size":"SMALL",
    "material":"iflesh",
    "diff":10,
    "aggression":-10,
    "morale":100,
    "speed":90,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":3,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":2,
    "armor_cut":4,
    "luminance":0,
    "hp":30,
    "death_function":"NORMAL",
    "description":"The horrid spawn of a giant black widow spider.  Even as a newborn, this foul creature knows only how to kill.",
    "flags":["SMELLS", "HEARS", "VENOM", "WEBWALK", "CHITIN"],
    "anger_triggers":["PLAYER_WEAK", "PLAYER_CLOSE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dark_wyrm",
    "name": "dark wyrm",
    "species":"MUTANT",
    "symbol":"S",
    "color":"blue",
    "size":"LARGE",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":8,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":4,
    "dodge":4,
    "armor_bash":6,
    "armor_cut":0,
    "luminance":0,
    "hp":120,
    "death_function":"NORMAL",
    "description":"A huge mutated worm found deep underground.  It has a gaping round mouth lined with dagger-like teeth, and its flesh is slick with bubbling blue slime.",
    "flags":["SMELLS", "HEARS", "GOODHEARING", "BASHES", "DESTROYS", "POISON", "SUNDEATH", "ACIDPROOF", "ACIDTRAIL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_amigara_horror",
    "name": "amigara horror",
    "species":"HORROR",
    "symbol":"&",
    "color":"white",
    "size":"LARGE",
    "material":"flesh",
    "diff":30,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":9,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":250,
    "death_function":["AMIGARA", "NORMAL"],
    "special_attacks":[["FEAR_PARALYZE", 0]],
    "description":"A hellish, vaguely humanoid horror, two stories tall.  Its face is grotesquely stretched out, its limbs deformed to unrecognizable outgrowths.",
    "flags":["SMELLS", "HEARS", "SEES", "STUMBLES", "HARDTOSHOOT"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dog_thing",
    "name": "dog",
    "species":"NETHER",
    "symbol":"d",
    "color":"white",
    "size":"SMALL",
    "material":"flesh",
    "diff":5,
    "aggression":100,
    "morale":100,
    "speed":150,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":3,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":25,
    "death_function":"THING",
    "special_attacks":[["DOGTHING", 40]],
    "description":"A domesticated mongrel of the canine persuasion.  In the absence of human society, it has turned feral.  You feel a sudden urge to destroy it.",
    "flags":["SEES", "SMELLS", "HEARS", "ANIMAL", "WARM", "FUR", "FRIENDLY_SPECIAL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_headless_dog_thing",
    "name": "tentacle dog",
    "species":"NETHER",
    "symbol":"d",
    "color":"dkgray",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":14,
    "aggression":100,
    "morale":100,
    "speed":120,
    "melee_skill":8,
    "melee_dice":4,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":120,
    "death_function":"THING",
    "special_attacks":[["TENTACLE", 5]],
    "description":"A dog's body with a mass of ropey, black tentacles reaching out from its head.",
    "flags":["SEES", "SMELLS", "HEARS", "BASHES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_thing",
    "name": "thing",
    "species":"NETHER",
    "symbol":"&",
    "color":"dkgray",
    "size":"LARGE",
    "material":"flesh",
    "diff":30,
    "aggression":100,
    "morale":100,
    "speed":140,
    "melee_skill":12,
    "melee_dice":4,
    "melee_dice_sides":8,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":8,
    "armor_cut":0,
    "luminance":0,
    "hp":160,
    "death_function":"MELT",
    "special_attacks":[["TENTACLE", 5]],
    "description":"An amorphous black creature, detaching and sprouting tentacles without any apparent pause.",
    "flags":["SMELLS", "HEARS", "NOHEAD", "BASHES", "GROUP_BASH", "SWIMS", "ATTACKMON", "PLASTIC", "ACIDPROOF", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_human_snail",
    "name": "human snail",
    "species":"ABERRATION",
    "symbol":"S",
    "color":"brown",
    "size":"LARGE",
    "material":"flesh",
    "diff":10,
    "aggression":0,
    "morale":30,
    "speed":50,
    "melee_skill":4,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":6,
    "armor_cut":12,
    "luminance":0,
    "hp":80,
    "death_function":"NORMAL",
    "special_attacks":[["ACID", 15]],
    "description":"An enormous fleshy snail, with an oddly human face.  Eyestalks protrude from where the eyes should be.",
    "flags":["SMELLS", "HEARS", "POISON", "ACIDPROOF", "ACID_BLOOD"],
    "anger_triggers":["PLAYER_WEAK", "FRIEND_DIED"]
    },{
        "type" : "MONSTER",
        "id" : "mon_twisted_body",
    "name": "twisted body",
    "name_plural": "twisted bodies",
    "species":"HORROR",
    "symbol":"h",
    "color":"ltred",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":70,
    "death_function":"NORMAL",
    "description":"A human body, but with its limbs, neck, and hair impossibly twisted.  It clambers around swiftly, making awful screeching sounds.",
    "flags":["SEES", "HEARS", "GOODHEARING", "POISON", "HUMAN", "VIS40"]
    },{
        "type" : "MONSTER",
        "id" : "mon_vortex",
    "name": "vortex",
    "name_plural": "vortexes",
    "species":"UNKNOWN",
    "symbol":"V",
    "color":"white",
    "size":"SMALL",
    "material":"powder",
    "diff":30,
    "aggression":100,
    "morale":100,
    "speed":120,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":20,
    "death_function":"MELT",
    "special_attacks":[["VORTEX", 6]],
    "description":"A twisting spot in the air, with some kind of morphing mass at its center.",
    "flags":["HEARS", "GOODHEARING", "STUMBLES", "NOHEAD", "HARDTOSHOOT", "FLIES", "PLASTIC", "NO_BREATHE", "FRIENDLY_SPECIAL", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_flying_polyp",
    "name": "flying polyp",
    "species":"NETHER",
    "symbol":"8",
    "color":"dkgray",
    "size":"HUGE",
    "material":"flesh",
    "diff":42,
    "aggression":100,
    "morale":100,
    "speed":280,
    "melee_skill":8,
    "melee_dice":3,
    "melee_dice_sides":8,
    "melee_cut":6,
    "dodge":7,
    "armor_bash":8,
    "armor_cut":0,
    "luminance":0,
    "hp":350,
    "death_function":"MELT",
    "description":"An amorphous mound of twisting black flesh that flits through the air at incredible speeds.",
    "flags":["SMELLS", "HEARS", "GOODHEARING", "NOHEAD", "BASHES", "FLIES", "ATTACKMON", "PLASTIC", "NO_BREATHE", "HIT_AND_RUN", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_hunting_horror",
    "name": "hunting horror",
    "species":"NETHER",
    "symbol":"s",
    "color":"pink",
    "size":"MEDIUM",
    "material":"null",
    "diff":28,
    "aggression":100,
    "morale":100,
    "speed":180,
    "melee_skill":7,
    "melee_dice":1,
    "melee_dice_sides":12,
    "melee_cut":6,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":280,
    "death_function":"MELT",
    "description":"A man-sized worm-like creature that swoops around on bat-like wings.  Its form dramatically shifts and changes from moment to moment, although its gigantic eyes and teeth are always prominent.",
    "flags":["SEES", "SMELLS", "HEARS", "NOHEAD", "HARDTOSHOOT", "FLIES", "PLASTIC", "SUNDEATH", "NO_BREATHE", "HIT_AND_RUN", "NOGIB"],
    "anger_triggers":["STALK", "PLAYER_WEAK", "PLAYER_CLOSE", "FRIEND_ATTACKED"]
    },{
        "type" : "MONSTER",
        "id" : "mon_mi_go",
    "name": "mi-go",
    "species":"NETHER",
    "symbol":"&",
    "color":"pink",
    "size":"LARGE",
    "material":"flesh",
    "diff":26,
    "aggression":20,
    "morale":30,
    "speed":120,
    "melee_skill":7,
    "melee_dice":4,
    "melee_dice_sides":6,
    "melee_cut":6,
    "dodge":4,
    "armor_bash":4,
    "armor_cut":12,
    "luminance":0,
    "hp":210,
    "death_function":"NORMAL",
    "special_attacks":[["PARROT", 0]],
    "description":"A flexuous monstrosity seeming as a giant crab covered in writhing antennae, clawed tentacles, and star-shaped growths, with a head like the insides of a fish but for its dire utterance.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS50", "ARTHROPOD_BLOOD"]
    },{
        "type" : "MONSTER",
        "id" : "mon_yugg",
    "name": "yugg",
    "species":"NETHER",
    "symbol":"W",
    "color":"white",
    "size":"HUGE",
    "material":"flesh",
    "diff":32,
    "aggression":100,
    "morale":100,
    "speed":80,
    "melee_skill":6,
    "melee_dice":3,
    "melee_dice_sides":5,
    "melee_cut":8,
    "dodge":1,
    "armor_bash":6,
    "armor_cut":0,
    "luminance":0,
    "hp":320,
    "death_function":"NORMAL",
    "special_attacks":[["GENE_STING", 20]],
    "description":"An enormous white flatworm that burrows beneath the earth.  Its mouth is lined with pointed teeth, and it is covered in fine hairs which can be shed and fired like darts.",
    "flags":["SEES", "SMELLS", "HEARS", "BASHES", "DESTROYS", "POISON", "VENOM", "NO_BREATHE", "DIGS", "VIS40"]
    },{
        "type" : "MONSTER",
        "id" : "mon_gelatin",
    "name": "amoebic mold",
    "species":"NETHER",
    "symbol":"O",
    "color":"ltgray",
    "size":"LARGE",
    "material":"null",
    "diff":20,
    "aggression":0,
    "morale":100,
    "speed":40,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":0,
    "luminance":0,
    "hp":200,
    "death_function":"MELT",
    "special_attacks":[["FORMBLOB", 4]],
    "description":"A formless slime mold the size of a cow.  Crusty bits of cytoplasm fall away as it oozes across the ground.",
    "flags":["SMELLS", "HEARS", "PLASTIC", "NO_BREATHE", "NOHEAD", "NOGIB"],
    "phase":"LIQUID"
    },{
        "type" : "MONSTER",
        "id" : "mon_flaming_eye",
    "name": "flaming eye",
    "species":"NETHER",
    "symbol":"e",
    "color":"ltblue",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":27,
    "aggression":0,
    "morale":100,
    "speed":90,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":4,
    "armor_cut":0,
    "luminance":10,
    "hp":300,
    "death_function":"NORMAL",
    "special_attacks":[["STARE", 12]],
    "description":"An eyeball the size of an easy chair, covered in rolling blue flames.  It floats through the air, spinning slowly to draw its gaze in every direction.",
    "flags":["SEES", "WARM", "FLIES", "FIREY", "NO_BREATHE", "NOHEAD"]
    },{
        "type" : "MONSTER",
        "id" : "mon_kreck",
    "name": "kreck",
    "species":"NETHER",
    "symbol":"k",
    "color":"red",
    "size":"SMALL",
    "material":"flesh",
    "diff":6,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":1,
    "dodge":8,
    "armor_bash":0,
    "armor_cut":5,
    "luminance":0,
    "hp":30,
    "death_function":"MELT",
    "description":"A fat humanoid the size of a dog, with twisted red flesh and a distended neck.  It scampers around, panting and grunting.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "BASHES", "HIT_AND_RUN", "NO_BREATHE", "VIS50", "BONES", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_gracke",
    "name": "gracken",
    "species":"NETHER",
    "symbol":"h",
    "color":"ltred",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":15,
    "aggression":0,
    "morale":100,
    "speed":180,
    "melee_skill":10,
    "melee_dice":4,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":100,
    "death_function":"NORMAL",
    "description":"A bizarre humanoid creature with a calculating stare.  Its twitching hands move so fast they appear to be nothing but blurs.",
    "flags":["SMELLS", "HEARS", "WARM", "NO_BREATHE", "GRABS", "BONES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_blank",
    "name": "blank body",
    "name_plural": "blank bodies",
    "species":"NETHER",
    "symbol":"@",
    "color":"white",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":5,
    "aggression":0,
    "morale":100,
    "speed":80,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":100,
    "death_function":"NORMAL",
    "special_attacks":[["SHRIEK", 10]],
    "description":"This looks like a human body, but its flesh is snow-white, and its face is featureless save for a perfectly round mouth.",
    "flags":["SMELLS", "HEARS", "WARM", "ANIMAL", "SUNDEATH", "NO_BREATHE", "HUMAN", "BONES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_gozu",
    "name": "gozu",
    "species":"NETHER",
    "symbol":"&",
    "color":"white",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":20,
    "aggression":10,
    "morale":100,
    "speed":80,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":400,
    "death_function":"NORMAL",
    "special_attacks":[["FEAR_PARALYZE", 20]],
    "description":"A monster with an obese human body and the head of a cow.  It treads slowly, and milky white drool drips from its mouth.",
    "flags":["SEES", "SMELLS", "HEARS", "WARM", "BASHES", "GROUP_BASH", "ANIMAL", "FUR", "NO_BREATHE", "VIS30", "BONES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_shadow",
    "name": "shadow",
    "species":"NETHER",
    "symbol":"A",
    "color":"dkgray",
    "size":"TINY",
    "material":"null",
    "diff":14,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":2,
    "melee_cut":0,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":60,
    "death_function":"MELT",
    "special_attacks":[["DISAPPEAR", 20]],
    "special_when_hit":["ZAPBACK", 100],
    "description":"A strange moving darkness, bringing with it the softest of whispers.",
    "flags":["SEES", "HEARS", "GOODHEARING", "SMELLS", "NOHEAD", "HARDTOSHOOT", "GRABS", "WEBWALK", "FLIES", "PLASTIC", "SUNDEATH", "ELECTRIC", "ACIDPROOF", "HIT_AND_RUN", "NO_BREATHE", "VIS50", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_darkman",
    "name": "wraith",
    "species":"NETHER",
    "symbol":"S",
    "color":"dkgray",
    "size":"HUGE",
    "material":"null",
    "diff":50,
    "aggression":2,
    "morale":500,
    "speed":140,
    "melee_skill":6,
    "melee_dice":3,
    "melee_dice_sides":8,
    "melee_cut":3,
    "dodge":3,
    "armor_bash":12,
    "armor_cut":8,
    "luminance":2,
    "hp":800,
    "death_function":"DARKMAN",
    "special_attacks":[["DARKMAN", 5]],
    "description":"A gigantic shadow, chaotically changing in shape and volume , two piercing orbs of light dominate what can only be described as its head.",
    "flags":["NOHEAD", "HARDTOSHOOT", "WEBWALK", "FLIES", "PLASTIC", "ELECTRIC", "ACIDPROOF","SUNDEATH", "NO_BREATHE", "VIS50"]
    },{
        "type" : "MONSTER",
        "id" : "mon_breather_hub",
    "name": "breather",
    "species":"NETHER",
    "symbol":"O",
    "color":"pink",
    "size":"MEDIUM",
    "material":"null",
    "diff":2,
    "aggression":0,
    "morale":0,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":100,
    "death_function":"KILL_BREATHERS",
    "special_attacks":[["BREATHE", 8]],
    "description":"A weird mass of immobile pink goo.  It seems to breathe.",
    "flags":["ACIDPROOF", "ACID_BLOOD", "IMMOBILE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_breather",
    "name": "breather",
    "species":"NETHER",
    "symbol":"o",
    "color":"pink",
    "size":"MEDIUM",
    "material":"null",
    "diff":2,
    "aggression":0,
    "morale":0,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":100,
    "death_function":"MELT",
    "special_attacks":[["BREATHE", 8]],
    "description":"A weird mass of immobile pink goo.  It seems to breathe.",
    "flags":["IMMOBILE", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_shadow_snake",
    "name": "shadow snake",
    "species":"NETHER",
    "symbol":"s",
    "color":"dkgray",
    "size":"SMALL",
    "material":"flesh",
    "diff":6,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":4,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":40,
    "death_function":"MELT",
    "special_attacks":[["DISAPPEAR", 20]],
    "description":"A translucent black snake, long and fearsome looking.",
    "flags":["SEES", "SMELLS", "WARM", "SWIMS", "LEATHER", "PLASTIC", "SUNDEATH", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_shoggoth",
    "name": "shoggoth",
    "species":"NETHER",
    "symbol":"&",
    "color":"dkgray",
    "size":"HUGE",
    "material":"protoplasmic",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":10,
    "melee_dice":8,
    "melee_dice_sides":7,
    "melee_cut":6,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":30,
    "luminance":0,
    "hp":400,
    "death_function":"MELT",
    "special_attacks":[["PARROT", 40]],
    "description":"A gargantuan protoplasmic blob, constantly reshaping, forming new pseudopods seemingly at will.  All over its body are eyes that form and disappear.  It looks at you with malice.",
    "flags":["SEES", "SMELLS", "SWIMS", "PLASTIC", "SLUDGEPROOF", "ACID_BLOOD", "ACID_PROOF", "NOHEAD", "REGENERATES_50", "ABSORBS", "REGEN_MORALE", "NOGIB"]
    },{
        "type" : "MONSTER",
        "id" : "mon_dementia",
    "name": "dementia",
    "species":"ZOMBIE",
    "symbol":"@",
    "color":"ltgray",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":3,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":5,
    "melee_dice":3,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "item_chance":10,
    "death_drops": "default_zombie_death_drops",
    "luminance":0,
    "hp":80,
    "death_function":["NORMAL"],
    "description":"A crazed individual, the bloody scars on the side of its shaved head suggest some sort of partial lobotomy",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "BLEED", "HUMAN", "POISON", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_homunculus",
    "name": "homunculus",
    "name_plural": "homunculuses",
    "species":"ZOMBIE",
    "symbol":"h",
    "color":"white",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":13,
    "aggression":100,
    "morale":100,
    "speed":110,
    "melee_skill":8,
    "melee_dice":3,
    "melee_dice_sides":12,
    "melee_cut":4,
    "dodge":6,
    "armor_bash":4,
    "armor_cut":2,
    "luminance":0,
    "hp":120,
    "death_function":["NORMAL"],
    "description":"A pale hairless man with an impressive athletic physique.  Its lidless eyes are totally black, and seeping with blood.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "BLEED", "HUMAN", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_blood_sacrifice",
    "name": "blood sacrifice",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"ltred",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":0,
    "aggression":100,
    "morale":100,
    "speed":200,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":5,
    "melee_cut":2,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "death_drops": "default_zombie_clothes",
    "luminance":0,
    "hp":40,
    "death_function":["NORMAL"],
    "special_attacks":[["FEAR_PARALYZE", 0], ["BITE", 5]],
    "description":"A defiled human body, once living.  Tortured to death long ago, it remains chained to the altar, the putrescent flays of its peeled skin quivering like so much flotsam upon a murky pond.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BLEED", "IMMOBILE", "GUILT", "POISON", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_flesh_angel",
    "name": "flesh angel",
    "species":"ZOMBIE",
    "symbol":"H",
    "color":"red",
    "size":"LARGE",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":120,
    "melee_skill":9,
    "melee_dice":3,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "death_drops": "default_zombie_clothes",
    "luminance":0,
    "hp":200,
    "death_function":["NORMAL"],
    "special_attacks":[["FEAR_PARALYZE", 0], ["BITE", 5]],
    "description":"A tall and slender man lacking skin and any normalcy of countenance.  Wings of muscle curl forth from its back and a third eye dominates the forehead.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BLEED", "HARDTOSHOOT", "ATTACKMON", "HUMAN", "POISON", "REVIVES"]
    },{
        "type" : "MONSTER",
        "id" : "mon_eyebot",
    "name": "eyebot",
    "species":"ROBOT",
    "symbol":"e",
    "color":"ltgray",
    "size":"SMALL",
    "material":"steel",
    "diff":2,
    "aggression":0,
    "morale":100,
    "speed":120,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":3,
    "armor_bash":8,
    "armor_cut":10,
    "item_chance":70,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "eyebot", 1 ]
        ]
    },
    "luminance":0,
    "hp":20,
    "death_function":"BROKEN",
    "special_attacks":[["PHOTOGRAPH", 30]],
    "description":"A fusion-driven UAV largely comprised of a high-resolution camera lens, this spheroid robot hovers above the ground, silent witness to the carnage and mayhem around it.",
    "flags":["SEES", "FLIES", "ELECTRONIC", "NO_BREATHE", "NOHEAD"]
    },{
        "type" : "MONSTER",
        "id" : "mon_manhack",
    "name": "manhack",
    "species":"ROBOT",
    "symbol":"e",
    "color":"green",
    "size":"TINY",
    "material":"steel",
    "diff":8,
    "aggression":100,
    "morale":100,
    "speed":190,
    "melee_skill":6,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":8,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":6,
    "item_chance":10,
    "revert_to_itype": "bot_manhack",
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "manhack", 1 ]
        ]
    },
    "luminance":0.1,
    "hp":10,
    "death_function":"BROKEN",
    "description":"Automated anti-personnel drone, a fist-sized robot surrounded by whirring blades.",
    "flags":["SEES", "FLIES", "NOHEAD", "ELECTRONIC", "HIT_AND_RUN", "NO_BREATHE", "VIS40"]
    },{
        "type" : "MONSTER",
        "id" : "mon_skitterbot",
    "name": "skitterbot",
    "species":"ROBOT",
    "symbol":"a",
    "color":"ltblue",
    "size":"SMALL",
    "material":"steel",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":130,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":12,
    "armor_cut":12,
    "item_chance":60,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "skitterbot", 1 ]
        ]
    },
    "luminance":0,
    "hp":40,
    "death_function":"BROKEN",
    "special_attacks":[["TAZER", 5]],
    "description":"A insectoid robot the size of a small dog, designed for home security.  Armed with two close-range tazers, it can skate across the ground with great speed.",
    "flags":["SEES", "HEARS", "GOODHEARING", "ATTACKMON", "ELECTRONIC", "NO_BREATHE", "VIS50"]
    },{
        "type" : "MONSTER",
        "id" : "mon_secubot",
    "name": "security bot",
    "species":"ROBOT",
    "symbol":"R",
    "color":"dkgray",
    "size":"SMALL",
    "material":"steel",
    "diff":19,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":14,
    "armor_cut":14,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "secubot", 1]
        ]
    },
    "luminance":0,
    "hp":80,
    "death_function":"EXPLODE",
    "special_attacks":[["SMG", 2]],
    "starting_ammo" : {"9mm":100},
    "description":"The Northrop Watchman X-1 is a production series of heavily armored combat robots.  Initially designed for military patrol and escort service, it rolls on a set of hydraulic treads and is armed with a 3\"/50 caliber gun.",
    "flags":["SEES", "HEARS", "BASHES", "ATTACKMON", "ELECTRONIC", "NO_BREATHE", "VIS50"]
    },{
        "type" : "MONSTER",
        "id" : "mon_hazmatbot",
    "name": "cleaner bot",
    "species":"ROBOT",
    "symbol":"R",
    "color":"green",
    "size":"MEDIUM",
    "material":"steel",
    "diff":2,
    "aggression":0,
    "morale":100,
    "speed":70,
    "melee_skill":2,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":10,
    "armor_cut":12,
    "luminance":0,
    "hp":120,
    "death_function":"EXPLODE",
    "description":"The Ford Sanitron, a utility robot designed for cleaning up waste material in hazardous conditions.",
    "flags":["SEES", "HEARS", "BASHES", "ELECTRONIC", "NO_BREATHE", "VIS50"]
    },{
        "type" : "MONSTER",
        "id" : "mon_copbot",
    "name": "police bot",
    "species":"ROBOT",
    "symbol":"R",
    "color":"ltblue",
    "size":"MEDIUM",
    "material":"steel",
    "diff":12,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":4,
    "melee_dice":3,
    "melee_dice_sides":2,
    "melee_cut":0,
    "dodge":8,
    "armor_bash":12,
    "armor_cut":8,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "copbot", 1 ]
        ]
    },
    "luminance":0,
    "hp":80,
    "death_function":"BROKEN",
    "special_attacks":[["COPBOT", 3]],
    "description":"One of the many models of armored law enforcement robots employed shortly before the collapse of civilization.  Solar powered like many other robots, it maintains its programmed pursuit of law and order, propelled on a trio of omni wheels.",
    "flags":["SEES", "HEARS", "BASHES", "ATTACKMON", "ELECTRONIC", "NO_BREATHE", "VIS50"]
    },{
        "type" : "MONSTER",
        "id" : "mon_molebot",
    "name": "miner bot",
    "species":"ROBOT",
    "symbol":"R",
    "color":"dkgray",
    "size":"MEDIUM",
    "material":"steel",
    "diff":4,
    "aggression":-10,
    "morale":100,
    "speed":40,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":10,
    "melee_cut":10,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":12,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "molebot", 1 ]
        ]
    },
    "luminance":0,
    "hp":80,
    "death_function":"BROKEN",
    "description":"A snake-like, segmented robot built to tunnel into the ground and detonate landmines.",
    "flags":["HEARS", "GOODHEARING", "DIGS", "NO_BREATHE", "ELECTRONIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_tripod",
    "name": "tribot",
    "species":"ROBOT",
    "symbol":"R",
    "color":"white",
    "size":"LARGE",
    "material":"steel",
    "diff":26,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":10,
    "melee_dice":3,
    "melee_dice_sides":12,
    "melee_cut":6,
    "dodge":0,
    "armor_bash":12,
    "armor_cut":8,
    "item_chance":82,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "tripod", 1 ]
        ]
    },
    "luminance":0,
    "hp":80,
    "death_function":"BROKEN",
    "special_attacks":[["FLAMETHROWER", 10]],
    "description":"The Honda Regnal, a tall robot walking on three spidery legs.  For weapons, it has a trio of spiked retractable cables and a flamethrower mounted on its head.",
    "flags":["SEES", "HEARS", "GOODHEARING", "BASHES", "NO_BREATHE", "ELECTRONIC"]
    },{
        "type" : "MONSTER",
        "id" : "mon_chickenbot",
    "name": "chicken walker",
    "species":"ROBOT",
    "symbol":"R",
    "color":"red",
    "size":"LARGE",
    "material":"steel",
    "diff":32,
    "aggression":100,
    "morale":100,
    "speed":115,
    "melee_skill":3,
    "melee_dice":3,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":18,
    "armor_cut":14,
    "item_chance":85,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "chickenbot", 1 ]
        ]
    },
    "luminance":0,
    "hp":90,
    "death_function":"EXPLODE",
    "special_attacks":[["CHICKENBOT", 4]],
    "starting_ammo" : {"556":1000, "40mm_frag":100},
    "description":"The Northrup ATSV, a massive, heavily-armed and armored robot walking on a pair of reverse-jointed legs.  Armed with a 40mm anti-vehicle grenade launcher, 5.56 anti-personnel gun, and the ability to electrify itself against attackers, it is an effective automated sentry, though production was limited due to a legal dispute.",
    "flags":["SEES", "VIS50", "HEARS", "BASHES", "NO_BREATHE", "ELECTRONIC", "FRIENDLY_SPECIAL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_tankbot",
    "name": "tank drone",
    "species":"ROBOT",
    "symbol":"R",
    "color":"dkgray",
    "size":"HUGE",
    "material":"steel",
    "diff":52,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":5,
    "melee_dice":5,
    "melee_dice_sides":5,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":24,
    "armor_cut":30,
    "item_chance":92,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "tankbot", 1 ]
        ]
    },
    "luminance":0,
    "hp":240,
    "death_function":"BROKEN",
    "special_attacks":[["MULTI_ROBOT", 3]],
    "starting_ammo" : {"556":1000, "40mm_frag":100, "120mm_HEAT":40},
    "description":"The Northrup Emancipator is the first and only automated tank ever produced, made shortly after the split-up of Northrup Grumman.  Clad in depleted uranium plating, and armed with advanced munitions and a 120-mm gun, it is capable of delivering extraordinary firepower.",
    "flags":["SEES", "VIS50", "HEARS", "GOODHEARING", "NOHEAD", "BASHES", "DESTROYS", "ATTACKMON", "NO_BREATHE", "ELECTRONIC", "FRIENDLY_SPECIAL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_turret",
    "name": "turret",
    "species":"ROBOT",
    "symbol":"2",
    "color":"ltgray",
    "size":"SMALL",
    "material":"steel",
    "diff":14,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":14,
    "armor_cut":16,
    "item_chance":80,
    "revert_to_itype": "bot_turret",
    "death_drops": {
        "groups": [
            [ "robots", 10 ],
            [ "turret", 1 ]
        ]
    },
    "luminance":30,
    "hp":30,
    "death_function":"EXPLODE",
    "special_attacks":[["SMG", 1]],
    "starting_ammo" : {"9mm":100},
    "description":"The General Atomics TX-1 Guardian, a small, pill-shaped automated gun turret using state of the art ATR systems to dynamically reorient itself to new friends and enemies alike.  The two SMG barrels can swivel a full 360 degrees.",
    "flags":["SEES", "NOHEAD", "ELECTRONIC", "IMMOBILE", "NO_BREATHE", "FRIENDLY_SPECIAL"]
    },{
            "type" : "MONSTER",
        "id" : "mon_laserturret",
    "name": "laser turret",
    "species":"ROBOT",
    "symbol":"2",
    "color":"white",
    "size":"SMALL",
    "material":"steel",
    "diff":14,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":14,
    "armor_cut":16,
    "item_chance":80,
    "revert_to_itype": "bot_laserturret",
    "death_drops": {
        "groups": [
            [ "robots", 10 ],
            [ "laserturret", 1 ]
        ]
    },
    "luminance":30,
    "hp":30,
    "death_function":"EXPLODE",
    "special_attacks":[["LASER", 1]],
    "description":"The TX-5LR Cerberus is an upgrade to its predecessors.  It features a state of the art revolving laser cannon system with three barrels that charge from solar cells embedded in its hull.",
    "flags":["SEES", "NOHEAD", "ELECTRONIC", "IMMOBILE", "NO_BREATHE", "FRIENDLY_SPECIAL"]
    },{
    "type" : "MONSTER",
    "id" : "mon_turret_rifle",
    "name": "milspec turret",
    "species":"ROBOT",
    "symbol":"2",
    "color":"green",
    "size":"SMALL",
    "material":"steel",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":14,
    "armor_cut":16,
    "item_chance":80,
    "revert_to_itype": "bot_rifleturret",
    "death_drops": {
        "groups": [
            [ "robots", 9 ],
            [ "turret_rifle", 2 ]
        ]
    },
    "luminance":40,
    "hp":40,
    "death_function":"EXPLODE",
    "special_attacks":[["RIFLE_TUR", 1]],
    "starting_ammo" : {"556":100},
    "description":"Leadworks LLC's T-4A1 Sentry.  It features improved firmware over General Atomics' TX-1 9mm model and an automated M4 carbine.",
    "flags":["SEES", "NOHEAD", "ELECTRONIC", "IMMOBILE", "NO_BREATHE", "FRIENDLY_SPECIAL"]
    },{
    "type" : "MONSTER",
    "id" : "mon_turret_bmg",
    "name": "antimateriel turret",
    "species":"ROBOT",
    "symbol":"2",
    "color":"green",
    "size":"MEDIUM",
    "material":"steel",
    "diff":30,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":14,
    "armor_cut":16,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "robots", 9 ],
            [ "turret_bmg", 2 ]
        ]
    },
    "luminance":40,
    "hp":40,
    "death_function":"EXPLODE",
    "special_attacks":[["BMG_TUR", 1]],
    "starting_ammo" : {"50bmg":100},
    "description":"Leadworks LLC's T-107A1 Interdictor, an automated .50BMG antimateriel rifle.  Credited with forestalling countless car-bombing attempts, it has always been kept under extremely tight control, so as to itself maintain extremely tight control of its area.  And then the Cataclysm struck.",
    "flags":["SEES", "NOHEAD", "ELECTRONIC", "IMMOBILE", "NO_BREATHE", "FRIENDLY_SPECIAL"]
    },{
    "type" : "MONSTER",
    "id" : "mon_turret_searchlight",
    "name": "milspec searchlight",
    "species":"ROBOT",
    "symbol":"2",
    "color":"ltgreen",
    "size":"LARGE",
    "material":"steel",
    "diff":20,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":14,
    "armor_cut":16,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "robots", 1 ],
            [ "turret_searchlight", 1 ]
        ]
    },
    "luminance":1,
    "hp":30,
    "death_function":"FOCUSEDBEAM",
    "special_attacks":[["SEARCHLIGHT", 1]],
    "description":"Three high-powered searchlights with automated search AI and mounting, continually seeking targets.",
    "flags":["SEES", "NOHEAD", "ELECTRONIC", "IMMOBILE", "NO_BREATHE", "FRIENDLY_SPECIAL"]
    },{
        "type" : "MONSTER",
        "id" : "mon_exploder",
    "name": "exploder",
    "species":"ROBOT",
    "symbol":"2",
    "color":"ltgray",
    "size":"LARGE",
    "material":"steel",
    "diff":14,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":1,
    "death_function":"EXPLODE",
    "description":"A small, round turret which extends from the floor.  Two SMG barrels swivel 360 degrees.",
    "flags":["IMMOBILE", "NO_BREATHE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_hallu_mom",
    "name": "your mother",
    "species":"HALLUCINATION",
    "symbol":"@",
    "color":"white",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":0,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":3,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":5,
    "death_function":"DISAPPEAR",
    "special_attacks":[["DISAPPEAR", 20]],
    "description":"Mom?",
    "flags":["SEES", "HEARS", "NO_BREATHE", "SMELLS", "GUILT"]
    },{
        "type" : "MONSTER",
        "id" : "mon_generator",
    "name": "generator",
    "species":"UNKNOWN",
    "symbol":"4",
    "color":"white",
    "size":"LARGE",
    "material":"steel",
    "diff":0,
    "aggression":0,
    "morale":0,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":2,
    "armor_cut":2,
    "luminance":0,
    "hp":500,
    "death_function":"GAMEOVER",
    "special_attacks":[["GENERATOR", 1]],
    "description":"Your precious generator, noisily humming away.  Defend it at all costs!",
    "flags":["NOHEAD", "ACIDPROOF", "IMMOBILE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_player_blob",
    "name": "slimespring",
    "species":"MUTANT",
    "symbol":"O",
    "color":"ltgreen",
    "size":"MEDIUM",
    "material":"null",
    "diff":19,
    "aggression":75,
    "morale":100,
    "speed":100,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":12,
    "armor_cut":0,
    "luminance":0,
    "hp":40,
    "death_function":"ACID",
    "special_attacks":[["SLIMESPRING", 15]],
    "description":"A familiar-looking blob of goo.  It sprouts the occasional eyestalk.",
    "flags":["SEES", "VIS40", "HEARS", "SMELLS", "GOODHEARING", "FRIENDLY_SPECIAL", "NOHEAD", "POISON", "VENOM", "WARM", "GUILT"],
    "phase":"LIQUID"
    },{
        "type" : "MONSTER",
        "id" : "mon_turkey",
    "name": "turkey",
    "species":"BIRD",
    "symbol":"v",
    "color":"brown",
    "size":"SMALL",
    "material":"flesh",
    "diff":10,
    "aggression":-80,
    "morale":-8,
    "speed":140,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":1,
    "melee_cut":0,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":15,
    "death_function":"NORMAL",
    "description":"A large and colorful game bird native to the forests of North America.  Its head and beak are covered in fleshy protuberances.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FLIES", "VIS50", "BONES", "FEATHER", "FAT"],
    "fear_triggers":["PLAYER_CLOSE", "FRIEND_DIED"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_raccoon",
    "name": "raccoon",
    "species":"MAMMAL",
    "symbol":"r",
    "color":"dkgray",
    "size":"TINY",
    "material":"flesh",
    "diff":10,
    "aggression":-10,
    "morale":10,
    "speed":100,
    "melee_skill":1,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":1,
    "dodge":3,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":14,
    "death_function":"NORMAL",
    "description":"A small mammal native to North America, distinctive for its dextrous paws and facial markings.  It is resourceful and agile enough to open sealed containers with its paws.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "KEENNOSE", "BLEED", "BONES", "VIS50", "FAT"],
    "anger_triggers":["FRIEND_ATTACKED", "HURT"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_opossum",
    "name": "opossum",
    "species":"MAMMAL",
    "symbol":"p",
    "color":"white",
    "size":"TINY",
    "material":"flesh",
    "diff":10,
    "aggression":-99,
    "morale":10,
    "speed":110,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":1,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":12,
    "death_function":"NORMAL",
    "description":"The Virginia opossum, a small omnivorous marsupial native to North America.  About the size of a cat, it is hardy and adaptive, and a fairly common sight in urban areas.",
    "flags":["SEES", "HEARS", "SMELLS", "ANIMAL", "WARM", "FUR", "KEENNOSE", "BLEED", "BONES", "VIS50", "FAT"],
    "anger_triggers":["FRIEND_ATTACKED", "HURT"],
    "fear_triggers":["PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_rattlesnake",
    "name": "rattlesnake",
    "species":"REPTILE",
    "symbol":"s",
    "color":"brown",
    "size":"TINY",
    "material":"flesh",
    "diff":2,
    "aggression":-50,
    "morale":60,
    "speed":90,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":4,
    "melee_cut":4,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":12,
    "death_function":"NORMAL",
    "special_attacks":[["RATTLE", 6]],
    "description":"The timber rattlesnake is the most venomous viper native to New England.  Climatic changes have extended its range far into the north.",
    "flags":["SEES", "HEARS", "SMELLS", "BADVENOM", "HARDTOSHOOT", "SWIMS", "LEATHER", "VIS30", "BONES"],
    "anger_triggers":["HURT"],
    "placate_triggers":["PLAYER_WEAK"],
    "fear_triggers":["PLAYER_CLOSE"],
    "categories":["WILDLIFE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_giant_crayfish",
    "name": "giant crayfish",
    "species":"MUTANT",
    "symbol":"y",
    "color":"red",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":9,
    "aggression":0,
    "morale":100,
    "speed":130,
    "melee_skill":5,
    "melee_dice":1,
    "melee_dice_sides":3,
    "melee_cut":5,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":8,
    "luminance":0,
    "hp":50,
    "death_function":"NORMAL",
    "description":"A mutant, terrestrial variety of the signal crayfish, this massive crustacean resembles a humongous lobster.",
    "flags":["SMELLS", "HEARS", "SEES", "CHITIN", "SWIMS", "ATTACKMON", "GRABS", "FAT", "ARTHROPOD_BLOOD"],
    "anger_triggers":["PLAYER_CLOSE", "HURT"],
    "fear_triggers":["FIRE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_shia",
    "name": "Shia LaBeouf",
    "name_plural": "Shia LaBeouf",
    "species":"ZOMBIE",
    "symbol":"@",
    "color":"red",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":16,
    "aggression":100,
    "morale":100,
    "speed":110,
    "melee_skill":9,
    "melee_dice":3,
    "melee_dice_sides":6,
    "melee_cut":6,
    "dodge":4,
    "armor_bash":0,
    "armor_cut":0,
    "death_drops": {
        "groups": [
            [ "shia_stuff", 1 ]
        ]
    },
    "luminance":0,
    "hp":50,
    "death_function":"NORMAL",
    "special_attacks":[["BRANDISH", 10]],
    "description":"Living in the woods, \nkilling for sport, \neating all the bodies, \nactual cannibal Shia LaBeouf.",
    "flags":["SEES", "HEARS", "WARM", "BASHES", "POISON", "BLEED", "NO_BREATHE", "VIS30"],
    "anger_triggers":["STALK", "PLAYER_WEAK", "HURT", "PLAYER_CLOSE"],
    "fear_triggers":["FIRE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_broken_cyborg",
    "name": "broken cyborg",
    "species":"ROBOT",
    "symbol":"@",
    "color":"dkgray",
    "size":"MEDIUM",
    "material":"steel",
    "diff":4,
    "aggression":100,
    "morale":100,
    "speed":90,
    "melee_skill":2,
    "melee_dice":2,
    "melee_dice_sides":2,
    "melee_cut":0,
    "dodge":5,
    "armor_bash":14,
    "armor_cut":10,
    "luminance":0,
    "hp":60,
    "death_function":"NORMAL",
    "special_attacks":[["PARROT", 80]],
    "description":"A robot body with the head of a human.  All kinds of electronic wires and devices are implanted in its head.  Patches of skin look diseased or rotting.  This cyborg moves erratically and has a confused and deranged look in its eyes.",
    "flags":["SEES", "HEARS", "BASHES", "ATTACKMON", "ELECTRONIC", "NO_BREATHE", "VIS50", "REVIVES", "WARM", "STUMBLES", "CBM_POWER"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zoose",
    "name": "antlered horror",
    "species":"ZOMBIE",
    "symbol":"M",
    "color":"green",
    "size":"LARGE",
    "material":"flesh",
    "diff":14,
    "aggression":50,
    "morale":100,
    "speed":140,
    "melee_skill":6,
    "melee_dice":3,
    "melee_dice_sides":4,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":6,
    "armor_cut":4,
    "luminance":0,
    "hp":210,
    "death_function":"NORMAL",
    "description":"This formerly-majestic moose has succumbed to the infection which is killing the world.  Shiny green blowflies swarm the vast suppurated patches of purulent flesh where its skin has sloughed away, and its remaining fur is black and matted with necrotic discharge.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "POISON", "NO_BREATHE", "VIS40", "REVIVES", "FUR"],
    "anger_triggers":["PLAYER_CLOSE", "HURT"],
    "fear_triggers":["FIRE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zolf",
    "name": "grim howler",
    "species":"ZOMBIE",
    "symbol":"w",
    "color":"green",
    "size":"SMALL",
    "material":"flesh",
    "diff":13,
    "aggression":120,
    "morale":100,
    "speed":116,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":4,
    "melee_cut":4,
    "dodge":2,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":48,
    "death_function":"NORMAL",
    "special_attacks":[["HOWL", 10]],
    "description":"A zombified wolf.  Its mouth oozes with a black substance, coating the vicious-looking white fangs.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "KEENNOSE", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES", "FUR"],
    "anger_triggers":["PLAYER_CLOSE", "HURT"],
    "fear_triggers":["FIRE"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zougar",
    "name": "decayed pouncer",
    "species":"ZOMBIE",
    "symbol":"C",
    "color":"green",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":13,
    "aggression":120,
    "morale":100,
    "speed":126,
    "melee_skill":6,
    "melee_dice":2,
    "melee_dice_sides":5,
    "melee_cut":6,
    "dodge":2,
    "armor_bash":1,
    "armor_cut":0,
    "luminance":0,
    "hp":65,
    "death_function":"NORMAL",
    "special_attacks":[["LEAP", 10]],
    "description":"An otherwise normal-looking cougar, except that its hind legs are swollen, and its eyes bulge with black goo.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "KEENNOSE", "GOODHEARING", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES", "FUR"],
    "anger_triggers":["PLAYER_CLOSE", "HURT"],
    "fear_triggers":["FIRE"]
    },{
    "type" : "MONSTER",
    "id" : "mon_zombie_bio_op",
    "name": "zombie bio-operator",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"green_cyan",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":25,
    "aggression":100,
    "morale":100,
    "speed":95,
    "melee_skill":7,
    "melee_dice":3,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":3,
    "armor_bash":10,
    "armor_cut":18,
    "item_chance":50,
    "death_drops": "mon_zombie_bio_op_death_drops",
    "luminance":1,
    "hp":120,
    "death_function":["NORMAL"],
    "special_attacks":[["BIO_OP_TAKEDOWN", 20]],
    "special_when_hit":["ZAPBACK", 75],
    "description":"This armored and augmented soldier's bionics crackle with energy.  Worse, it appears to remember its training.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "BLEED", "CBM_OP", "ACIDPROOF", "NO_BREATHE", "VIS50", "REVIVES"]
    },{
    "type" : "MONSTER",
    "id" : "mon_zombie_pig",
    "name": "festering boar",
    "species":"ZOMBIE",
    "symbol":"p",
    "color":"green",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":9,
    "aggression":100,
    "morale":100,
    "speed":70,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":5,
    "//":"1d8->2d5, minor bonus over 1d9",
    "melee_cut":4,
    "dodge":1,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":55,
    "death_function":"NORMAL",
    "special_attacks":[["BITE", 2]],
    "description":"A zombified omnivore descended from the wild boar.  Now it's got black goo all over it, instead of mud.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "KEENNOSE", "BLEED", "BASHES", "POISON", "NO_BREATHE", "VIS50", "REVIVES"],
    "anger_triggers":["PLAYER_WEAK", "PLAYER_CLOSE"],
    "fear_triggers":["FIRE"]
    },
{
    "type" : "MONSTER",
    "id" : "mon_hallu_multicooker",
    "name": "evil multi-cooker",
    "species":"HALLUCINATION",
    "symbol":";",
    "color":"red",
    "size":"SMALL",
    "material":"steel",
    "diff":0,
    "aggression":100,
    "morale":100,
    "speed":50,
    "melee_skill":1,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":0,
    "armor_cut":0,
    "luminance":0,
    "hp":5,
    "death_function":"DISAPPEAR",
    "special_attacks":[["DISAPPEAR", 20]],
    "description":"The multi-cooker's got a mind of its own!  Look out!!",
    "flags":["SEES", "HEARS", "NO_BREATHE"]
    }, {
    "type" : "MONSTER",
        "id" : "mon_zombie_jackson",
    "name": "Thriller",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"dkgray_red",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":100,
    "aggression":2,
    "morale":100,
    "speed":100,
    "melee_skill":9,
    "melee_dice":1,
    "melee_dice_sides":5,
    "melee_cut":0,
    "dodge":6,
    "armor_bash":2,
    "armor_cut":2,
    "item_chance":60,
    "death_drops": "jackson_drops",
    "luminance":0,
    "hp":100,
    "death_function":"JACKSON",
    "special_attacks":[["JACKSON", 0]],
    "description":"And though you fight to stay alive, \nYour body starts to shiver. \nFor no mere mortal can resist, \nThe evil of the thriller.",
    "flags":["SEES", "SMELLS", "WARM", "BASHES", "BLEED", "NO_BREATHE", "VIS50"]
    },{
        "type" : "MONSTER",
        "id" : "mon_zombie_dancer",
    "name": "zombie dancer",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"white_magenta",
    "size":"HUGE",
    "material":"flesh",
    "diff":50,
    "aggression":100,
    "morale":100,
    "speed":200,
    "melee_skill":0,
    "melee_dice":1,
    "melee_dice_sides":5,
    "melee_cut":0,
    "dodge":0,
    "armor_bash":12,
    "armor_cut":8,
    "item_chance":80,
    "death_drops": "mon_zombie_hulk_death_drops",
    "luminance":0,
    "hp":10000,
    "death_function":"NORMAL",
    "special_attacks":[["DANCE", 30]],
    "description":"The foulest stench is in the air, \nThe funk of forty thousand years, \nAnd grisly ghouls from every tomb, \nAre closing in to seal your doom!",
    "flags":["WARM", "BASHES", "DESTROYS", "LEATHER", "NO_BREATHE", "VIS50", "REGENERATES_50"]
    }, {
    "type" : "MONSTER",
    "id" : "mon_riotbot",
    "name": "riot control bot",
    "species":"ROBOT",
    "symbol":"R",
    "color":"ltblue",
    "size":"MEDIUM",
    "material":"steel",
    "diff":11,
    "aggression":100,
    "morale":100,
    "speed":100,
    "melee_skill":0,
    "melee_dice":0,
    "melee_dice_sides":0,
    "melee_cut":0,
    "dodge":8,
    "armor_bash":12,
    "armor_cut":8,
    "item_chance":80,
    "death_drops": {
        "groups": [
            [ "robots", 4 ],
            [ "copbot", 1 ]
        ]
    },
    "luminance":0,
    "hp":80,
    "special_when_hit":["ZAPBACK", 300],
    "death_function":"BROKEN",
    "special_attacks":[["RIOTBOT", 1]],
    "description":"Nonviolent riot-control bot.  Designed to suppress riots and make mass arrests of those participating.  Though its relaxation gas is by far its best-known weapon, it carries a blinding flash and a low-powered stungun for self-defense--in addition to its supply of electronic handcuffs.",
    "flags":["SEES", "HEARS", "GOODHEARING", "ELECTRONIC", "NO_BREATHE", "VIS50"]
    }, {
    "type" : "MONSTER",
    "id" : "mon_zombie_technician",
    "name": "zombie technician",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"i_ltcyan",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":6,
    "aggression":70,
    "morale":100,
    "speed":75,
    "melee_skill":5,
    "melee_dice":2,
    "melee_dice_sides":3,
    "melee_cut":0,
    "dodge":1,
    "armor_bash":2,
    "armor_cut":2,
    "item_chance":40,
    "death_drops": "mon_zombie_technician_death_drops",
    "luminance":0,
    "hp":85,
    "death_function":["NORMAL"],
    "special_attacks":[["BITE", 20]],
    "description":"Still wearing its work clothes and hardhat, this zombie likely used to work on power lines or other electrical equipment.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "BASHES", "GROUP_BASH", "POISON", "NO_BREATHE", "VIS45", "REVIVES", "CBM_TECH"]
    },{
    "type" : "MONSTER",
    "id" : "mon_zombie_brute_shocker",
    "name": "shocker brute",
    "species":"ZOMBIE",
    "symbol":"Z",
    "color":"white_cyan",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":22,
    "aggression":100,
    "morale":100,
    "speed":110,
    "melee_skill":3,
    "melee_dice":3,
    "melee_dice_sides":4,
    "melee_cut":2,
    "dodge":0,
    "armor_bash":3,
    "armor_cut":1,
    "item_chance":60,
    "death_drops": "default_zombie_death_drops",
    "luminance":2,
    "hp":300,
    "death_function":["NORMAL"],
    "special_attacks":[["SHOCKSTORM", 15], ["SMASH", 30]],
    "special_when_hit":["ZAPBACK", 75],
    "description":"A huge beast covered in visible scarring from what you can only guess was 'research'. Being near it, you can hear a slight humming, like that of an electrical transformer.",
    "flags":["SEES", "HEARS", "SMELLS", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "ELECTRIC", "CBM_SUBS", "NO_BREATHE", "VIS40", "REVIVES"]
    }
]
