{
  "name":"terror_bird",
  "breeding":"EARLY_AUTUMN",
  "growing_time":6,
  "offspring":5,
  "activityType":"diurnal",
  "favourite_food":"kubejs:feed_seed",
  "sounds":{
    "ambient":"untamedwilds:entity.terror_bird.ambient",
    "hurt":"untamedwilds:entity.terror_bird.hurt",
    "death":"untamedwilds:entity.terror_bird.death",
    "threat":"untamedwilds:entity.terror_bird.threat"
  },
  "flags":{
    "isGrazer": 0
  },
  "species":[
    {
      "name":"gastornis",
      "variant":0,
      "scale":1,
      "rarity":2,
      "attack":2,
      "health":25,
      "flags": {
        "isGrazer": 1
      },
      "spawnBiomes":[
        [
          "category|forest"
        ]
      ]
    },
    {
      "name":"kelenken",
      "variant":1,
      "scale":1.3,
      "rarity":2,
      "attack":2,
      "health":35,
      "spawnBiomes":[
        [
          "category|forest"
        ]
      ]
    },
    {
      "name":"patagornis",
      "variant":2,
      "scale":0.9,
      "rarity":2,
      "attack":2,
      "health":25,
      "spawnBiomes":[
        [
          "category|forest"
        ]
      ]
    },
    {
      "name":"phorusracos",
      "variant":3,
      "scale":1,
      "rarity":1,
      "attack":2,
      "health":30,
      "spawnBiomes":[
        [
          "category|forest"
        ],
        [
          "tag|is_plains"
        ]
      ]
    },
    {
      "name":"titanis",
      "variant":4,
      "scale":1.1,
      "rarity":2,
      "attack":2,
      "health":30,
      "spawnBiomes":[
        [
          "category|forest"
        ]
      ]
    }
  ]
}