{
  "implemented": true,
  "nationalPokedexNumber": 280,
  "name": "Ralts",
  "primaryType": "psychic",
  "secondaryType": "fairy",
  "maleRatio": 0.5,
  "height": 4,
  "weight": 66,
  "pokedex": [
    "cobblemon.species.ralts.desc"
  ],
  "labels": [
    "gen3"
  ],
  "aspects": [],
  "abilities": [
    "synchronize",
    "trace",
    "h:telepathy"
  ],
  "eggGroups": [
    "human_like",
    "amorphous"
  ],
  "baseStats": {
    "hp": 28,
    "attack": 25,
    "defence": 25,
    "special_attack": 45,
    "special_defence": 35,
    "speed": 40
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 1,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 40,
  "experienceGroup": "slow",
  "catchRate": 235,
  "eggCycles": 20,
  "baseFriendship": 35,
  "shoulderMountable": true,
  "baseScale": 0.8,
  "hitbox": {
    "width": 0.5,
    "height": 0.9,
    "fixed": false
  },
  "behaviour": {
    "resting": {
      "canSleep": true,
      "willSleepOnBed": true,
      "light": "0-4"
    },
    "moving": {
      "walk": {
        "walkSpeed": 0.2
      }
    }
  },
  "drops": {
    "amount": 4,
    "entries": [
      {
        "item": "minecraft:ender_pearl",
        "quantityRange": "0-1"
      },
      {
        "item": "cobblemon:dawn_stone",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:twisted_spoon",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:kasib_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:growl",
    "1:luckychant",
    "1:disarmingvoice",
    "3:doubleteam",
    "6:confusion",
    "9:hypnosis",
    "12:drainingkiss",
    "15:teleport",
    "18:psybeam",
    "21:lifedew",
    "24:charm",
    "27:calmmind",
    "30:psychic",
    "33:healpulse",
    "36:dreameater",
    "39:futuresight",
    "egg:confuseray",
    "egg:destinybond",
    "egg:disable",
    "egg:grudge",
    "egg:knockoff",
    "egg:meanlook",
    "egg:memento",
    "egg:mysticalfire",
    "egg:shadowsneak",
    "egg:synchronoise",
    "tm:alluringvoice",
    "tm:allyswitch",
    "tm:bodyslam",
    "tm:calmmind",
    "tm:chargebeam",
    "tm:charm",
    "tm:confuseray",
    "tm:dazzlinggleam",
    "tm:disarmingvoice",
    "tm:doubleteam",
    "tm:drainingkiss",
    "tm:dreameater",
    "tm:echoedvoice",
    "tm:encore",
    "tm:endure",
    "tm:expandingforce",
    "tm:facade",
    "tm:firepunch",
    "tm:flash",
    "tm:fling",
    "tm:futuresight",
    "tm:grassknot",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:hypervoice",
    "tm:icepunch",
    "tm:icywind",
    "tm:imprison",
    "tm:knockoff",
    "tm:lightscreen",
    "tm:magicalleaf",
    "tm:magiccoat",
    "tm:magicroom",
    "tm:megakick",
    "tm:megapunch",
    "tm:metronome",
    "tm:mistyterrain",
    "tm:mysticalfire",
    "tm:painsplit",
    "tm:protect",
    "tm:psybeam",
    "tm:psychic",
    "tm:psychicterrain",
    "tm:psychup",
    "tm:psyshock",
    "tm:raindance",
    "tm:recycle",
    "tm:reflect",
    "tm:rest",
    "tm:safeguard",
    "tm:shadowball",
    "tm:shockwave",
    "tm:signalbeam",
    "tm:skillswap",
    "tm:sleeptalk",
    "tm:snatch",
    "tm:storedpower",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swift",
    "tm:taunt",
    "tm:telekinesis",
    "tm:terablast",
    "tm:thief",
    "tm:thunderbolt",
    "tm:thunderpunch",
    "tm:thunderwave",
    "tm:torment",
    "tm:trick",
    "tm:trickroom",
    "tm:willowisp",
    "tm:wonderroom",
    "tm:zenheadbutt",
    "tutor:allyswitch",
    "tutor:calmmind",
    "tutor:chargebeam",
    "tutor:dazzlinggleam",
    "tutor:expandingforce",
    "tutor:firepunch",
    "tutor:helpinghand",
    "tutor:hypervoice",
    "tutor:icepunch",
    "tutor:icywind",
    "tutor:knockoff",
    "tutor:magicalleaf",
    "tutor:magiccoat",
    "tutor:magicroom",
    "tutor:mysticalfire",
    "tutor:painsplit",
    "tutor:psychic",
    "tutor:recycle",
    "tutor:rest",
    "tutor:shadowball",
    "tutor:shockwave",
    "tutor:signalbeam",
    "tutor:skillswap",
    "tutor:sleeptalk",
    "tutor:snatch",
    "tutor:swift",
    "tutor:telekinesis",
    "tutor:thunderbolt",
    "tutor:thunderpunch",
    "tutor:trick",
    "tutor:wonderroom",
    "tutor:zenheadbutt"
  ],
  "evolutions": [
    {
      "id": "ralts_kirlia",
      "variant": "level_up",
      "result": "kirlia",
      "consumeHeldItem": false,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 20
        }
      ]
    }
  ]
}