{
  "implemented": true,
  "nationalPokedexNumber": 41,
  "name": "Zubat",
  "primaryType": "poison",
  "secondaryType": "flying",
  "maleRatio": 0.5,
  "height": 8,
  "weight": 75,
  "pokedex": [
    "cobblemon.species.zubat.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "innerfocus",
    "h:infiltrator"
  ],
  "eggGroups": [
    "flying"
  ],
  "baseStats": {
    "hp": 40,
    "attack": 45,
    "defence": 35,
    "special_attack": 30,
    "special_defence": 40,
    "speed": 55
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 1
  },
  "baseExperienceYield": 49,
  "experienceGroup": "medium_fast",
  "catchRate": 255,
  "eggCycles": 15,
  "baseFriendship": 50,
  "shoulderMountable": true,
  "baseScale": 0.8,
  "hitbox": {
    "width": 0.6,
    "height": 1.1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "walk": {
        "canWalk": false
      },
      "fly": {
        "canFly": true
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:phantom_membrane",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:razor_fang",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:persim_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:supersonic",
    "1:wingattack",
    "1:absorb",
    "5:astonish",
    "10:meanlook",
    "15:poisonfang",
    "20:quickguard",
    "25:aircutter",
    "30:bite",
    "35:haze",
    "40:venoshock",
    "45:confuseray",
    "50:airslash",
    "55:leechlife",
    "egg:curse",
    "egg:defog",
    "egg:feintattack",
    "egg:gust",
    "egg:hypnosis",
    "egg:pursuit",
    "egg:quickattack",
    "egg:whirlwind",
    "egg:wingattack",
    "tm:acrobatics",
    "tm:aerialace",
    "tm:agility",
    "tm:aircutter",
    "tm:airslash",
    "tm:assurance",
    "tm:bravebird",
    "tm:confuseray",
    "tm:crunch",
    "tm:curse",
    "tm:defog",
    "tm:dualwingbeat",
    "tm:endure",
    "tm:facade",
    "tm:fly",
    "tm:gigadrain",
    "tm:haze",
    "tm:heatwave",
    "tm:leechlife",
    "tm:nastyplot",
    "tm:ominouswind",
    "tm:payback",
    "tm:pluck",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:roost",
    "tm:shadowball",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:snatch",
    "tm:steelwing",
    "tm:substitute",
    "tm:sunnyday",
    "tm:superfang",
    "tm:swift",
    "tm:tailwind",
    "tm:taunt",
    "tm:terablast",
    "tm:thief",
    "tm:torment",
    "tm:twister",
    "tm:uproar",
    "tm:uturn",
    "tm:venomdrench",
    "tm:venoshock",
    "tm:zenheadbutt",
    "tutor:aerialace",
    "tutor:aircutter",
    "tutor:defog",
    "tutor:dualwingbeat",
    "tutor:gigadrain",
    "tutor:heatwave",
    "tutor:leechlife",
    "tutor:ominouswind",
    "tutor:rest",
    "tutor:roost",
    "tutor:shadowball",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:snatch",
    "tutor:superfang",
    "tutor:swift",
    "tutor:tailwind",
    "tutor:twister",
    "tutor:uproar",
    "tutor:zenheadbutt"
  ],
  "evolutions": [
    {
      "id": "zubat_golbat",
      "variant": "level_up",
      "result": "golbat",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 22
        }
      ]
    }
  ]
}