{
  "implemented": true,
  "nationalPokedexNumber": 529,
  "name": "Drilbur",
  "primaryType": "ground",
  "maleRatio": 0.5,
  "height": 3,
  "weight": 85,
  "pokedex": [
    "cobblemon.species.drilbur.desc"
  ],
  "labels": [
    "gen5"
  ],
  "aspects": [],
  "abilities": [
    "sandrush",
    "sandforce",
    "h:moldbreaker"
  ],
  "eggGroups": [
    "field"
  ],
  "baseStats": {
    "hp": 60,
    "attack": 85,
    "defence": 40,
    "special_attack": 30,
    "special_defence": 45,
    "speed": 68
  },
  "evYield": {
    "hp": 0,
    "attack": 1,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 66,
  "experienceGroup": "medium_fast",
  "catchRate": 120,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.6,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "resting": {
      "canSleep": true,
      "willSleepOnBed": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:dirt",
        "quantityRange": "0-1"
      },
      {
        "item": "cobblemon:soft_sand",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:pinap_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:mudsport",
    "1:rapidspin",
    "1:mudslap",
    "4:scratch",
    "8:honeclaws",
    "12:furyswipes",
    "16:metalclaw",
    "20:sandstorm",
    "24:crushclaw",
    "28:rockslide",
    "32:dig",
    "36:swordsdance",
    "40:drillrun",
    "44:earthquake",
    "48:fissure",
    "egg:metalsound",
    "egg:skullbash",
    "egg:slash",
    "egg:submission",
    "tm:aerialace",
    "tm:brickbreak",
    "tm:bulldoze",
    "tm:curse",
    "tm:cut",
    "tm:dig",
    "tm:doubleedge",
    "tm:drillrun",
    "tm:earthpower",
    "tm:earthquake",
    "tm:endure",
    "tm:facade",
    "tm:fling",
    "tm:helpinghand",
    "tm:highhorsepower",
    "tm:honeclaws",
    "tm:irondefense",
    "tm:metalclaw",
    "tm:metalsound",
    "tm:mudshot",
    "tm:mudslap",
    "tm:poisonjab",
    "tm:protect",
    "tm:rest",
    "tm:rockclimb",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:sandstorm",
    "tm:sandtomb",
    "tm:scorchingsands",
    "tm:shadowclaw",
    "tm:sleeptalk",
    "tm:stealthrock",
    "tm:stompingtantrum",
    "tm:strength",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swordsdance",
    "tm:takedown",
    "tm:terablast",
    "tm:xscissor",
    "tutor:aerialace",
    "tutor:bulldoze",
    "tutor:drillrun",
    "tutor:earthpower",
    "tutor:helpinghand",
    "tutor:highhorsepower",
    "tutor:irondefense",
    "tutor:mudslap",
    "tutor:poisonjab",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:scorchingsands",
    "tutor:shadowclaw",
    "tutor:sleeptalk",
    "tutor:stealthrock",
    "tutor:stompingtantrum",
    "tutor:xscissor"
  ],
  "evolutions": [
    {
      "id": "drilbur_excadrill",
      "variant": "level_up",
      "result": "excadrill",
      "consumeHeldItem": false,
      "learnableMoves": [
        "horndrill"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 31
        }
      ]
    }
  ]
}