{
  "implemented": true,
  "nationalPokedexNumber": 108,
  "name": "Lickitung",
  "primaryType": "normal",
  "maleRatio": 0.5,
  "height": 12,
  "weight": 655,
  "pokedex": [
    "cobblemon.species.lickitung.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "owntempo",
    "oblivious",
    "h:cloudnine"
  ],
  "eggGroups": [
    "monster"
  ],
  "baseStats": {
    "hp": 90,
    "attack": 55,
    "defence": 75,
    "special_attack": 60,
    "special_defence": 75,
    "speed": 30
  },
  "evYield": {
    "hp": 2,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 77,
  "experienceGroup": "medium_fast",
  "catchRate": 45,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1.3,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "walk": {
        "walkSpeed": 0.2
      }
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "minecraft:slime_ball",
        "quantityRange": "0-1"
      },
      {
        "item": "cobblemon:oran_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:lick",
    "1:defensecurl",
    "6:rollout",
    "12:supersonic",
    "18:wrap",
    "24:disable",
    "30:stomp",
    "36:knockoff",
    "42:screech",
    "48:slam",
    "54:powerwhip",
    "60:bellydrum",
    "egg:belch",
    "egg:chipaway",
    "egg:curse",
    "egg:hammerarm",
    "egg:magnitude",
    "egg:mefirst",
    "egg:refresh",
    "egg:smellingsalts",
    "egg:snore",
    "egg:thrash",
    "egg:wringout",
    "tm:amnesia",
    "tm:aquatail",
    "tm:bind",
    "tm:blizzard",
    "tm:bodypress",
    "tm:bodyslam",
    "tm:brickbreak",
    "tm:brutalswing",
    "tm:bulldoze",
    "tm:curse",
    "tm:cut",
    "tm:dig",
    "tm:dragontail",
    "tm:dreameater",
    "tm:earthquake",
    "tm:endure",
    "tm:facade",
    "tm:fireblast",
    "tm:firepunch",
    "tm:flamethrower",
    "tm:fling",
    "tm:focuspunch",
    "tm:gigaimpact",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:hydropump",
    "tm:hyperbeam",
    "tm:iceball",
    "tm:icebeam",
    "tm:icepunch",
    "tm:icywind",
    "tm:incinerate",
    "tm:irontail",
    "tm:knockoff",
    "tm:megakick",
    "tm:megapunch",
    "tm:muddywater",
    "tm:mudslap",
    "tm:poweruppunch",
    "tm:powerwhip",
    "tm:protect",
    "tm:psychup",
    "tm:raindance",
    "tm:rest",
    "tm:retaliate",
    "tm:rockclimb",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:rollout",
    "tm:sandstorm",
    "tm:screech",
    "tm:shadowball",
    "tm:shockwave",
    "tm:sleeptalk",
    "tm:snore",
    "tm:solarbeam",
    "tm:steelroller",
    "tm:stompingtantrum",
    "tm:strength",
    "tm:substitute",
    "tm:sunnyday",
    "tm:surf",
    "tm:swordsdance",
    "tm:terablast",
    "tm:terrainpulse",
    "tm:thief",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderpunch",
    "tm:waterpulse",
    "tm:whirlpool",
    "tm:workup",
    "tm:zenheadbutt",
    "tutor:aquatail",
    "tutor:bind",
    "tutor:bulldoze",
    "tutor:firepunch",
    "tutor:flamethrower",
    "tutor:focuspunch",
    "tutor:gigaimpact",
    "tutor:helpinghand",
    "tutor:hyperbeam",
    "tutor:iceball",
    "tutor:icebeam",
    "tutor:icepunch",
    "tutor:icywind",
    "tutor:irontail",
    "tutor:knockoff",
    "tutor:mudslap",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:rollout",
    "tutor:shadowball",
    "tutor:shockwave",
    "tutor:sleeptalk",
    "tutor:snore",
    "tutor:steelroller",
    "tutor:stompingtantrum",
    "tutor:terrainpulse",
    "tutor:thunderbolt",
    "tutor:thunderpunch",
    "tutor:waterpulse",
    "tutor:zenheadbutt"
  ],
  "evolutions": [
    {
      "id": "lickitung_lickilicky",
      "variant": "level_up",
      "result": "lickilicky",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "has_move",
          "move": "rollout"
        }
      ]
    }
  ]
}