{
  "implemented": true,
  "nationalPokedexNumber": 319,
  "name": "Sharpedo",
  "primaryType": "water",
  "secondaryType": "dark",
  "maleRatio": 0.5,
  "height": 18,
  "weight": 888,
  "pokedex": [
    "cobblemon.species.sharpedo.desc"
  ],
  "labels": [
    "gen3"
  ],
  "aspects": [],
  "abilities": [
    "roughskin",
    "h:speedboost"
  ],
  "eggGroups": [
    "water_2"
  ],
  "baseStats": {
    "hp": 70,
    "attack": 120,
    "defence": 40,
    "special_attack": 95,
    "special_defence": 40,
    "speed": 95
  },
  "evYield": {
    "hp": 0,
    "attack": 2,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 161,
  "experienceGroup": "slow",
  "catchRate": 60,
  "eggCycles": 20,
  "baseFriendship": 35,
  "baseScale": 1,
  "hitbox": {
    "width": 1.2,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "canLook": false,
      "walk": {
        "avoidsLand": true
      },
      "swim": {
        "swimSpeed": 0.7,
        "canBreatheUnderwater": true,
        "canSwimInWater": true,
        "canSwimInLava": false
      }
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "cobblemon:deep_sea_tooth",
        "percentage": 5.0
      },
      {
        "item": "cobblemon:aspear_berry",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:feint",
    "1:leer",
    "1:rage",
    "1:focusenergy",
    "1:slash",
    "1:aquajet",
    "1:skullbash",
    "1:nightslash",
    "1:poisonfang",
    "12:scaryface",
    "16:bite",
    "20:icefang",
    "24:screech",
    "28:swagger",
    "34:crunch",
    "40:agility",
    "46:liquidation",
    "52:takedown",
    "egg:ancientpower",
    "egg:destinybond",
    "egg:doubleedge",
    "egg:thrash",
    "egg:waterpulse",
    "tm:agility",
    "tm:ancientpower",
    "tm:assurance",
    "tm:avalanche",
    "tm:blizzard",
    "tm:bounce",
    "tm:brine",
    "tm:bulldoze",
    "tm:closecombat",
    "tm:crunch",
    "tm:darkpulse",
    "tm:dive",
    "tm:doubleedge",
    "tm:earthquake",
    "tm:endure",
    "tm:facade",
    "tm:flipturn",
    "tm:focusenergy",
    "tm:furycutter",
    "tm:gigaimpact",
    "tm:hail",
    "tm:hydropump",
    "tm:hyperbeam",
    "tm:icebeam",
    "tm:icefang",
    "tm:icywind",
    "tm:liquidation",
    "tm:mudslap",
    "tm:payback",
    "tm:poisonjab",
    "tm:protect",
    "tm:psychicfangs",
    "tm:raindance",
    "tm:rest",
    "tm:retaliate",
    "tm:roar",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:scald",
    "tm:scaleshot",
    "tm:scaryface",
    "tm:screech",
    "tm:sleeptalk",
    "tm:snarl",
    "tm:spite",
    "tm:strength",
    "tm:substitute",
    "tm:superfang",
    "tm:surf",
    "tm:swagger",
    "tm:swift",
    "tm:takedown",
    "tm:taunt",
    "tm:terablast",
    "tm:thief",
    "tm:torment",
    "tm:uproar",
    "tm:waterfall",
    "tm:waterpulse",
    "tm:whirlpool",
    "tm:zenheadbutt",
    "tutor:ancientpower",
    "tutor:bounce",
    "tutor:bulldoze",
    "tutor:darkpulse",
    "tutor:dive",
    "tutor:flipturn",
    "tutor:focusenergy",
    "tutor:furycutter",
    "tutor:gigaimpact",
    "tutor:hyperbeam",
    "tutor:icebeam",
    "tutor:icefang",
    "tutor:icywind",
    "tutor:liquidation",
    "tutor:mudslap",
    "tutor:poisonjab",
    "tutor:psychic",
    "tutor:rest",
    "tutor:rocksmash",
    "tutor:scaleshot",
    "tutor:sleeptalk",
    "tutor:snarl",
    "tutor:spite",
    "tutor:superfang",
    "tutor:swift",
    "tutor:uproar",
    "tutor:waterpulse",
    "tutor:zenheadbutt"
  ],
  "preEvolution": "carvanha",
  "evolutions": [],
  "forms": [
    {
      "name": "Mega",
      "primaryType": "water",
      "secondaryType": "dark",
      "maleRatio": 0.5,
      "height": 25,
      "weight": 1303,
      "pokedex": [
        "cobblemon.species.sharpedo-mega.desc"
      ],
      "labels": [
        "gen6",
        "mega"
      ],
      "aspects": [
        "mega"
      ],
      "abilities": [
        "strongjaw",
        "h:strongjaw"
      ],
      "baseStats": {
        "hp": 70,
        "attack": 140,
        "defence": 70,
        "special_attack": 110,
        "special_defence": 65,
        "speed": 105
      },
      "baseExperienceYield": 196,
      "dynamaxBlocked": true,
      "behaviour": {
        "moving": {
          "canLook": false,
          "walk": {
            "avoidsLand": true
          },
          "swim": {
            "swimSpeed": "0.2",
            "canBreatheUnderwater": true,
            "canSwimInWater": true,
            "canSwimInLava": false
          }
        }
      },
      "evolutions": [],
      "battleOnly": true
    }
  ]
}