{
  "nationalPokedexNumber": 824,
  "name": "Blipbug",
  "primaryType": "bug",
  "maleRatio": 0.5,
  "height": 4,
  "weight": 80,
  "pokedex": [
    "cobblemon.species.blipbug.desc"
  ],
  "labels": [
    "gen8"
  ],
  "aspects": [],
  "abilities": [
    "swarm",
    "compoundeyes",
    "h:telepathy"
  ],
  "eggGroups": [
    "bug"
  ],
  "baseStats": {
    "hp": 25,
    "attack": 20,
    "defence": 20,
    "special_attack": 25,
    "special_defence": 45,
    "speed": 45
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 1,
    "speed": 0
  },
  "baseExperienceYield": 36,
  "experienceGroup": "medium_fast",
  "catchRate": 255,
  "eggCycles": 15,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "drops": {
    "amount": 1,
    "entries": [
      {
        "item": "cobblemon:razz_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:strugglebug",
    "egg:infestation",
    "egg:recover",
    "egg:stickyweb",
    "egg:supersonic",
    "tm:infestation",
    "tm:strugglebug",
    "tm:terablast"
  ],
  "evolutions": [
    {
      "id": "blipbug_dottler",
      "variant": "level_up",
      "result": "dottler",
      "consumeHeldItem": false,
      "learnableMoves": [
        "reflect",
        "lightscreen",
        "confusion"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 10
        }
      ]
    }
  ]
}