{
  "implemented": true,
  "nationalPokedexNumber": 170,
  "name": "Chinchou",
  "primaryType": "water",
  "secondaryType": "electric",
  "maleRatio": 0.5,
  "height": 5,
  "weight": 120,
  "pokedex": [
    "cobblemon.species.chinchou.desc"
  ],
  "labels": [
    "gen2"
  ],
  "aspects": [],
  "abilities": [
    "voltabsorb",
    "illuminate",
    "h:waterabsorb"
  ],
  "eggGroups": [
    "water_2"
  ],
  "baseStats": {
    "hp": 75,
    "attack": 38,
    "defence": 38,
    "special_attack": 56,
    "special_defence": 56,
    "speed": 67
  },
  "evYield": {
    "hp": 1,
    "attack": 0,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 66,
  "experienceGroup": "slow",
  "catchRate": 190,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.6,
  "hitbox": {
    "width": 1,
    "height": 1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "canLook": false,
      "walk": {
        "walkSpeed": 0.3,
        "avoidsLand": true
      },
      "swim": {
        "swimSpeed": 0.15,
        "canBreatheUnderwater": true,
        "canSwimInWater": true,
        "canSwimInLava": false
      }
    },
    "resting": {
      "canSleep": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:prismarine_crystals",
        "quantityRange": "0-1"
      },
      {
        "item": "cobblemon:deep_sea_scale",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:persim_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:bubble",
    "1:supersonic",
    "1:watergun",
    "4:electroball",
    "8:thunderwave",
    "12:bubblebeam",
    "16:confuseray",
    "20:spark",
    "24:charge",
    "28:discharge",
    "32:aquaring",
    "36:flail",
    "40:takedown",
    "44:hydropump",
    "egg:iondeluge",
    "egg:mist",
    "egg:psybeam",
    "egg:soak",
    "egg:suckerpunch",
    "egg:waterpulse",
    "tm:agility",
    "tm:amnesia",
    "tm:blizzard",
    "tm:bounce",
    "tm:brine",
    "tm:charge",
    "tm:chargebeam",
    "tm:chillingwater",
    "tm:confuseray",
    "tm:curse",
    "tm:dazzlinggleam",
    "tm:dive",
    "tm:doubleedge",
    "tm:eerieimpulse",
    "tm:electricterrain",
    "tm:electroball",
    "tm:electroweb",
    "tm:endure",
    "tm:facade",
    "tm:flash",
    "tm:flipturn",
    "tm:hail",
    "tm:healbell",
    "tm:hydropump",
    "tm:icebeam",
    "tm:icywind",
    "tm:liquidation",
    "tm:muddywater",
    "tm:protect",
    "tm:psybeam",
    "tm:raindance",
    "tm:rest",
    "tm:risingvoltage",
    "tm:scald",
    "tm:screech",
    "tm:shockwave",
    "tm:signalbeam",
    "tm:sleeptalk",
    "tm:substitute",
    "tm:suckerpunch",
    "tm:surf",
    "tm:takedown",
    "tm:terablast",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderwave",
    "tm:voltswitch",
    "tm:waterfall",
    "tm:waterpulse",
    "tm:whirlpool",
    "tm:wildcharge",
    "tutor:bounce",
    "tutor:chargebeam",
    "tutor:dazzlinggleam",
    "tutor:dive",
    "tutor:electroweb",
    "tutor:flipturn",
    "tutor:healbell",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:liquidation",
    "tutor:rest",
    "tutor:risingvoltage",
    "tutor:shockwave",
    "tutor:signalbeam",
    "tutor:sleeptalk",
    "tutor:suckerpunch",
    "tutor:thunderbolt",
    "tutor:waterpulse",
    "tutor:wildcharge"
  ],
  "evolutions": [
    {
      "id": "chinchou_lanturn",
      "variant": "level_up",
      "result": "lanturn",
      "consumeHeldItem": false,
      "learnableMoves": [
        "stockpile",
        "swallow",
        "spitup"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 27
        }
      ]
    }
  ]
}