{
  "name": "arix",
  "creatureType": "imp",
  "groups": [
    "frozen"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityArix",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelArix",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "sky",
      "ooze"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "cold",
      "snowy",
      "coniferous",
      "-end"
    ],
    "spawnWeight": 8,
    "dungeonWeight": 200,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.8,
  "height": 0.9,
  "experience": 5,
  "health": 10,
  "defense": 0,
  "armor": 0,
  "speed": 28,
  "damage": 1,
  "attackSpeed": 1,
  "rangedSpeed": 0.25,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "tamingReputation": 250,
  "eggBackColor": "#DDDDFF",
  "eggForeColor": "#9999FF",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "azure",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "violet",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "frost",
  "diets": [
    "carnivore",
    "piscivore",
    "insectivore"
  ],
  "peaceful": false,
  "summonable": false,
  "tameable": true,
  "mountable": false,
  "perchable": true,
  "summonCost": 2,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:snowball",
      "minAmount": 1,
      "maxAmount": 8,
      "chance": 0.5
    },
    {
      "item": "minecraft:ice",
      "minAmount": 1,
      "maxAmount": 8,
      "chance": 0.25
    },
    {
      "item": "simpledifficulty:frost_powder",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 0.25
    },
    {
      "item": "lycanitesmobs:icefireballcharge",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}