{
  "nationalPokedexNumber": 536,
  "name": "Palpitoad",
  "primaryType": "water",
  "secondaryType": "ground",
  "maleRatio": 0.5,
  "height": 8,
  "weight": 170,
  "pokedex": [
    "cobblemon.species.palpitoad.desc"
  ],
  "labels": [
    "gen5"
  ],
  "aspects": [],
  "abilities": [
    "swiftswim",
    "hydration",
    "h:waterabsorb"
  ],
  "eggGroups": [
    "water_1"
  ],
  "baseStats": {
    "hp": 75,
    "attack": 65,
    "defence": 55,
    "special_attack": 65,
    "special_defence": 55,
    "speed": 69
  },
  "evYield": {
    "hp": 2,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 134,
  "experienceGroup": "medium_slow",
  "catchRate": 120,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "canSwimInWater": true,
        "canSwimInLava": false,
        "canBreatheUnderwater": true,
        "swimSpeed": "0.2"
      }
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:clay_ball",
        "quantityRange": "0-2"
      },
      {
        "item": "cobblemon:persim_berry",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:bubble",
    "1:growl",
    "1:supersonic",
    "1:echoedvoice",
    "1:acid",
    "12:mudshot",
    "16:round",
    "20:bubblebeam",
    "24:flail",
    "30:uproar",
    "37:aquaring",
    "42:hypervoice",
    "48:muddywater",
    "54:raindance",
    "60:hydropump",
    "egg:mist",
    "egg:mudbomb",
    "egg:mudslap",
    "egg:mudsport",
    "egg:refresh",
    "egg:snore",
    "egg:toxic",
    "egg:waterpulse",
    "tm:afteryou",
    "tm:bounce",
    "tm:bulldoze",
    "tm:earthpower",
    "tm:echoedvoice",
    "tm:endeavor",
    "tm:endure",
    "tm:facade",
    "tm:focuspunch",
    "tm:gastroacid",
    "tm:hail",
    "tm:hydropump",
    "tm:hypervoice",
    "tm:icywind",
    "tm:infestation",
    "tm:muddywater",
    "tm:mudshot",
    "tm:mudslap",
    "tm:powerwhip",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:rocksmash",
    "tm:round",
    "tm:scald",
    "tm:screech",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:sludgewave",
    "tm:snore",
    "tm:stealthrock",
    "tm:substitute",
    "tm:surf",
    "tm:terablast",
    "tm:toxic",
    "tm:uproar",
    "tm:venomdrench",
    "tm:waterpulse",
    "tm:weatherball",
    "tutor:afteryou",
    "tutor:bounce",
    "tutor:bulldoze",
    "tutor:earthpower",
    "tutor:endeavor",
    "tutor:focuspunch",
    "tutor:gastroacid",
    "tutor:hypervoice",
    "tutor:icywind",
    "tutor:mudslap",
    "tutor:rest",
    "tutor:rocksmash",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:snore",
    "tutor:stealthrock",
    "tutor:uproar",
    "tutor:waterpulse"
  ],
  "preEvolution": "tympole",
  "evolutions": [
    {
      "id": "palpitoad_seismitoad",
      "variant": "level_up",
      "result": "seismitoad",
      "consumeHeldItem": false,
      "learnableMoves": [
        "acid",
        "drainpunch"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 36
        }
      ]
    }
  ]
}