{
  "name": "argus",
  "creatureType": "elemental",
  "groups": [
    "monster"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityArgus",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelArgus",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "endsky"
    ],
    "disableSubspecies": false,
    "dimensionIds": [],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "end"
    ],
    "spawnWeight": 4,
    "dungeonWeight": 200,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.8,
  "height": 1.8,
  "experience": 10,
  "health": 50,
  "defense": 0,
  "armor": 0,
  "speed": 64,
  "damage": 8,
  "attackSpeed": 1,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": 1,
  "pierce": 1,
  "sight": 32,
  "knockbackResistance": 1,
  "bagSize": 5,
  "eggBackColor": "#10df00",
  "eggForeColor": "#e305dc",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "scarlet",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "dark",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "chaos",
  "peaceful": false,
  "summonable": true,
  "tameable": false,
  "mountable": false,
  "summonCost": 5,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:ender_pearl",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 0.5
    },
    {
      "item": "minecraft:obsidian",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 0.5
    },
    {
      "item": "lycanitesmobs:chaosorbcharge",
      "minAmount": 3,
      "maxAmount": 5,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}