{
  "nationalPokedexNumber": 188,
  "name": "Skiploom",
  "primaryType": "grass",
  "secondaryType": "flying",
  "maleRatio": 0.5,
  "height": 6,
  "weight": 10,
  "pokedex": [
    "cobblemon.species.skiploom.desc"
  ],
  "labels": [
    "gen2"
  ],
  "aspects": [],
  "abilities": [
    "chlorophyll",
    "leafguard",
    "h:infiltrator"
  ],
  "eggGroups": [
    "fairy",
    "grass"
  ],
  "baseStats": {
    "hp": 55,
    "attack": 45,
    "defence": 50,
    "special_attack": 45,
    "special_defence": 65,
    "speed": 80
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 2
  },
  "baseExperienceYield": 119,
  "experienceGroup": "medium_slow",
  "catchRate": 120,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "minecraft:sunflower"
      },
      {
        "item": "cobblemon:yache_berry",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:splash",
    "1:synthesis",
    "1:tailwhip",
    "1:absorb",
    "8:tackle",
    "10:fairywind",
    "12:poisonpowder",
    "12:stunspore",
    "12:sleeppowder",
    "15:bulletseed",
    "20:leechseed",
    "24:megadrain",
    "28:acrobatics",
    "31:cottonspore",
    "34:uturn",
    "37:gigadrain",
    "41:bounce",
    "44:memento",
    "egg:aromatherapy",
    "egg:confusion",
    "egg:cottonguard",
    "egg:encore",
    "egg:grassyterrain",
    "egg:ragepowder",
    "egg:seedbomb",
    "egg:strengthsap",
    "egg:switcheroo",
    "egg:worryseed",
    "tm:acrobatics",
    "tm:aerialace",
    "tm:batonpass",
    "tm:bounce",
    "tm:bulletseed",
    "tm:charm",
    "tm:dazzlinggleam",
    "tm:doubleedge",
    "tm:encore",
    "tm:endeavor",
    "tm:endure",
    "tm:energyball",
    "tm:facade",
    "tm:flash",
    "tm:fling",
    "tm:gigadrain",
    "tm:grassknot",
    "tm:grassyterrain",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:infestation",
    "tm:leafstorm",
    "tm:lightscreen",
    "tm:lunge",
    "tm:magicalleaf",
    "tm:payday",
    "tm:pollenpuff",
    "tm:protect",
    "tm:raindance",
    "tm:reflect",
    "tm:rest",
    "tm:seedbomb",
    "tm:silverwind",
    "tm:sleeptalk",
    "tm:solarbeam",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swordsdance",
    "tm:synthesis",
    "tm:tailwind",
    "tm:takedown",
    "tm:terablast",
    "tm:thief",
    "tm:trailblaze",
    "tm:uturn",
    "tm:worryseed",
    "tutor:aerialace",
    "tutor:bounce",
    "tutor:dazzlinggleam",
    "tutor:endeavor",
    "tutor:energyball",
    "tutor:gigadrain",
    "tutor:helpinghand",
    "tutor:magicalleaf",
    "tutor:rest",
    "tutor:seedbomb",
    "tutor:sleeptalk",
    "tutor:synthesis",
    "tutor:tailwind",
    "tutor:worryseed"
  ],
  "preEvolution": "hoppip",
  "evolutions": [
    {
      "id": "skiploom_jumpluff",
      "variant": "level_up",
      "result": "jumpluff",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 27
        }
      ]
    }
  ]
}