{
  "implemented": true,
  "nationalPokedexNumber": 207,
  "name": "Gligar",
  "primaryType": "ground",
  "secondaryType": "flying",
  "maleRatio": 0.5,
  "height": 11,
  "weight": 648,
  "pokedex": [
    "cobblemon.species.gligar.desc"
  ],
  "labels": [
    "gen2"
  ],
  "aspects": [],
  "abilities": [
    "hypercutter",
    "sandveil",
    "h:immunity"
  ],
  "eggGroups": [
    "bug"
  ],
  "baseStats": {
    "hp": 65,
    "attack": 75,
    "defence": 105,
    "special_attack": 35,
    "special_defence": 65,
    "speed": 85
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 1,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 86,
  "experienceGroup": "medium_slow",
  "catchRate": 60,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.9,
  "hitbox": {
    "width": 0.7,
    "height": 0.9,
    "fixed": false
  },
  "drops": {
    "amount": 4,
    "entries": [
      {
        "item": "minecraft:phantom_membrane",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:razor_fang",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:poison_barb",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:yache_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:poisonsting",
    "4:sandattack",
    "7:harden",
    "10:knockoff",
    "13:quickattack",
    "16:furycutter",
    "19:feintattack",
    "22:acrobatics",
    "27:slash",
    "30:uturn",
    "35:screech",
    "40:xscissor",
    "45:skyuppercut",
    "50:swordsdance",
    "egg:counter",
    "egg:crabhammer",
    "egg:crosspoison",
    "egg:doubleedge",
    "egg:feint",
    "egg:mudbomb",
    "egg:nightslash",
    "egg:powertrick",
    "egg:razorwind",
    "egg:wingattack",
    "tm:acrobatics",
    "tm:aerialace",
    "tm:agility",
    "tm:aquatail",
    "tm:assurance",
    "tm:batonpass",
    "tm:breakingswipe",
    "tm:brickbreak",
    "tm:bulldoze",
    "tm:crosspoison",
    "tm:crunch",
    "tm:cut",
    "tm:darkpulse",
    "tm:defog",
    "tm:doubleedge",
    "tm:dualwingbeat",
    "tm:earthpower",
    "tm:earthquake",
    "tm:endure",
    "tm:facade",
    "tm:falseswipe",
    "tm:firefang",
    "tm:fling",
    "tm:furycutter",
    "tm:guillotine",
    "tm:gunkshot",
    "tm:headbutt",
    "tm:highhorsepower",
    "tm:honeclaws",
    "tm:icefang",
    "tm:irontail",
    "tm:knockoff",
    "tm:lunge",
    "tm:metalclaw",
    "tm:mudshot",
    "tm:mudslap",
    "tm:payback",
    "tm:pinmissile",
    "tm:poisonjab",
    "tm:poisontail",
    "tm:powerwhip",
    "tm:protect",
    "tm:psychicfangs",
    "tm:raindance",
    "tm:rest",
    "tm:rockpolish",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:roost",
    "tm:sandstorm",
    "tm:sandtomb",
    "tm:scaleshot",
    "tm:scaryface",
    "tm:screech",
    "tm:skittersmack",
    "tm:sleeptalk",
    "tm:sludgebomb",
    "tm:spikes",
    "tm:stealthrock",
    "tm:steelwing",
    "tm:stoneedge",
    "tm:strength",
    "tm:strugglebug",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swift",
    "tm:swordsdance",
    "tm:tailwind",
    "tm:takedown",
    "tm:taunt",
    "tm:terablast",
    "tm:thief",
    "tm:throatchop",
    "tm:thunderfang",
    "tm:torment",
    "tm:toxic",
    "tm:toxicspikes",
    "tm:uturn",
    "tm:venoshock",
    "tm:xscissor",
    "tutor:aerialace",
    "tutor:aquatail",
    "tutor:bulldoze",
    "tutor:darkpulse",
    "tutor:defog",
    "tutor:dualwingbeat",
    "tutor:earthpower",
    "tutor:falseswipe",
    "tutor:firefang",
    "tutor:furycutter",
    "tutor:gunkshot",
    "tutor:highhorsepower",
    "tutor:icefang",
    "tutor:irontail",
    "tutor:knockoff",
    "tutor:mudslap",
    "tutor:poisonjab",
    "tutor:psychic",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:roost",
    "tutor:scaleshot",
    "tutor:skittersmack",
    "tutor:sleeptalk",
    "tutor:sludgebomb",
    "tutor:spikes",
    "tutor:stealthrock",
    "tutor:stoneedge",
    "tutor:swift",
    "tutor:tailwind",
    "tutor:throatchop",
    "tutor:thunderfang",
    "tutor:trick",
    "tutor:xscissor"
  ],
  "evolutions": [
    {
      "id": "gligar_gliscor",
      "variant": "level_up",
      "result": "gliscor",
      "consumeHeldItem": true,
      "learnableMoves": [],
      "requirements": [
        {
          "variant": "held_item",
          "itemCondition": "cobblemon:razor_fang"
        },
        {
          "variant": "time_range",
          "range": "night"
        }
      ],
      "permanent": true
    }
  ]
}