{
  "name": "balayang",
  "creatureType": "beast",
  "groups": [
    "opportunist"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityBalayang",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelBalayang",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "sky"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "sandy",
      "wasteland",
      "mesa",
      "-cold",
      "-snowy"
    ],
    "spawnWeight": 6,
    "dungeonWeight": 200,
    "spawnAreaLimit": 3,
    "spawnGroupMin": 1,
    "spawnGroupMax": 2,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.8,
  "height": 1.2,
  "experience": 5,
  "health": 20,
  "defense": 0,
  "armor": 0,
  "speed": 32,
  "damage": 3,
  "attackSpeed": 1,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "eggBackColor": "#191513",
  "eggForeColor": "#7b7b7b",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "keppel",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "scarlet",
          "type": "uncommon"
        }
      ]
    }
  ],
  "elements": [
    "shadow",
    "fae"
  ],
  "diets": [
    "carnivore",
    "insectivore",
    "frugivore"
  ],
  "peaceful": false,
  "summonable": false,
  "tameable": true,
  "mountable": false,
  "perchable": false,
  "summonCost": 2,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:leather",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 1
    },
    {
      "item": "minecraft:bone",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 0.5
    },
    {
      "item": "minecraft:iron_ore",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.5
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1,
  "mountOffset": [
    0,
    0.9,
    0
  ]
}