{
  "implemented": true,
  "nationalPokedexNumber": 8,
  "name": "Wartortle",
  "primaryType": "water",
  "maleRatio": 0.875,
  "height": 10,
  "weight": 225,
  "pokedex": [
    "cobblemon.species.wartortle.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "torrent",
    "h:raindish"
  ],
  "eggGroups": [
    "monster",
    "water_1"
  ],
  "baseStats": {
    "hp": 59,
    "attack": 63,
    "defence": 80,
    "special_attack": 65,
    "special_defence": 80,
    "speed": 58
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 1,
    "special_attack": 0,
    "special_defence": 1,
    "speed": 0
  },
  "baseExperienceYield": 142,
  "experienceGroup": "medium_slow",
  "catchRate": 45,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.75,
  "hitbox": {
    "width": 0.8,
    "height": 1.3,
    "fixed": false
  },
  "behaviour": {
    "resting": {
      "canSleep": true,
      "light": "0-4"
    },
    "moving": {
      "walk": {
        "walkSpeed": 0.2
      },
      "swim": {
        "canBreatheUnderwater": true,
        "canSwimInWater": true,
        "canSwimInLava": false,
        "swimSpeed": "0.2"
      }
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:turtle_scute",
        "quantityRange": "0-2"
      },
      {
        "item": "cobblemon:mystic_water",
        "percentage": 10.0
      }
    ]
  },
  "moves": [
    "1:tackle",
    "1:tailwhip",
    "1:bubble",
    "1:withdraw",
    "1:watergun",
    "1:skullbash",
    "9:rapidspin",
    "12:bite",
    "15:waterpulse",
    "20:protect",
    "25:raindance",
    "30:aquatail",
    "35:shellsmash",
    "40:irondefense",
    "45:hydropump",
    "50:wavecrash",
    "egg:aquajet",
    "egg:aquaring",
    "egg:fakeout",
    "egg:flail",
    "egg:foresight",
    "egg:lifedew",
    "egg:mirrorcoat",
    "egg:mist",
    "egg:mudsport",
    "egg:refresh",
    "egg:waterspout",
    "egg:wavecrash",
    "egg:yawn",
    "tm:aquatail",
    "tm:blizzard",
    "tm:bodyslam",
    "tm:brickbreak",
    "tm:brine",
    "tm:chillingwater",
    "tm:dig",
    "tm:dive",
    "tm:doubleedge",
    "tm:endure",
    "tm:facade",
    "tm:fling",
    "tm:flipturn",
    "tm:focuspunch",
    "tm:gyroball",
    "tm:hail",
    "tm:haze",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:hydropump",
    "tm:icebeam",
    "tm:icepunch",
    "tm:icespinner",
    "tm:icywind",
    "tm:irondefense",
    "tm:irontail",
    "tm:liquidation",
    "tm:megakick",
    "tm:megapunch",
    "tm:muddywater",
    "tm:mudshot",
    "tm:poweruppunch",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:rocksmash",
    "tm:rollout",
    "tm:sleeptalk",
    "tm:strength",
    "tm:substitute",
    "tm:surf",
    "tm:takedown",
    "tm:terablast",
    "tm:waterpledge",
    "tm:waterpulse",
    "tm:weatherball",
    "tm:whirlpool",
    "tm:workup",
    "tm:zenheadbutt",
    "tutor:aquatail",
    "tutor:dive",
    "tutor:flipturn",
    "tutor:focuspunch",
    "tutor:helpinghand",
    "tutor:icebeam",
    "tutor:icepunch",
    "tutor:icywind",
    "tutor:irondefense",
    "tutor:irontail",
    "tutor:liquidation",
    "tutor:rest",
    "tutor:rocksmash",
    "tutor:rollout",
    "tutor:sleeptalk",
    "tutor:waterpledge",
    "tutor:waterpulse",
    "tutor:zenheadbutt"
  ],
  "preEvolution": "squirtle",
  "evolutions": [
    {
      "id": "wartortle_blastoise",
      "variant": "level_up",
      "result": "blastoise",
      "consumeHeldItem": false,
      "learnableMoves": [
        "flashcannon"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 36
        }
      ]
    }
  ]
}