{
  "implemented": true,
  "nationalPokedexNumber": 172,
  "name": "Pichu",
  "primaryType": "electric",
  "maleRatio": 0.5,
  "height": 3,
  "weight": 20,
  "pokedex": [
    "cobblemon.species.pichu.desc"
  ],
  "labels": [
    "gen2",
    "baby",
    "johtonian_form"
  ],
  "aspects": [],
  "abilities": [
    "static",
    "h:lightningrod"
  ],
  "eggGroups": [
    "undiscovered"
  ],
  "baseStats": {
    "hp": 20,
    "attack": 40,
    "defence": 15,
    "special_attack": 35,
    "special_defence": 35,
    "speed": 60
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 1
  },
  "baseExperienceYield": 41,
  "experienceGroup": "medium_fast",
  "catchRate": 190,
  "eggCycles": 10,
  "baseFriendship": 50,
  "shoulderMountable": true,
  "baseScale": 0.4,
  "hitbox": {
    "width": 0.6,
    "height": 0.9,
    "fixed": false
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "cobblemon:light_ball",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:thunder_stone",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:oran_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:thundershock",
    "1:tailwhip",
    "4:playnice",
    "8:sweetkiss",
    "12:nuzzle",
    "16:nastyplot",
    "20:charm",
    "egg:bestow",
    "egg:bide",
    "egg:charge",
    "egg:disarmingvoice",
    "egg:doubleslap",
    "egg:fakeout",
    "egg:flail",
    "egg:luckychant",
    "egg:present",
    "egg:tickle",
    "egg:wish",
    "tm:babydolleyes",
    "tm:bodyslam",
    "tm:charge",
    "tm:charm",
    "tm:covet",
    "tm:disarmingvoice",
    "tm:echoedvoice",
    "tm:electricterrain",
    "tm:electroball",
    "tm:electroweb",
    "tm:encore",
    "tm:endure",
    "tm:facade",
    "tm:flash",
    "tm:fling",
    "tm:grassknot",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:irontail",
    "tm:lightscreen",
    "tm:magnetrise",
    "tm:megakick",
    "tm:megapunch",
    "tm:nastyplot",
    "tm:playrough",
    "tm:protect",
    "tm:raindance",
    "tm:reflect",
    "tm:rest",
    "tm:reversal",
    "tm:rollout",
    "tm:shockwave",
    "tm:signalbeam",
    "tm:sleeptalk",
    "tm:substitute",
    "tm:surf",
    "tm:swift",
    "tm:takedown",
    "tm:terablast",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderpunch",
    "tm:thunderwave",
    "tm:trailblaze",
    "tm:voltswitch",
    "tm:volttackle",
    "tm:wildcharge",
    "tutor:babydolleyes",
    "tutor:covet",
    "tutor:electroweb",
    "tutor:helpinghand",
    "tutor:irontail",
    "tutor:magnetrise",
    "tutor:playrough",
    "tutor:rest",
    "tutor:rollout",
    "tutor:shockwave",
    "tutor:signalbeam",
    "tutor:sleeptalk",
    "tutor:swift",
    "tutor:thunderbolt",
    "tutor:thunderpunch",
    "tutor:volttackle",
    "tutor:wildcharge"
  ],
  "evolutions": [
    {
      "id": "pichu_pikachu",
      "variant": "level_up",
      "result": "pikachu",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "friendship",
          "amount": 160
        }
      ]
    }
  ],
  "forms": [
    {
      "name": "Alola-Bias",
      "primaryType": "electric",
      "maleRatio": 0.5,
      "height": 3,
      "weight": 20,
      "pokedex": [
        "cobblemon.species.pichu-alolabias.desc"
      ],
      "labels": [
        "gen7",
        "baby",
        "customized_official",
        "alolan_form"
      ],
      "aspects": [
        "region-bias-alola"
      ],
      "dynamaxBlocked": false,
      "evolutions": [
        {
          "id": "pichu_pikachu",
          "variant": "level_up",
          "result": "pikachu",
          "consumeHeldItem": false,
          "learnableMoves": [],
          "requirements": [
            {
              "variant": "friendship",
              "amount": 160
            }
          ]
        }
      ]
    }
  ]
}