{
  "implemented": true,
  "nationalPokedexNumber": 60,
  "name": "Poliwag",
  "primaryType": "water",
  "maleRatio": 0.5,
  "height": 6,
  "weight": 124,
  "pokedex": [
    "cobblemon.species.poliwag.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "waterabsorb",
    "damp",
    "h:swiftswim"
  ],
  "eggGroups": [
    "water_1"
  ],
  "baseStats": {
    "hp": 40,
    "attack": 50,
    "defence": 40,
    "special_attack": 40,
    "special_defence": 40,
    "speed": 90
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 1
  },
  "baseExperienceYield": 60,
  "experienceGroup": "medium_slow",
  "catchRate": 255,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.8,
  "hitbox": {
    "width": 0.6,
    "height": 0.8,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "canBreatheUnderwater": true,
        "canSwimInWater": true,
        "canSwimInLava": false,
        "swimSpeed": "0.2"
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "cobblemon:kings_rock",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:chesto_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:watersport",
    "1:bubble",
    "1:hypnosis",
    "1:watergun",
    "6:pound",
    "12:mudshot",
    "18:bubblebeam",
    "24:raindance",
    "30:bodyslam",
    "36:earthpower",
    "42:hydropump",
    "48:bellydrum",
    "54:doubleedge",
    "egg:doubleslap",
    "egg:endeavor",
    "egg:mindreader",
    "egg:mist",
    "egg:mudbomb",
    "egg:muddywater",
    "egg:refresh",
    "egg:splash",
    "egg:wakeupslap",
    "egg:waterpulse",
    "egg:watersport",
    "tm:amnesia",
    "tm:blizzard",
    "tm:bodyslam",
    "tm:bulldoze",
    "tm:chillingwater",
    "tm:dig",
    "tm:dive",
    "tm:doubleedge",
    "tm:earthpower",
    "tm:encore",
    "tm:endeavor",
    "tm:endure",
    "tm:facade",
    "tm:focuspunch",
    "tm:hail",
    "tm:haze",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:hydropump",
    "tm:iceball",
    "tm:icebeam",
    "tm:icywind",
    "tm:liquidation",
    "tm:lowkick",
    "tm:muddywater",
    "tm:mudshot",
    "tm:mudslap",
    "tm:protect",
    "tm:psychic",
    "tm:raindance",
    "tm:rest",
    "tm:sleeptalk",
    "tm:substitute",
    "tm:surf",
    "tm:swift",
    "tm:takedown",
    "tm:terablast",
    "tm:thief",
    "tm:waterfall",
    "tm:waterpulse",
    "tm:weatherball",
    "tm:whirlpool",
    "tutor:bulldoze",
    "tutor:dive",
    "tutor:earthpower",
    "tutor:endeavor",
    "tutor:focuspunch",
    "tutor:helpinghand",
    "tutor:iceball",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:liquidation",
    "tutor:lowkick",
    "tutor:mudslap",
    "tutor:psychic",
    "tutor:rest",
    "tutor:sleeptalk",
    "tutor:swift",
    "tutor:waterpulse"
  ],
  "evolutions": [
    {
      "id": "poliwag_poliwhirl",
      "variant": "level_up",
      "result": "poliwhirl",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 25
        }
      ]
    }
  ]
}