{
  "implemented": true,
  "nationalPokedexNumber": 42,
  "name": "Golbat",
  "primaryType": "poison",
  "secondaryType": "flying",
  "maleRatio": 0.5,
  "height": 16,
  "weight": 550,
  "pokedex": [
    "cobblemon.species.golbat.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "innerfocus",
    "h:infiltrator"
  ],
  "eggGroups": [
    "flying"
  ],
  "baseStats": {
    "hp": 75,
    "attack": 80,
    "defence": 70,
    "special_attack": 65,
    "special_defence": 75,
    "speed": 90
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 2
  },
  "baseExperienceYield": 159,
  "experienceGroup": "medium_fast",
  "catchRate": 90,
  "eggCycles": 15,
  "baseFriendship": 50,
  "baseScale": 1.2,
  "hitbox": {
    "width": 0.8,
    "height": 1.2,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "canWalkOnWater": true
      },
      "fly": {
        "canFly": true
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:phantom_membrane",
        "percentage": 5.0
      },
      {
        "item": "cobblemon:razor_fang",
        "percentage": 5.0
      },
      {
        "item": "cobblemon:persim_berry",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:screech",
    "1:supersonic",
    "1:astonish",
    "1:wingattack",
    "1:meanlook",
    "1:absorb",
    "15:poisonfang",
    "20:quickguard",
    "27:aircutter",
    "34:bite",
    "41:haze",
    "48:venoshock",
    "55:confuseray",
    "62:airslash",
    "69: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:gigaimpact",
    "tm:haze",
    "tm:heatwave",
    "tm:hyperbeam",
    "tm:leechlife",
    "tm:nastyplot",
    "tm:ominouswind",
    "tm:payback",
    "tm:pluck",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:roost",
    "tm:screech",
    "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:gigaimpact",
    "tutor:heatwave",
    "tutor:hyperbeam",
    "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"
  ],
  "preEvolution": "zubat",
  "evolutions": [
    {
      "id": "golbat_crobat",
      "variant": "level_up",
      "result": "crobat",
      "consumeHeldItem": false,
      "learnableMoves": [
        "crosspoison"
      ],
      "requirements": [
        {
          "variant": "friendship",
          "amount": 160
        }
      ]
    }
  ]
}