{
  "name": "beholder",
  "creatureType": "aberration",
  "groups": [
    "monster"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityBeholder",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelBeholder",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "sky"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "mountain"
    ],
    "spawnWeight": 8,
    "dungeonWeight": 0,
    "spawnAreaLimit": 1,
    "spawnGroupMin": 1,
    "spawnGroupMax": 1,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 3.9,
  "height": 3.9,
  "experience": 5,
  "health": 40,
  "defense": 2,
  "armor": 0,
  "speed": 24,
  "damage": 2,
  "attackSpeed": 1,
  "rangedSpeed": 0.25,
  "effectDuration": 5,
  "effectAmplifier": 1,
  "pierce": 1,
  "sight": 36,
  "knockbackResistance": 0.25,
  "bagSize": 5,
  "tamingReputation": 1000,
  "eggBackColor": "#442211",
  "eggForeColor": "#44AA33",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "azure",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "verdant",
          "type": "uncommon"
        }
      ]
    }
  ],
  "elements": [
    "arcane",
    "void"
  ],
  "diets": [
    "carnivore",
    "piscivore",
    "insectivore",
    "herbivore",
    "frugivore",
    "fungivore"
  ],
  "peaceful": false,
  "summonable": false,
  "tameable": true,
  "mountable": true,
  "summonCost": 8,
  "dungeonLevel": 2,
  "drops": [
    {
      "item": "minecraft:ghast_tear",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.20
    },
    {
      "item": "minecraft:gunpowder",
      "minAmount": 1,
      "maxAmount": 4,
      "chance": 0.75
    },
    {
      "item": "minecraft:glowstone_dust",
      "minAmount": 2,
      "maxAmount": 6,
      "chance": 0.25
    },
    {
      "item": "minecraft:ender_eye",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.25
    },
    {
      "item": "lycanitesmobs:arcanelaserstormcharge",
      "minAmount": 2,
      "maxAmount": 3,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1,
  "flags": [
    {
      "name": "griefing",
      "value": true
    }
  ]
}