{
  "nationalPokedexNumber": 298,
  "name": "Azurill",
  "primaryType": "normal",
  "secondaryType": "fairy",
  "maleRatio": 0.25,
  "height": 2,
  "weight": 20,
  "pokedex": [
    "cobblemon.species.azurill.desc"
  ],
  "labels": [
    "gen3",
    "baby"
  ],
  "aspects": [],
  "abilities": [
    "thickfat",
    "hugepower",
    "h:sapsipper"
  ],
  "eggGroups": [
    "undiscovered"
  ],
  "baseStats": {
    "hp": 50,
    "attack": 20,
    "defence": 40,
    "special_attack": 20,
    "special_defence": 40,
    "speed": 20
  },
  "evYield": {
    "hp": 1,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 38,
  "experienceGroup": "fast",
  "catchRate": 150,
  "eggCycles": 10,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "drops": {
    "amount": 1,
    "entries": [
      {
        "item": "cobblemon:kebia_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:splash",
    "1:tailwhip",
    "1:bubble",
    "1:watergun",
    "1:watersport",
    "3:helpinghand",
    "6:bubblebeam",
    "9:charm",
    "12:slam",
    "15:bounce",
    "egg:aquajet",
    "egg:bellydrum",
    "egg:camouflage",
    "egg:copycat",
    "egg:perishsong",
    "egg:present",
    "egg:refresh",
    "egg:sing",
    "egg:soak",
    "egg:supersonic",
    "egg:tickle",
    "egg:watersport",
    "tm:alluringvoice",
    "tm:blizzard",
    "tm:bodyslam",
    "tm:bounce",
    "tm:brutalswing",
    "tm:charm",
    "tm:covet",
    "tm:drainingkiss",
    "tm:encore",
    "tm:endure",
    "tm:facade",
    "tm:faketears",
    "tm:hail",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:hypervoice",
    "tm:icebeam",
    "tm:icywind",
    "tm:irontail",
    "tm:lightscreen",
    "tm:mudshot",
    "tm:mudslap",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:rollout",
    "tm:sleeptalk",
    "tm:substitute",
    "tm:surf",
    "tm:takedown",
    "tm:terablast",
    "tm:waterfall",
    "tm:workup",
    "tutor:bounce",
    "tutor:covet",
    "tutor:helpinghand",
    "tutor:hypervoice",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:irontail",
    "tutor:mudslap",
    "tutor:rest",
    "tutor:rollout",
    "tutor:sleeptalk"
  ],
  "evolutions": [
    {
      "id": "azurill_marill",
      "variant": "level_up",
      "result": "marill",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "friendship",
          "amount": 160
        }
      ]
    }
  ]
}