{
  "implemented": true,
  "nationalPokedexNumber": 98,
  "name": "Krabby",
  "primaryType": "water",
  "maleRatio": 0.5,
  "height": 4,
  "weight": 65,
  "pokedex": [
    "cobblemon.species.krabby.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "hypercutter",
    "shellarmor",
    "h:sheerforce"
  ],
  "eggGroups": [
    "water_3"
  ],
  "baseStats": {
    "hp": 30,
    "attack": 105,
    "defence": 90,
    "special_attack": 25,
    "special_defence": 25,
    "speed": 50
  },
  "evYield": {
    "hp": 0,
    "attack": 1,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 65,
  "experienceGroup": "medium_fast",
  "catchRate": 225,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.7,
  "hitbox": {
    "width": 1,
    "height": 0.7,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "swimSpeed": 0.1,
        "canSwimInWater": true,
        "canBreatheUnderwater": true,
        "canSwimInLava": false
      }
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "cobblemon:kings_rock",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:pinap_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:mudsport",
    "1:bubble",
    "1:visegrip",
    "1:leer",
    "1:watergun",
    "4:harden",
    "8:metalclaw",
    "12:mudshot",
    "16:protect",
    "20:bubblebeam",
    "24:stomp",
    "29:flail",
    "32:razorshell",
    "36:slam",
    "40:swordsdance",
    "44:crabhammer",
    "48:guillotine",
    "egg:ancientpower",
    "egg:bide",
    "egg:chipaway",
    "egg:hammerarm",
    "egg:knockoff",
    "egg:nightslash",
    "egg:slash",
    "egg:tickle",
    "tm:agility",
    "tm:allyswitch",
    "tm:amnesia",
    "tm:ancientpower",
    "tm:blizzard",
    "tm:bodyslam",
    "tm:brickbreak",
    "tm:brine",
    "tm:cut",
    "tm:dig",
    "tm:dive",
    "tm:endure",
    "tm:facade",
    "tm:falseswipe",
    "tm:fling",
    "tm:furycutter",
    "tm:hail",
    "tm:haze",
    "tm:honeclaws",
    "tm:icebeam",
    "tm:icywind",
    "tm:irondefense",
    "tm:knockoff",
    "tm:liquidation",
    "tm:metalclaw",
    "tm:mudshot",
    "tm:mudslap",
    "tm:protect",
    "tm:raindance",
    "tm:razorshell",
    "tm:rest",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:scald",
    "tm:sleeptalk",
    "tm:strength",
    "tm:substitute",
    "tm:superpower",
    "tm:surf",
    "tm:swordsdance",
    "tm:terablast",
    "tm:thief",
    "tm:waterpulse",
    "tm:whirlpool",
    "tm:xscissor",
    "tutor:allyswitch",
    "tutor:ancientpower",
    "tutor:dive",
    "tutor:falseswipe",
    "tutor:furycutter",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:irondefense",
    "tutor:knockoff",
    "tutor:liquidation",
    "tutor:mudslap",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:sleeptalk",
    "tutor:superpower",
    "tutor:waterpulse",
    "tutor:xscissor"
  ],
  "evolutions": [
    {
      "id": "krabby_kingler",
      "variant": "level_up",
      "result": "kingler",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 28
        }
      ]
    }
  ]
}