{
  "implemented": true,
  "name": "Raichu",
  "labels": ["custom"],
  "pokedex": [
    "cobblemon.species.cafe_raichu_alolan.desc1",
    "cobblemon.species.cafe_raichu_alolan.desc2"
  ],
  "height": 11,
  "weight": 300,
  "shoulderMountable": false,
  "shoulderEffects": ["slow_fall"],
  "primaryType": "electric",
  "secondaryType": "psychic",
  "baseStats": {
    "hp": 60,
    "attack": 90,
    "defence": 55,
    "special_attack": 90,
    "special_defence": 80,
    "speed": 110
  },
  "catchRate": 75,
  "maleRatio": 0.5,
  "baseExperienceYield": 270,
  "experienceGroup": "fluctuating",
  "eggCycles": 10,
  "eggGroups": ["field"],
  "baseFriendship": 35,
  "evYield": {
    "hp": 2,
    "speed": 3
  },
  "moves": [
    "1:agility",
    "1:charm",
    "1:discharge",
    "1:doubleteam",
    "1:electroball",
    "1:feint",
    "1:growl",
    "1:irontail",
    "1:lightscreen",
    "1:nastyplot",
    "1:nuzzle",
    "1:playnice",
    "1:psychic",
    "1:quickattack",
    "1:slam",
    "1:spark",
    "1:speedswap",
    "1:sweetkiss",
    "1:tailwhip",
    "1:thunder",
    "1:thundershock",
    "1:thunderwave",
    "5:thunderbolt",
    "tm:agility",
    "tm:alluringvoice",
    "tm:allyswitch",
    "tm:attract",
    "tm:bodyslam",
    "tm:brickbreak",
    "tm:calmmind",
    "tm:charge",
    "tm:chargebeam",
    "tm:charm",
    "tm:confide",
    "tm:dig",
    "tm:doubleteam",
    "tm:drainingkiss",
    "tm:echoedvoice",
    "tm:eerieimpulse",
    "tm:electricterrain",
    "tm:electroball",
    "tm:electroweb",
    "tm:encore",
    "tm:endeavor",
    "tm:endure",
    "tm:expandingforce",
    "tm:facade",
    "tm:faketears",
    "tm:fling",
    "tm:focusblast",
    "tm:focuspunch",
    "tm:frustration",
    "tm:futuresight",
    "tm:gigaimpact",
    "tm:grassknot",
    "tm:helpinghand",
    "tm:hiddenpower",
    "tm:hyperbeam",
    "tm:irontail",
    "tm:knockoff",
    "tm:lightscreen",
    "tm:magicroom",
    "tm:megakick",
    "tm:megapunch",
    "tm:nastyplot",
    "tm:payday",
    "tm:playrough",
    "tm:protect",
    "tm:psychic",
    "tm:psychicnoise",
    "tm:psychicterrain",
    "tm:psyshock",
    "tm:raindance",
    "tm:reflect",
    "tm:rest",
    "tm:return",
    "tm:reversal",
    "tm:round",
    "tm:safeguard",
    "tm:skillswap",
    "tm:sleeptalk",
    "tm:snore",
    "tm:speedswap",
    "tm:storedpower",
    "tm:substitute",
    "tm:surf",
    "tm:swagger",
    "tm:swift",
    "tm:takedown",
    "tm:terablast",
    "tm:thief",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderpunch",
    "tm:thunderwave",
    "tm:toxic",
    "tm:trailblaze",
    "tm:upperhand",
    "tm:uproar",
    "tm:voltswitch",
    "tm:wildcharge",
    "tutor:allyswitch",
    "tutor:brickbreak",
    "tutor:calmmind",
    "tutor:covet",
    "tutor:dig",
    "tutor:doubleteam",
    "tutor:electroweb",
    "tutor:encore",
    "tutor:expandingforce",
    "tutor:facade",
    "tutor:fakeout",
    "tutor:focuspunch",
    "tutor:growl",
    "tutor:headbutt",
    "tutor:helpinghand",
    "tutor:hyperbeam",
    "tutor:irontail",
    "tutor:knockoff",
    "tutor:laserfocus",
    "tutor:lightscreen",
    "tutor:magiccoat",
    "tutor:magicroom",
    "tutor:magnetrise",
    "tutor:payday",
    "tutor:protect",
    "tutor:psychic",
    "tutor:recycle",
    "tutor:reflect",
    "tutor:rest",
    "tutor:risingvoltage",
    "tutor:seismictoss",
    "tutor:shockwave",
    "tutor:signalbeam",
    "tutor:snore",
    "tutor:substitute",
    "tutor:tailwhip",
    "tutor:telekinesis",
    "tutor:teleport",
    "tutor:thunder",
    "tutor:thunderbolt",
    "tutor:thunderpunch",
    "tutor:thundershock",
    "tutor:thunderwave",
    "tutor:toxic"
  ],
  "abilities": ["static", "h:flashfire"],
  "evolutions": [],
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "minecraft:cake",
        "quantityRange": "1-2",
        "percentage": 66
      }
    ]
  },
  "behaviour": {
    "moving": {
      "canLook": false,
      "fly": {
        "canFly": false
      },
      "swim": {
        "swimSpeed": 0.2,
        "canSwimInWater": false,
        "canBreatheUnderwater": false
      }
    }
  }
}