{
  "implemented": true,
  "nationalPokedexNumber": 2,
  "name": "Ivysaur",
  "primaryType": "grass",
  "secondaryType": "poison",
  "maleRatio": 0.875,
  "height": 10,
  "weight": 130,
  "pokedex": [
    "cobblemon.species.ivysaur.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "overgrow",
    "h:chlorophyll"
  ],
  "eggGroups": [
    "monster",
    "grass"
  ],
  "baseStats": {
    "hp": 60,
    "attack": 62,
    "defence": 63,
    "special_attack": 80,
    "special_defence": 80,
    "speed": 60
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 1,
    "special_defence": 1,
    "speed": 0
  },
  "baseExperienceYield": 142,
  "experienceGroup": "medium_slow",
  "catchRate": 45,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.95,
  "hitbox": {
    "width": 0.7,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "walk": {
        "walkSpeed": 0.25
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:melon_seeds",
        "quantityRange": "0-2"
      },
      {
        "item": "cobblemon:miracle_seed",
        "percentage": 10.0
      }
    ]
  },
  "moves": [
    "1:tackle",
    "1:growl",
    "1:vinewhip",
    "1:growth",
    "9:leechseed",
    "12:razorleaf",
    "15:poisonpowder",
    "15:sleeppowder",
    "20:seedbomb",
    "25:takedown",
    "30:sweetscent",
    "35:synthesis",
    "40:worryseed",
    "45:powerwhip",
    "50:solarbeam",
    "egg:curse",
    "egg:grasswhistle",
    "egg:ingrain",
    "egg:petaldance",
    "egg:skullbash",
    "egg:sludge",
    "egg:toxic",
    "tm:acidspray",
    "tm:bind",
    "tm:bodyslam",
    "tm:bulletseed",
    "tm:charm",
    "tm:curse",
    "tm:cut",
    "tm:doubleedge",
    "tm:echoedvoice",
    "tm:endure",
    "tm:energyball",
    "tm:facade",
    "tm:falseswipe",
    "tm:flash",
    "tm:furycutter",
    "tm:gigadrain",
    "tm:grassknot",
    "tm:grasspledge",
    "tm:grassyglide",
    "tm:grassyterrain",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:knockoff",
    "tm:leafstorm",
    "tm:magicalleaf",
    "tm:naturepower",
    "tm:powerwhip",
    "tm:protect",
    "tm:rest",
    "tm:roar",
    "tm:rocksmash",
    "tm:safeguard",
    "tm:seedbomb",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:solarbeam",
    "tm:strength",
    "tm:stringshot",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swordsdance",
    "tm:synthesis",
    "tm:takedown",
    "tm:terablast",
    "tm:toxic",
    "tm:trailblaze",
    "tm:venoshock",
    "tm:weatherball",
    "tm:workup",
    "tm:worryseed",
    "tutor:bind",
    "tutor:energyball",
    "tutor:falseswipe",
    "tutor:furycutter",
    "tutor:gigadrain",
    "tutor:grasspledge",
    "tutor:grassyglide",
    "tutor:helpinghand",
    "tutor:knockoff",
    "tutor:magicalleaf",
    "tutor:rest",
    "tutor:rocksmash",
    "tutor:seedbomb",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:stringshot",
    "tutor:synthesis",
    "tutor:worryseed"
  ],
  "preEvolution": "bulbasaur",
  "evolutions": [
    {
      "id": "ivysaur_venusaur",
      "variant": "level_up",
      "result": "venusaur",
      "consumeHeldItem": false,
      "learnableMoves": [
        "petaldance",
        "petalblizzard"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 32
        }
      ]
    }
  ]
}