[
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_blinky",
    "name"            : "Blinky",
    "name_plural"     : "Blinkies",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -60,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 5,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A strange three-eyed fish.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_eel",
    "name"            : "freshwater eel",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "An eel.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_bowfin",
    "name"            : "bowfin",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A bowfin.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_bullhead",
    "name"            : "bullhead",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A bullhead.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_trout",
    "name"            : "trout",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -20,
    "morale"          : 40,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A trout",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES", "FAT"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_carp",
    "name"            : "carp",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -20,
    "morale"          : 40,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 40,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A golden-yellow common carp.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC","VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_pike",
    "name"            : "pike",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -20,
    "morale"          : 40,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 30,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A pike.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES", "FAT"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_bluegill",
    "name"            : "bluegill",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A bluegill.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_sbass",
    "name"            : "smallmouth bass",
    "name_plural"     : "smallmouth bass",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A smallmouth bass.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_lbass",
    "name"            : "largemouth bass",
    "name_plural"     : "largemouth bass",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A largemouth bass.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_pbass",
    "name"            : "striped bass",
    "name_plural"     : "striped bass",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A striped bass.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_perch",
    "name"            : "perch",
    "name_plural"     : "perches",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A small spritely perch.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES", "FAT"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_salmon",
    "name"            : "salmon",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -20,
    "morale"          : 40,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 40,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A salmon.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES", "FAT"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_sunfish",
    "name"            : "sunfish",
    "name_plural"     : "sunfish",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A sunfish.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_whitefish",
    "name"            : "whitefish",
    "name_plural"     : "whitefish",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -50,
    "morale"          : 5,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 20,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A whitefish.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type"            : "MONSTER",
    "id"              : "mon_fish_pickerel",
    "name"            : "pickerel",
    "name_plural"     : "whitefish",
    "species"         : "FISH",
    "symbol"          : "f",
    "color"           : "white",
    "size"            : "SMALL",
    "material"        : "flesh",
    "diff"            : 1,
    "aggression"      : -20,
    "morale"          : 40,
    "speed"           : 150,
    "melee_skill"     : 0,
    "melee_dice"      : 1,
    "melee_dice_sides": 4,
    "melee_cut"       : 1,
    "dodge"           : 0,
    "armor_bash"      : 0,
    "armor_cut"       : 0,
    "item_chance"     : 0,
    "luminance"       : 0,
    "hp"              : 40,
    "special_freq"    : [0],
    "death_function"  : "NORMAL",
    "special_attack"  : ["NONE"],
    "description"     : "A pickerel.",
    "flags"           : ["FISHABLE", "SEES", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS30", "BONES"],
    "fear_triggers":["PLAYER_CLOSE", "SOUND"],
    "categories":["WILDLIFE"]
  },
  {
    "type" : "MONSTER",
    "id" : "mon_zhark",
    "name": "jawed terror",
    "species":"ZOMBIE",
    "symbol":"^",
    "color":"white_magenta",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":35,
    "aggression":100,
    "morale":105,
    "speed":150,
    "melee_skill":7,
    "melee_dice":3,
    "melee_dice_sides":6,
    "melee_cut":8,
    "dodge":5,
    "armor_bsh":6,
    "armor_cut":2,
    "luminance":0,
    "hp":250,
    "special_freq":[0],
    "death_function":"NORMAL",
    "special_attack":["BITE"],
    "description":"A once aggressive and hungry bull shark, this jawed terror is now even more aggressive possibly thanks to its lack of a functioning brain.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "SWIMS", "AQUATIC", "POISON", "NO_BREATHE", "VIS40", "REVIVES", "BONES"]
    },
  {
    "type" : "MONSTER",
    "id" : "mon_mutant_carp",
    "name": "giant carp",
    "species":"FISH",
    "symbol":"C",
    "color":"white_magenta",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":105,
    "speed":150,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":5,
    "armor_bsh":0,
    "armor_cut":0,
    "luminance":0,
    "hp":180,
    "special_freq":[0],
    "death_function":"NORMAL",
    "special_attack":["BITE"],
    "description":"This thing seems like a carp, only swollen and very very angry. Death is the gift of the carp god.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS40", "BONES","FAT"]
    },
  {
    "type" : "MONSTER",
    "id" : "mon_mutant_salmon",
    "name": "giant salmon",
    "species":"FISH",
    "symbol":"S",
    "color":"white_magenta",
    "size":"MEDIUM",
    "material":"flesh",
    "diff":20,
    "aggression":100,
    "morale":105,
    "speed":150,
    "melee_skill":4,
    "melee_dice":2,
    "melee_dice_sides":6,
    "melee_cut":2,
    "dodge":5,
    "armor_bsh":0,
    "armor_cut":0,
    "luminance":0,
    "hp":180,
    "special_freq":[0],
    "death_function":"NORMAL",
    "special_attack":["BITE"],
    "description":"A mutated salmon. The same size as a large dog and quite dangerous to the inexperienced fisher.",
    "flags":["SEES", "HEARS", "SMELLS", "WARM", "SWIMS", "AQUATIC", "VIS40", "BONES","FAT"]
    }
]
