{
  "implemented": true,
  "nationalPokedexNumber": 886,
  "name": "Drakloak",
  "primaryType": "dragon",
  "secondaryType": "ghost",
  "maleRatio": 0.5,
  "height": 14,
  "weight": 110,
  "pokedex": [
    "cobblemon.species.drakloak.desc"
  ],
  "labels": [
    "gen8"
  ],
  "aspects": [],
  "abilities": [
    "clearbody",
    "infiltrator",
    "h:cursedbody"
  ],
  "eggGroups": [
    "amorphous",
    "dragon"
  ],
  "baseStats": {
    "hp": 68,
    "attack": 80,
    "defence": 50,
    "special_attack": 60,
    "special_defence": 50,
    "speed": 102
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 2
  },
  "baseExperienceYield": 144,
  "experienceGroup": "slow",
  "catchRate": 45,
  "eggCycles": 40,
  "baseFriendship": 50,
  "baseScale": 0.75,
  "hitbox": {
    "width": 0.9,
    "height": 1.55,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "swimSpeed": 0.3,
        "canBreatheUnderwater": true,
        "canWalkOnWater": true
      },
      "fly": {
        "canFly": true
      },
      "walk":  {
        "canWalk": false
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "minecraft:phantom_membrane",
        "percentage": 5.0
      },
      {
        "item": "cobblemon:haban_berry",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:dragonpulse",
    "1:astonish",
    "1:infestation",
    "1:quickattack",
    "1:bite",
    "6:lockon",
    "12:assurance",
    "18:hex",
    "24:agility",
    "30:doublehit",
    "36:uturn",
    "42:dragondance",
    "48:phantomforce",
    "54:takedown",
    "61:dragonrush",
    "66:doubleedge",
    "72:lastresort",
    "egg:confuseray",
    "egg:curse",
    "egg:disable",
    "egg:doubleteam",
    "egg:dragontail",
    "egg:grudge",
    "egg:suckerpunch",
    "tm:acrobatics",
    "tm:agility",
    "tm:allyswitch",
    "tm:assurance",
    "tm:batonpass",
    "tm:beatup",
    "tm:breakingswipe",
    "tm:brine",
    "tm:confuseray",
    "tm:curse",
    "tm:dive",
    "tm:doubleedge",
    "tm:doubleteam",
    "tm:dracometeor",
    "tm:dragoncheer",
    "tm:dragondance",
    "tm:dragonpulse",
    "tm:dragontail",
    "tm:endure",
    "tm:facade",
    "tm:fireblast",
    "tm:flamethrower",
    "tm:helpinghand",
    "tm:hex",
    "tm:hydropump",
    "tm:infestation",
    "tm:lastresort",
    "tm:lightscreen",
    "tm:nightshade",
    "tm:outrage",
    "tm:phantomforce",
    "tm:pounce",
    "tm:protect",
    "tm:psychicfangs",
    "tm:reflect",
    "tm:rest",
    "tm:shadowball",
    "tm:sleeptalk",
    "tm:steelwing",
    "tm:substitute",
    "tm:suckerpunch",
    "tm:sunnyday",
    "tm:surf",
    "tm:swift",
    "tm:takedown",
    "tm:terablast",
    "tm:thief",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderwave",
    "tm:uturn",
    "tm:willowisp",
    "tutor:allyswitch",
    "tutor:dive",
    "tutor:dracometeor",
    "tutor:dragonpulse",
    "tutor:flamethrower",
    "tutor:helpinghand",
    "tutor:lastresort",
    "tutor:outrage",
    "tutor:psychic",
    "tutor:rest",
    "tutor:shadowball",
    "tutor:sleeptalk",
    "tutor:suckerpunch",
    "tutor:swift",
    "tutor:thunderbolt"
  ],
  "preEvolution": "dreepy",
  "evolutions": [
    {
      "id": "drakloak_dragapult",
      "variant": "level_up",
      "result": "dragapult",
      "consumeHeldItem": false,
      "learnableMoves": [
        "dragondarts"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 60
        }
      ]
    }
  ]
}