{
  "name":"shark",
  "breeding":"MID_SUMMER",
  "growing_time":7,
  "offspring":3,
  "favourite_food":"untamedwilds:chum",
  "sounds":{

  },
  "species":[
    {
      "name":"bigeye",
      "variant":0,
      "scale":0.8,
      "rarity":1,
      "attack":1,
      "health":30,
      "flags":{
        "bottomDweller":1,
        "shortFins":0
      },
      "spawnBiomes":[
        [
          "tag|is_deep_ocean"
        ]
      ]
    },
    {
      "name":"bluntnose",
      "variant":1,
      "scale":1.6,
      "rarity":2,
      "attack":2,
      "health":45,
      "flags":{
        "bottomDweller":1,
        "shortFins":1
      },
      "spawnBiomes":[
        [
          "tag|is_deep_ocean"
        ]
      ]
    },
    {
      "name":"bull",
      "variant":2,
      "scale":1,
      "rarity":4,
      "attack":1,
      "health":40,
      "flags":{
        "bottomDweller":0,
        "shortFins":0
      },
      "spawnBiomes":[
        [
          "tag|is_all_ocean"
        ]
      ]
    },
    {
      "name":"goblin",
      "variant":3,
      "scale":1,
      "rarity":1,
      "attack":2,
      "health":30,
      "flags":{
        "bottomDweller":1,
        "shortFins":1
      },
      "spawnBiomes":[
        [
          "tag|is_deep_ocean"
        ]
      ]
    },
    {
      "name":"great_white",
      "variant":4,
      "scale":1.8,
      "rarity":2,
      "attack":2,
      "health":50,
      "flags":{
        "bottomDweller":0,
        "shortFins":0
      },
      "spawnBiomes":[
        [
          "tag|is_all_ocean"
        ]
      ]
    },
    {
      "name":"greenland",
      "variant":5,
      "scale":1.8,
      "rarity":1,
      "attack":1,
      "health":50,
      "flags":{
        "bottomDweller":0,
        "shortFins":1
      },
      "spawnBiomes":[
        [
          "tag|is_deep_ocean"
        ]
      ]
    },
    {
      "name":"hammerhead",
      "variant":6,
      "scale":1.1,
      "rarity":4,
      "attack":2,
      "health":40,
      "flags":{
        "bottomDweller":0,
        "shortFins":0
      },
      "spawnBiomes":[
        [
          "tag|is_all_ocean"
        ]
      ]
    },
    {
      "name":"lemon",
      "variant":7,
      "scale":0.9,
      "rarity":1,
      "attack":1,
      "health":25,
      "flags":{
        "bottomDweller":0,
        "shortFins":0
      },
      "spawnBiomes":[
        [
          "tag|is_all_ocean"
        ]
      ]
    },
    {
      "name":"mako",
      "variant":8,
      "scale":1.1,
      "rarity":4,
      "attack":2,
      "health":30,
      "flags":{
        "bottomDweller":0,
        "shortFins":0
      },
      "spawnBiomes":[
        [
          "tag|is_deep_ocean"
        ]
      ]
    },
    {
      "name":"tiger",
      "variant":9,
      "scale":1.3,
      "rarity":2,
      "attack":2,
      "health":45,
      "flags":{
        "bottomDweller":0,
        "shortFins":0
      },
      "spawnBiomes":[
        [
          "tag|is_deep_ocean"
        ]
      ]
    }
  ]
}