{
  "implemented": true,
  "nationalPokedexNumber": 165,
  "name": "Ledyba",
  "primaryType": "bug",
  "secondaryType": "flying",
  "maleRatio": 0.5,
  "height": 10,
  "weight": 108,
  "pokedex": [
    "cobblemon.species.ledyba.desc"
  ],
  "labels": [
    "gen2"
  ],
  "aspects": [],
  "abilities": [
    "swarm",
    "earlybird",
    "h:rattled"
  ],
  "eggGroups": [
    "bug"
  ],
  "baseStats": {
    "hp": 40,
    "attack": 20,
    "defence": 30,
    "special_attack": 40,
    "special_defence": 80,
    "speed": 55
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 1,
    "speed": 0
  },
  "baseExperienceYield": 53,
  "experienceGroup": "fast",
  "catchRate": 255,
  "eggCycles": 15,
  "baseFriendship": 50,
  "baseScale": 0.7,
  "hitbox": {
    "width": 0.9,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "walk": {
        "walkSpeed": 0.28
      },
      "fly": {
        "canFly": true
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 1,
    "entries": [
      {
        "item": "cobblemon:charti_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:tackle",
    "5:supersonic",
    "8:swift",
    "12:lightscreen",
    "12:reflect",
    "12:safeguard",
    "15:machpunch",
    "19:roost",
    "22:cometpunch",
    "26:batonpass",
    "29:agility",
    "33:bugbuzz",
    "36:airslash",
    "40:doubleedge",
    "egg:bide",
    "egg:counter",
    "egg:dizzypunch",
    "tm:acrobatics",
    "tm:aerialace",
    "tm:agility",
    "tm:aircutter",
    "tm:airslash",
    "tm:assurance",
    "tm:batonpass",
    "tm:brickbreak",
    "tm:bugbite",
    "tm:bugbuzz",
    "tm:dig",
    "tm:doubleedge",
    "tm:drainpunch",
    "tm:dualwingbeat",
    "tm:encore",
    "tm:endure",
    "tm:facade",
    "tm:flash",
    "tm:fling",
    "tm:focuspunch",
    "tm:gigadrain",
    "tm:headbutt",
    "tm:icepunch",
    "tm:infestation",
    "tm:knockoff",
    "tm:lightscreen",
    "tm:megakick",
    "tm:megapunch",
    "tm:ominouswind",
    "tm:poweruppunch",
    "tm:protect",
    "tm:psybeam",
    "tm:reflect",
    "tm:rest",
    "tm:rollout",
    "tm:roost",
    "tm:safeguard",
    "tm:screech",
    "tm:silverwind",
    "tm:sleeptalk",
    "tm:solarbeam",
    "tm:stringshot",
    "tm:strugglebug",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swift",
    "tm:swordsdance",
    "tm:tailwind",
    "tm:terablast",
    "tm:thief",
    "tm:thunderpunch",
    "tm:uproar",
    "tm:uturn",
    "tutor:aerialace",
    "tutor:aircutter",
    "tutor:bugbite",
    "tutor:drainpunch",
    "tutor:dualwingbeat",
    "tutor:focuspunch",
    "tutor:gigadrain",
    "tutor:icepunch",
    "tutor:knockoff",
    "tutor:ominouswind",
    "tutor:rest",
    "tutor:rollout",
    "tutor:roost",
    "tutor:sleeptalk",
    "tutor:stringshot",
    "tutor:swift",
    "tutor:tailwind",
    "tutor:thunderpunch",
    "tutor:uproar"
  ],
  "evolutions": [
    {
      "id": "ledyba_ledian",
      "variant": "level_up",
      "result": "ledian",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 18
        }
      ]
    }
  ]
}