{
  "implemented": true,
  "nationalPokedexNumber": 567,
  "name": "Archeops",
  "primaryType": "rock",
  "secondaryType": "flying",
  "maleRatio": 0.875,
  "height": 14,
  "weight": 320,
  "pokedex": [
    "cobblemon.species.archeops.desc"
  ],
  "labels": [
    "gen5",
    "fossil"
  ],
  "aspects": [],
  "abilities": [
    "defeatist",
    "h:defeatist"
  ],
  "eggGroups": [
    "flying",
    "water_3"
  ],
  "baseStats": {
    "hp": 75,
    "attack": 140,
    "defence": 65,
    "special_attack": 112,
    "special_defence": 65,
    "speed": 110
  },
  "evYield": {
    "hp": 0,
    "attack": 2,
    "defence": 0,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 177,
  "experienceGroup": "medium_fast",
  "catchRate": 45,
  "eggCycles": 30,
  "baseFriendship": 50,
  "baseScale": 0.7,
  "hitbox": {
    "width": 1.2,
    "height": 2,
    "fixed": false
  },
  "behaviour": {
    "moving": {
      "fly": {
        "canFly": true
      },
      "swim": {
        "canSwimInWater": true,
        "canSwimInLava": false,
        "canBreatheUnderwater": true,
        "swimSpeed": "0.2"
      }
    },
    "walk": {
      "walkSpeed": 0.27
    }
  },
  "drops": {
    "amount": 3,
    "entries": [
      {
        "item": "minecraft:feather",
        "quantityRange": "0-3"
      }
    ]
  },
  "riding": {
    "stats": {
      "SPEED": {
        "displayName": "Speed",
        "description": "Its top speed",
        "ranges": {
          "LAND": "2-10",
          "AIR": "50-100"
        }
      },
      "ACCELERATION": {
        "displayName": "Acceleration",
        "description": "How fast it can speed up",
        "ranges": {
          "LAND": "2-10",
          "AIR": "50-100"
        }
      },
      "SKILL": {
        "displayName": "Handling",
        "description": "How fast it can turn",
        "ranges": {
          "LAND": "2-10",
          "AIR": "50-100"
        }
      },
      "JUMP": {
        "displayName": "Altitude",
        "description": "How high it can fly",
        "ranges": {
          "LAND": "2-10",
          "AIR": "50-100"
        }
      },
      "STAMINA": {
        "displayName": "Fuel/Stamina",
        "description": "How long it can stay off the ground",
        "ranges": {
          "LAND": "2-10",
          "AIR": "50-100"
        }
      }
    },
    "behaviour": {
      "key": "cobblemon:composite",
      "transitionStrategy": "cobblemon:strategy/jump",
      "defaultBehaviour": {
        "key": "cobblemon:land/horse",
        "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
        "jumpVector": [
          0,
          "0.3*q.jump_strength/50",
          "-1 * 0.5*q.jump_strength/50"
        ]
      },
      "alternateBehaviour": {
        "key": "cobblemon:air/bird",
        "gravity": "q.gravity * (0.1 + (q.passenger_count - 1) * 0.1)",
        "speed": "Math.clamp(q.entity.velocity.horizontal_magnitude + 0.33, 0, 1)",
        "jumpVector": [
          0,
          "0.3*q.jump_strength/50",
          0
        ]
      }
    },
    "seats": [
      {
        "offset": {
          "x": 0,
          "y": 1.5,
          "z": -0.5
        },
        "poseOffsets": [
          {
            "poseTypes": [
              "HOVER"
            ],
            "offset": {
              "x": 0,
              "y": 0.7,
              "z": -1
            }
          },
          {
            "poseTypes": [
              "FLY"
            ],
            "offset": {
              "x": 0,
              "y": 0.2,
              "z": -1
            }
          }
        ]
      },
      {
        "offset": {
          "x": 0,
          "y": 1.5,
          "z": -1.5
        },
        "poseOffsets": [
          {
            "poseTypes": [
              "HOVER"
            ],
            "offset": {
              "x": 0,
              "y": 0.4,
              "z": -1
            }
          },
          {
            "poseTypes": [
              "FLY"
            ],
            "offset": {
              "x": 0,
              "y": 0.2,
              "z": -0.2
            }
          }
        ]
      }
    ]
  },
  "moves": [
    "1:quickattack",
    "1:leer",
    "1:wingattack",
    "1:rockthrow",
    "1:doubleteam",
    "9:dragonbreath",
    "12:ancientpower",
    "15:pluck",
    "18:quickguard",
    "21:uturn",
    "24:rockslide",
    "27:scaryface",
    "30:crunch",
    "33:agility",
    "36:tailwind",
    "41:dragonclaw",
    "46:thrash",
    "51:endeavor",
    "egg:bite",
    "egg:defog",
    "egg:doubleteam",
    "egg:headsmash",
    "egg:knockoff",
    "egg:switcheroo",
    "tm:acrobatics",
    "tm:aerialace",
    "tm:agility",
    "tm:airslash",
    "tm:allyswitch",
    "tm:ancientpower",
    "tm:aquatail",
    "tm:assurance",
    "tm:bounce",
    "tm:bulldoze",
    "tm:crunch",
    "tm:cut",
    "tm:defog",
    "tm:dig",
    "tm:doubleteam",
    "tm:dragonclaw",
    "tm:dragonpulse",
    "tm:dragontail",
    "tm:dualwingbeat",
    "tm:earthpower",
    "tm:earthquake",
    "tm:endeavor",
    "tm:endure",
    "tm:facade",
    "tm:fly",
    "tm:focusblast",
    "tm:gigaimpact",
    "tm:heatwave",
    "tm:honeclaws",
    "tm:hyperbeam",
    "tm:irondefense",
    "tm:irontail",
    "tm:knockoff",
    "tm:lashout",
    "tm:meteorbeam",
    "tm:outrage",
    "tm:pluck",
    "tm:protect",
    "tm:rest",
    "tm:roar",
    "tm:rockblast",
    "tm:rockpolish",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:roost",
    "tm:sandstorm",
    "tm:scaryface",
    "tm:shadowclaw",
    "tm:skyattack",
    "tm:sleeptalk",
    "tm:smackdown",
    "tm:stealthrock",
    "tm:steelwing",
    "tm:stoneedge",
    "tm:substitute",
    "tm:swift",
    "tm:tailwind",
    "tm:taunt",
    "tm:terablast",
    "tm:torment",
    "tm:uproar",
    "tm:uturn",
    "tm:zenheadbutt",
    "tutor:aerialace",
    "tutor:allyswitch",
    "tutor:ancientpower",
    "tutor:aquatail",
    "tutor:bounce",
    "tutor:bulldoze",
    "tutor:defog",
    "tutor:dragonpulse",
    "tutor:dualwingbeat",
    "tutor:earthpower",
    "tutor:endeavor",
    "tutor:gigaimpact",
    "tutor:heatwave",
    "tutor:hyperbeam",
    "tutor:irondefense",
    "tutor:irontail",
    "tutor:knockoff",
    "tutor:lashout",
    "tutor:meteorbeam",
    "tutor:outrage",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:roost",
    "tutor:shadowclaw",
    "tutor:skyattack",
    "tutor:sleeptalk",
    "tutor:stealthrock",
    "tutor:stoneedge",
    "tutor:swift",
    "tutor:tailwind",
    "tutor:uproar",
    "tutor:zenheadbutt"
  ],
  "preEvolution": "archen",
  "evolutions": []
}
