{
  "implemented": true,
  "nationalPokedexNumber": 444,
  "name": "Gabite",
  "primaryType": "dragon",
  "secondaryType": "ground",
  "maleRatio": 0.5,
  "height": 14,
  "weight": 560,
  "pokedex": [
    "cobblemon.species.gabite.desc"
  ],
  "labels": [
    "gen4"
  ],
  "aspects": [],
  "abilities": [
    "sandveil",
    "h:roughskin"
  ],
  "eggGroups": [
    "monster",
    "dragon"
  ],
  "baseStats": {
    "hp": 68,
    "attack": 90,
    "defence": 65,
    "special_attack": 50,
    "special_defence": 55,
    "speed": 82
  },
  "evYield": {
    "hp": 0,
    "attack": 2,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 144,
  "experienceGroup": "slow",
  "catchRate": 45,
  "eggCycles": 40,
  "baseFriendship": 50,
  "baseScale": 1,
  "hitbox": {
    "width": 1,
    "height": 1.5,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "swim": {
        "canSwimInLava": true
      }
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "cobblemon:dragon_fang",
        "percentage": 5.0
      },
      {
        "item": "cobblemon:haban_berry",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:tackle",
    "1:sandattack",
    "1:dragonrage",
    "1:sandtomb",
    "1:dualchop",
    "1:dragonbreath",
    "18:bulldoze",
    "27:bite",
    "34:slash",
    "42:dragonclaw",
    "50:dig",
    "58:sandstorm",
    "66:takedown",
    "74:dragonrush",
    "egg:doubleedge",
    "egg:metalclaw",
    "egg:thrash",
    "egg:twister",
    "tm:aerialace",
    "tm:bodyslam",
    "tm:breakingswipe",
    "tm:bulldoze",
    "tm:crunch",
    "tm:cut",
    "tm:dig",
    "tm:doubleedge",
    "tm:dracometeor",
    "tm:dragoncheer",
    "tm:dragonclaw",
    "tm:dragonpulse",
    "tm:dragontail",
    "tm:dualchop",
    "tm:earthpower",
    "tm:earthquake",
    "tm:endure",
    "tm:facade",
    "tm:falseswipe",
    "tm:fireblast",
    "tm:firefang",
    "tm:flamethrower",
    "tm:furycutter",
    "tm:headbutt",
    "tm:helpinghand",
    "tm:honeclaws",
    "tm:incinerate",
    "tm:ironhead",
    "tm:irontail",
    "tm:laserfocus",
    "tm:metalclaw",
    "tm:mudshot",
    "tm:outrage",
    "tm:powergem",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:rockclimb",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:sandstorm",
    "tm:sandtomb",
    "tm:scaleshot",
    "tm:scaryface",
    "tm:scorchingsands",
    "tm:shadowclaw",
    "tm:sleeptalk",
    "tm:stealthrock",
    "tm:stoneedge",
    "tm:strength",
    "tm:substitute",
    "tm:sunnyday",
    "tm:swift",
    "tm:swordsdance",
    "tm:takedown",
    "tm:terablast",
    "tm:thunderfang",
    "tm:twister",
    "tutor:aerialace",
    "tutor:bulldoze",
    "tutor:dracometeor",
    "tutor:dragonpulse",
    "tutor:dualchop",
    "tutor:earthpower",
    "tutor:falseswipe",
    "tutor:firefang",
    "tutor:flamethrower",
    "tutor:furycutter",
    "tutor:helpinghand",
    "tutor:ironhead",
    "tutor:irontail",
    "tutor:laserfocus",
    "tutor:outrage",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:scaleshot",
    "tutor:scorchingsands",
    "tutor:shadowclaw",
    "tutor:sleeptalk",
    "tutor:stealthrock",
    "tutor:stoneedge",
    "tutor:swift",
    "tutor:thunderfang",
    "tutor:twister"
  ],
  "preEvolution": "gible",
  "evolutions": [
    {
      "id": "gabite_garchomp",
      "variant": "level_up",
      "result": "garchomp",
      "consumeHeldItem": false,
      "learnableMoves": [
        "crunch"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 48
        }
      ]
    }
  ]
}