{
  "name": "quetzodracl",
  "creatureType": "dragon",
  "groups": [
    "monster"
  ],
  "entityClass": "com.lycanitesmobs.core.entity.creature.EntityQuetzodracl",
  "modelClass": "com.lycanitesmobs.client.model.creature.ModelQuetzodracl",
  "loadDefault": false,
  "enabled": true,
  "spawning": {
    "enabled": true,
    "spawners": [
      "sky"
    ],
    "disableSubspecies": false,
    "dimensionIds": [
      -1,
      1
    ],
    "dimensionListType": "blacklist",
    "ignoreBiome": false,
    "biomeTags": [
      "ocean"
    ],
    "spawnWeight": 1,
    "dungeonWeight": 0,
    "spawnAreaLimit": 1,
    "spawnGroupMin": 1,
    "spawnGroupMax": 1,
    "spawnsInLight": false,
    "spawnsInDark": true,
    "worldDayMin": -1,
    "despawnNatural": true,
    "despawnForced": false
  },
  "width": 2.8,
  "height": 1.8,
  "experience": 20,
  "health": 120,
  "defense": 1,
  "armor": 8,
  "speed": 42,
  "damage": 3,
  "attackSpeed": 1,
  "rangedSpeed": 1,
  "effectDuration": 5,
  "effectAmplifier": -1,
  "pierce": 1,
  "sight": 24,
  "knockbackResistance": 0,
  "bagSize": 10,
  "tamingReputation": 2000,
  "eggBackColor": "#229944",
  "eggForeColor": "#99FFBB",
  "subspecies": [
    {
      "index": 0,
      "variants": [
        {
          "index": 1,
          "name": "ashen",
          "type": "uncommon"
        },
        {
          "index": 2,
          "name": "golden",
          "type": "uncommon"
        }
      ]
    }
  ],
  "element": "earth",
  "diets": [
    "carnivore",
    "piscivore",
    "insectivore"
  ],
  "peaceful": false,
  "summonable": false,
  "tameable": true,
  "mountable": true,
  "summonCost": 10,
  "dungeonLevel": 2,
  "drops": [
    {
      "item": "minecraft:bone",
      "minAmount": 3,
      "maxAmount": 6,
      "chance": 1
    },
    {
      "item": "minecraft:prismarine_shard",
      "minAmount": 4,
      "maxAmount": 12,
      "chance": 1
    },
    {
      "item": "minecraft:prismarine_crystals",
      "minAmount": 2,
      "maxAmount": 4,
      "chance": 0.75
    },
    {
      "item": "minecraft:emerald",
      "minAmount": 1,
      "maxAmount": 3,
      "chance": 0.25
    },
    {
      "item": "minecraft:diamond",
      "minAmount": 1,
      "maxAmount": 1,
      "chance": 0.1
    }
  ],
  "sizeScale": 1,
  "hitboxScale": 1
}