{
  "name": "calpod",
  "creatureType": "insect",
  "groups": [
    "monster",
    "critter",
    "hardy"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityCalpod",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelCalpod",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "monster",
      "beast"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "forest",
      "-mountain",
      "-abyssal"
    ],
    "spawnWeight": 2,
    "dungeonWeight": 200,
    "spawnAreaLimit": 3,
    "spawnGroupMin": 1,
    "spawnGroupMax": 2,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 1.3,
  "height": 0.9,
  "experience": 5,
  "health": 5,
  "defense": 0,
  "armor": 4,
  "speed": 28,
  "damage": 1,
  "attackSpeed": 1,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": -1,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "eggBackColor": "#996436",
  "eggForeColor": "#3d2013",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "verdant",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "violet",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "arbour",
  "diets": [
    "carnivore",
    "insectivore"
  ],
  "peaceful": false,
  "summonable": false,
  "tameable": false,
  "mountable": false,
  "summonCost": 4,
  "dungeonLevel": 2,
  "drops": [
    {
      "item": "minecraft:log",
      "minAmount": 1,
      "maxAmount": 6,
      "chance": 0.5
    },
    {
      "item": "minecraft:stick",
      "burningItem": "minecraft:coal",
      "minAmount": 1,
      "maxAmount": 6,
      "chance": 0.5
    },
    {
      "item": "minecraft:spider_eye",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 0.5
    },
    {
      "item": "minecraft:wheat_seeds",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.1
    },
    {
      "item": "minecraft:pumpkin_seeds",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.1
    },
    {
      "item": "minecraft:melon_seeds",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1,
  "flags": [
    {
      "name": "griefing",
      "value": true
    },
    {
      "name": "swarmLimit",
      "value": 5
    }
  ]
}