{
  "name": "abaia",
  "creatureType": "aquatic",
  "groups": [
    "predator"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityAbaia",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelAbaia",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "water"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "all"
    ],
    "spawnWeight": 6,
    "dungeonWeight": 0,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.9,
  "height": 0.9,
  "experience": 5,
  "health": 5,
  "defense": 0,
  "armor": 0,
  "speed": 28,
  "damage": 1,
  "attackSpeed": 2,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "eggBackColor": "#537d41",
  "eggForeColor": "#dfb752",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "violet",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "ashen",
          "type": "uncommon"
        },
        {
          "index": 3,
          "name": "mottled",
          "scale": 3,
          "type": "rare"
        }
      ]
    }
  ],
  "element": "lightning",
  "diets": [
    "carnivore",
    "piscivore"
  ],
  "peaceful": false,
  "summonable": true,
  "tameable": false,
  "mountable": false,
  "summonCost": 1,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:fish",
      "burningItem": "minecraft:cooked_fish",
      "minAmount": 1,
      "maxAmount": 5,
      "chance": 1
    },
    {
      "item": "minecraft:glowstone_dust",
      "minAmount": 1,
      "maxAmount": 6,
      "chance": 1
    },
    {
      "item": "lycanitesmobs:soulstone_aquatic",
	  "amountMultiplier": false,
	  "bonusAmount": false,
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 1,
      "variant": 3
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}