{
  "implemented": true,
  "nationalPokedexNumber": 285,
  "name": "Shroomish",
  "primaryType": "grass",
  "maleRatio": 0.5,
  "height": 4,
  "weight": 45,
  "pokedex": [
    "cobblemon.species.shroomish.desc"
  ],
  "labels": [
    "gen3"
  ],
  "aspects": [],
  "abilities": [
    "effectspore",
    "poisonheal",
    "h:quickfeet"
  ],
  "eggGroups": [
    "fairy",
    "grass"
  ],
  "baseStats": {
    "hp": 60,
    "attack": 40,
    "defence": 60,
    "special_attack": 40,
    "special_defence": 60,
    "speed": 35
  },
  "evYield": {
    "hp": 1,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 59,
  "experienceGroup": "fluctuating",
  "catchRate": 255,
  "eggCycles": 15,
  "baseFriendship": 50,
  "baseScale": 0.8,
  "hitbox": {
    "width": 0.7,
    "height": 0.6,
    "fixed": false
  },
  "behaviour": {
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "minecraft:brown_mushroom",
        "quantityRange": "0-1"
      },
      {
        "item": "cobblemon:kebia_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:absorb",
    "1:tackle",
    "5:stunspore",
    "8:leechseed",
    "12:megadrain",
    "15:headbutt",
    "19:poisonpowder",
    "26:gigadrain",
    "29:growth",
    "33:toxic",
    "36:seedbomb",
    "40:spore",
    "egg:charm",
    "egg:faketears",
    "egg:helpinghand",
    "egg:naturalgift",
    "egg:swagger",
    "egg:wakeupslap",
    "egg:worryseed",
    "tm:bodyslam",
    "tm:bulletseed",
    "tm:charm",
    "tm:drainpunch",
    "tm:endure",
    "tm:energyball",
    "tm:facade",
    "tm:faketears",
    "tm:falseswipe",
    "tm:flash",
    "tm:gigadrain",
    "tm:grassknot",
    "tm:grassyterrain",
    "tm:gunkshot",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:magicalleaf",
    "tm:naturalgift",
    "tm:pounce",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:safeguard",
    "tm:seedbomb",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:snatch",
    "tm:solarbeam",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swagger",
    "tm:swift",
    "tm:synthesis",
    "tm:takedown",
    "tm:terablast",
    "tm:toxic",
    "tm:venoshock",
    "tm:worryseed",
    "tm:zenheadbutt",
    "tutor:drainpunch",
    "tutor:energyball",
    "tutor:falseswipe",
    "tutor:gigadrain",
    "tutor:gunkshot",
    "tutor:helpinghand",
    "tutor:magicalleaf",
    "tutor:rest",
    "tutor:seedbomb",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:snatch",
    "tutor:swift",
    "tutor:synthesis",
    "tutor:worryseed",
    "tutor:zenheadbutt"
  ],
  "evolutions": [
    {
      "id": "shroomish_breloom",
      "variant": "level_up",
      "result": "breloom",
      "consumeHeldItem": false,
      "learnableMoves": [
        "machpunch"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 23
        }
      ]
    }
  ]
}