{
  "name": "geonach",
  "creatureType": "elemental",
  "groups": [
    "monster"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityGeonach",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelGeonach",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [],
    "disableSubspecies": false,
    "dimensionIds": [],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": ["all", "-abyssal"],
    "spawnWeight": 8,
    "dungeonWeight": 200,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.8,
  "height": 1.6,
  "experience": 10,
  "health": 20,
  "defense": 2,
  "armor": 8,
  "speed": 24,
  "damage": 2,
  "attackSpeed": 1,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 1,
  "bagSize": 5,
  "eggBackColor": "#443333",
  "eggForeColor": "#BBBBCC",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "keppel",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "golden",
          "type": "uncommon"
        },
        {
          "index": 3,
          "name": "celestial",
          "scale": 2,
          "type": "rare"
        }
      ]
    }
  ],
  "element": "earth",
  "peaceful": false,
  "summonable": true,
  "tameable": false,
  "mountable": false,
  "summonCost": 3,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:stone",
      "minAmount": 1,
      "maxAmount": 8,
      "chance": 1
    },
    {
      "item": "minecraft:iron_ore",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 0.75
    },
    {
      "item": "minecraft:quartz",
      "minAmount": 1,
      "maxAmount": 8,
      "chance": 0.75
    },
    {
      "item": "minecraft:gold_ore",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.1
    },
    {
      "item": "lycanitesmobs:cleansingcrystal",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.01
    },
    {
      "item": "minecraft:diamond",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1,
      "variant": 3
    },
    {
      "item": "lycanitesmobs:cleansingcrystal",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1,
      "variant": 3
    },
    {
      "item": "lycanitesmobs:soulstone_worm",
	  "amountMultiplier": false,
	  "bonusAmount": false,
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 1,
      "variant": 3
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1,
  "flags": [
    {
      "name": "blockBreakRadius",
      "value": 0
    }
  ]
}