{
  "name": "kobold",
  "creatureType": "beast",
  "groups": [
    "critter"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityKobold",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelKobold",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "monster",
      "beast"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
	  111,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "plains",
      "savanna",
      "-snowy"
    ],
    "spawnWeight": 6,
    "dungeonWeight": 0,
    "spawnAreaLimit": 5,
    "spawnGroupMin": 1,
    "spawnGroupMax": 3,
    "spawnsInLight": true,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 0.5,
  "height": 0.9,
  "experience": 5,
  "health": 10,
  "defense": 0,
  "armor": 0,
  "speed": 28,
  "damage": 1,
  "attackSpeed": 2,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": -1,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 5,
  "eggBackColor": "#996633",
  "eggForeColor": "#FF7777",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "ashen",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "verdant",
          "type": "uncommon"
        }
      ]
    }
  ],
  "elements": [
    "chaos"
  ],
  "diets": [
    "carnivore",
    "piscivore",
    "insectivore",
    "herbivore",
    "frugivore",
    "fungivore"
  ],
  "peaceful": false,
  "summonable": true,
  "tameable": false,
  "mountable": false,
  "perchable": true,
  "summonCost": 2,
  "dungeonLevel": 0,
  "drops": [
    {
      "item": "minecraft:coal",
      "minAmount": 1,
      "maxAmount": 2,
      "chance": 0.25
    },
    {
      "item": "minecraft:iron_ingot",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.05
    },
    {
      "item": "minecraft:gold_nugget",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.025
    },
    {
      "item": "minecraft:emerald",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.01
    },
    {
      "item": "minecraft:rabbit",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.5
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1,
  "flags": [
    {
      "name": "griefing",
      "value": true
    },
    {
      "name": "theivery",
      "value": true
    }
  ]
}