{
  "name": "clink",
  "creatureType": "imp",
  "groups": [
    "monster"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityClink",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelClink",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "monster",
      "beast"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "sandy",
      "wasteland",
      "mesa",
      "-cold",
      "-snowy"
    ],
    "spawnWeight": 6,
    "dungeonWeight": 200,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.6,
  "height": 1.8,
  "experience": 5,
  "health": 15,
  "defense": 1,
  "armor": 4,
  "speed": 24,
  "damage": 1,
  "attackSpeed": 1,
  "rangedSpeed": 0.5,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "eggBackColor": "#FFAAAA",
  "eggForeColor": "#999999",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "golden",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "ashen",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "arcane",
  "diets": [
    "carnivore",
    "insectivore"
  ],
  "peaceful": false,
  "summonable": true,
  "tameable": false,
  "mountable": false,
  "summonCost": 2,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:iron_ingot",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.5
    },
    {
      "item": "lycanitesmobs:throwingscythecharge",
      "minAmount": 2,
      "maxAmount": 7,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}