{
  "nationalPokedexNumber": 187,
  "name": "Hoppip",
  "primaryType": "grass",
  "secondaryType": "flying",
  "maleRatio": 0.5,
  "height": 4,
  "weight": 5,
  "pokedex": [
    "cobblemon.species.hoppip.desc"
  ],
  "labels": [
    "gen2"
  ],
  "aspects": [],
  "abilities": [
    "chlorophyll",
    "leafguard",
    "h:infiltrator"
  ],
  "eggGroups": [
    "fairy",
    "grass"
  ],
  "baseStats": {
    "hp": 35,
    "attack": 35,
    "defence": 40,
    "special_attack": 35,
    "special_defence": 55,
    "speed": 50
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 1,
    "speed": 0
  },
  "baseExperienceYield": 50,
  "experienceGroup": "medium_slow",
  "catchRate": 255,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "drops": {
    "amount": 1,
    "entries": [
      {
        "item": "cobblemon:yache_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:splash",
    "1:tackle",
    "4:tailwhip",
    "6:absorb",
    "8:fairywind",
    "10:poisonpowder",
    "10:stunspore",
    "10:sleeppowder",
    "12:bulletseed",
    "15:synthesis",
    "19:leechseed",
    "22:megadrain",
    "24:acrobatics",
    "27:cottonspore",
    "29:uturn",
    "32:gigadrain",
    "35:bounce",
    "38: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: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:energyball",
    "tutor:gigadrain",
    "tutor:helpinghand",
    "tutor:magicalleaf",
    "tutor:rest",
    "tutor:seedbomb",
    "tutor:sleeptalk",
    "tutor:synthesis",
    "tutor:tailwind",
    "tutor:worryseed"
  ],
  "evolutions": [
    {
      "id": "hoppip_skiploom",
      "variant": "level_up",
      "result": "skiploom",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 18
        }
      ]
    }
  ]
}