{
  "name": "epion",
  "creatureType": "beast",
  "groups": [
    "monster"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityEpion",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelEpion",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "sky"
    ],
    "disableSubspecies": false,
    "dimensionIds": [],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "spooky",
      "end",
      "sky_deadly"
    ],
    "spawnWeight": 4,
    "dungeonWeight": 200,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 1.8,
  "height": 0.8,
  "experience": 10,
  "health": 15,
  "defense": 0,
  "armor": 0,
  "speed": 32,
  "damage": 2,
  "attackSpeed": 1,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": 0,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "tamingReputation": 1000,
  "eggBackColor": "#553300",
  "eggForeColor": "#FF22DD",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "azure",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "russet",
          "type": "uncommon"
        },
        {
          "index": 3,
          "name": "crimson",
          "type": "rare"
        }
      ]
    }
  ],
  "element": "shadow",
  "diets": [
    "carnivore",
    "insectivore",
    "frugivore"
  ],
  "peaceful": false,
  "summonable": false,
  "tameable": true,
  "mountable": true,
  "summonCost": 6,
  "dungeonLevel": 1,
  "drops": [
    {
      "item": "minecraft:leather",
      "minAmount": 1,
      "maxAmount": 5,
      "chance": 1
    },
    {
      "item": "minecraft:gunpowder",
      "minAmount": 1,
      "maxAmount": 4,
      "chance": 0.5
    },
    {
      "item": "lycanitesmobs:bloodleechcharge",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 1
    },
    {
      "item": "lycanitesmobs:soulstone_aberration",
	  "amountMultiplier": false,
	  "bonusAmount": false,
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 1,
      "variant": 3
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1,
  "flags": [
    {
      "name": "griefing",
      "value": false
    }
  ]
}