{
  "implemented": true,
  "nationalPokedexNumber": 433,
  "name": "Chingling",
  "primaryType": "psychic",
  "maleRatio": 0.5,
  "height": 2,
  "weight": 6,
  "pokedex": [
    "cobblemon.species.chingling.desc"
  ],
  "labels": [
    "gen4",
    "baby"
  ],
  "aspects": [],
  "abilities": [
    "levitate",
    "h:levitate"
  ],
  "eggGroups": [
    "undiscovered"
  ],
  "baseStats": {
    "hp": 45,
    "attack": 30,
    "defence": 50,
    "special_attack": 65,
    "special_defence": 50,
    "speed": 45
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 1,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 57,
  "experienceGroup": "fast",
  "catchRate": 120,
  "eggCycles": 25,
  "baseFriendship": 50,
  "shoulderMountable": true,
  "baseScale": 0.7,
  "hitbox": {
    "width": 0.45,
    "height": 0.5,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "fly": {
        "canFly": true
      },
      "walk": {
        "walkSpeed": 0.2
      }
    },
    "resting": {
      "canSleep": true,
      "willSleepOnBed": true,
      "light": "0-4"
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "cobblemon:colbur_berry",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:soothe_bell",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:cleanse_tag",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:wrap",
    "4:growl",
    "7:astonish",
    "10:confusion",
    "13:yawn",
    "16:lastresort",
    "19:entrainment",
    "32:uproar",
    "egg:allyswitch",
    "egg:cosmicpower",
    "egg:curse",
    "egg:disable",
    "egg:hypnosis",
    "egg:recover",
    "egg:recycle",
    "egg:wish",
    "tm:allyswitch",
    "tm:batonpass",
    "tm:bind",
    "tm:calmmind",
    "tm:chargebeam",
    "tm:cosmicpower",
    "tm:curse",
    "tm:dazzlinggleam",
    "tm:doubleedge",
    "tm:dreameater",
    "tm:echoedvoice",
    "tm:endure",
    "tm:energyball",
    "tm:facade",
    "tm:flash",
    "tm:futuresight",
    "tm:grassknot",
    "tm:gravity",
    "tm:healbell",
    "tm:helpinghand",
    "tm:hypervoice",
    "tm:icywind",
    "tm:knockoff",
    "tm:lastresort",
    "tm:lightscreen",
    "tm:magiccoat",
    "tm:ominouswind",
    "tm:protect",
    "tm:psychic",
    "tm:psychicnoise",
    "tm:psychup",
    "tm:psyshock",
    "tm:raindance",
    "tm:recycle",
    "tm:reflect",
    "tm:rest",
    "tm:rollout",
    "tm:safeguard",
    "tm:shadowball",
    "tm:shockwave",
    "tm:signalbeam",
    "tm:skillswap",
    "tm:sleeptalk",
    "tm:snatch",
    "tm:storedpower",
    "tm:substitute",
    "tm:sunnyday",
    "tm:taunt",
    "tm:telekinesis",
    "tm:terablast",
    "tm:thunderwave",
    "tm:torment",
    "tm:trick",
    "tm:trickroom",
    "tm:uproar",
    "tm:zenheadbutt",
    "tutor:allyswitch",
    "tutor:bind",
    "tutor:calmmind",
    "tutor:chargebeam",
    "tutor:dazzlinggleam",
    "tutor:energyball",
    "tutor:gravity",
    "tutor:healbell",
    "tutor:helpinghand",
    "tutor:hypervoice",
    "tutor:icywind",
    "tutor:knockoff",
    "tutor:lastresort",
    "tutor:magiccoat",
    "tutor:ominouswind",
    "tutor:psychic",
    "tutor:recycle",
    "tutor:rest",
    "tutor:rollout",
    "tutor:shadowball",
    "tutor:shockwave",
    "tutor:signalbeam",
    "tutor:skillswap",
    "tutor:sleeptalk",
    "tutor:snatch",
    "tutor:telekinesis",
    "tutor:trick",
    "tutor:uproar",
    "tutor:zenheadbutt"
  ],
  "evolutions": [
    {
      "id": "chingling_chimecho",
      "variant": "level_up",
      "result": "chimecho",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "friendship",
          "amount": 160
        },
        {
          "variant": "time_range",
          "range": "night"
        }
      ]
    }
  ]
}