{
  "nationalPokedexNumber": 451,
  "name": "Skorupi",
  "primaryType": "poison",
  "secondaryType": "bug",
  "maleRatio": 0.5,
  "height": 8,
  "weight": 120,
  "pokedex": [
    "cobblemon.species.skorupi.desc"
  ],
  "labels": [
    "gen4"
  ],
  "aspects": [],
  "abilities": [
    "battlearmor",
    "sniper",
    "h:keeneye"
  ],
  "eggGroups": [
    "bug",
    "water_3"
  ],
  "baseStats": {
    "hp": 40,
    "attack": 50,
    "defence": 90,
    "special_attack": 30,
    "special_defence": 55,
    "speed": 65
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 1,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 66,
  "experienceGroup": "slow",
  "catchRate": 120,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "canSwimInWater": true,
        "canSwimInLava": false,
        "canBreatheUnderwater": true,
        "swimSpeed": "0.2"
      }
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "cobblemon:poison_barb",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:bluk_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:poisonsting",
    "1:leer",
    "3:honeclaws",
    "6:fellstinger",
    "9:poisonfang",
    "12:bite",
    "15:toxicspikes",
    "18:bugbite",
    "21:venoshock",
    "24:knockoff",
    "27:scaryface",
    "30:pinmissile",
    "33:toxic",
    "36:nightslash",
    "39:crosspoison",
    "42:xscissor",
    "45:acupressure",
    "48:crunch",
    "egg:confuseray",
    "egg:feintattack",
    "egg:pursuit",
    "egg:sandattack",
    "egg:slash",
    "egg:twineedle",
    "egg:whirlwind",
    "tm:aerialace",
    "tm:agility",
    "tm:aquatail",
    "tm:assurance",
    "tm:brickbreak",
    "tm:bugbite",
    "tm:bugbuzz",
    "tm:confuseray",
    "tm:crosspoison",
    "tm:crunch",
    "tm:cut",
    "tm:darkpulse",
    "tm:dig",
    "tm:endure",
    "tm:facade",
    "tm:falseswipe",
    "tm:flash",
    "tm:fling",
    "tm:furycutter",
    "tm:headbutt",
    "tm:honeclaws",
    "tm:infestation",
    "tm:irontail",
    "tm:knockoff",
    "tm:mudslap",
    "tm:payback",
    "tm:pinmissile",
    "tm:poisonjab",
    "tm:poisontail",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:scaryface",
    "tm:screech",
    "tm:shadowball",
    "tm:skittersmack",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:strength",
    "tm:strugglebug",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swordsdance",
    "tm:taunt",
    "tm:terablast",
    "tm:thief",
    "tm:torment",
    "tm:toxic",
    "tm:toxicspikes",
    "tm:venoshock",
    "tm:xscissor",
    "tutor:aerialace",
    "tutor:aquatail",
    "tutor:bugbite",
    "tutor:darkpulse",
    "tutor:falseswipe",
    "tutor:furycutter",
    "tutor:irontail",
    "tutor:knockoff",
    "tutor:mudslap",
    "tutor:poisonjab",
    "tutor:rest",
    "tutor:rocksmash",
    "tutor:shadowball",
    "tutor:skittersmack",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:spikes",
    "tutor:xscissor"
  ],
  "evolutions": [
    {
      "id": "skorupi_drapion",
      "variant": "level_up",
      "result": "drapion",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 40
        }
      ]
    }
  ]
}