{
  "name": "wisp",
  "creatureType": "elemental",
  "groups": [
    "light"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityWisp",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelWisp",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": true,
    "biomeTags": [],
    "spawnWeight": 8,
    "dungeonWeight": 0,
    "spawnAreaLimit": 2,
    "spawnGroupMin": 1,
    "spawnGroupMax": 2,
    "spawnsInLight": true,
    "spawnsInDark": false,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.8,
  "height": 1.8,
  "experience": 10,
  "health": 25,
  "defense": 0,
  "armor": 0,
  "speed": 30,
  "damage": 4,
  "attackSpeed": 1,
  "rangedSpeed": 0.25,
  "effectDuration": 30,
  "effectAmplifier": 0,
  "pierce": 0,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "eggBackColor": "#f0eab6",
  "eggForeColor": "#fefcef",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "azure",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "violet",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "light",
  "peaceful": true,
  "summonable": false,
  "tameable": false,
  "mountable": false,
  "summonCost": 4,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:glowstone_dust",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.75
    },
    {
      "item": "minecraft:gold_nugget",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.5
    },
    {
      "item": "lycanitesmobs:lightballcharge",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}