{
  "implemented": true,
  "nationalPokedexNumber": 92,
  "name": "Gastly",
  "primaryType": "ghost",
  "secondaryType": "poison",
  "maleRatio": 0.5,
  "height": 13,
  "weight": 1,
  "pokedex": [
    "cobblemon.species.gastly.desc"
  ],
  "labels": [
    "gen1"
  ],
  "aspects": [],
  "abilities": [
    "levitate",
    "h:levitate"
  ],
  "eggGroups": [
    "amorphous"
  ],
  "baseStats": {
    "hp": 30,
    "attack": 35,
    "defence": 30,
    "special_attack": 100,
    "special_defence": 35,
    "speed": 80
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 0,
    "special_attack": 1,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 62,
  "experienceGroup": "medium_slow",
  "catchRate": 190,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 0.75,
    "height": 1.1,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "fly": {
        "canFly": true
      },
      "walk": {
        "canWalk": false
      }
    },
    "resting": {
      "canSleep": true,
      "light": -1
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "cobblemon:spell_tag",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:payapa_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:lick",
    "1:confuseray",
    "4:hypnosis",
    "8:meanlook",
    "12:payback",
    "16:spite",
    "20:curse",
    "24:hex",
    "28:nightshade",
    "32:suckerpunch",
    "36:darkpulse",
    "40:shadowball",
    "44:destinybond",
    "48:dreameater",
    "egg:astonish",
    "egg:clearsmog",
    "egg:disable",
    "egg:grudge",
    "egg:haze",
    "egg:nightmare",
    "egg:perishsong",
    "egg:psywave",
    "egg:reflecttype",
    "egg:smog",
    "egg:toxic",
    "tm:acidspray",
    "tm:allyswitch",
    "tm:confuseray",
    "tm:corrosivegas",
    "tm:curse",
    "tm:darkpulse",
    "tm:dazzlinggleam",
    "tm:dreameater",
    "tm:embargo",
    "tm:endure",
    "tm:energyball",
    "tm:explosion",
    "tm:facade",
    "tm:firepunch",
    "tm:foulplay",
    "tm:gigadrain",
    "tm:gunkshot",
    "tm:haze",
    "tm:hex",
    "tm:icepunch",
    "tm:icywind",
    "tm:imprison",
    "tm:infestation",
    "tm:nastyplot",
    "tm:nightshade",
    "tm:ominouswind",
    "tm:painsplit",
    "tm:payback",
    "tm:poisonjab",
    "tm:poltergeist",
    "tm:protect",
    "tm:psychic",
    "tm:psychup",
    "tm:raindance",
    "tm:rest",
    "tm:scaryface",
    "tm:selfdestruct",
    "tm:shadowball",
    "tm:skillswap",
    "tm:skittersmack",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:sludgewave",
    "tm:snatch",
    "tm:spite",
    "tm:substitute",
    "tm:suckerpunch",
    "tm:sunnyday",
    "tm:taunt",
    "tm:telekinesis",
    "tm:terablast",
    "tm:thief",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderpunch",
    "tm:torment",
    "tm:toxic",
    "tm:trick",
    "tm:trickroom",
    "tm:venoshock",
    "tm:willowisp",
    "tm:wonderroom",
    "tutor:allyswitch",
    "tutor:corrosivegas",
    "tutor:darkpulse",
    "tutor:dazzlinggleam",
    "tutor:energyball",
    "tutor:firepunch",
    "tutor:foulplay",
    "tutor:gigadrain",
    "tutor:gunkshot",
    "tutor:icepunch",
    "tutor:icywind",
    "tutor:ominouswind",
    "tutor:painsplit",
    "tutor:poisonjab",
    "tutor:poltergeist",
    "tutor:psychic",
    "tutor:rest",
    "tutor:shadowball",
    "tutor:skillswap",
    "tutor:skittersmack",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:snatch",
    "tutor:spite",
    "tutor:suckerpunch",
    "tutor:telekinesis",
    "tutor:thunderbolt",
    "tutor:thunderpunch",
    "tutor:trick",
    "tutor:wonderroom"
  ],
  "evolutions": [
    {
      "id": "gastly_haunter",
      "variant": "level_up",
      "result": "haunter",
      "consumeHeldItem": false,
      "learnableMoves": [
        "shadowpunch"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 25
        }
      ]
    }
  ]
}