{
  "implemented": true,
  "nationalPokedexNumber": 138,
  "name": "Omanyte",
  "primaryType": "rock",
  "secondaryType": "water",
  "maleRatio": 0.875,
  "height": 4,
  "weight": 75,
  "pokedex": [
    "cobblemon.species.omanyte.desc"
  ],
  "labels": [
    "gen1",
    "fossil"
  ],
  "aspects": [],
  "abilities": [
    "swiftswim",
    "shellarmor",
    "h:weakarmor"
  ],
  "eggGroups": [
    "water_1",
    "water_3"
  ],
  "baseStats": {
    "hp": 35,
    "attack": 40,
    "defence": 100,
    "special_attack": 90,
    "special_defence": 55,
    "speed": 35
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 1,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 71,
  "experienceGroup": "medium_fast",
  "catchRate": 45,
  "eggCycles": 30,
  "baseFriendship": 50,
  "baseScale": 1.1,
  "hitbox": {
    "width": 0.5,
    "height": 0.5,
    "fixed": false
  },
  "behaviour": {
    "resting": {
      "canSleep": true,
      "willSleepOnBed": true,
      "light": "0-4"
    },
    "moving": {
      "swim": {
        "canBreatheUnderwater": true,
        "canSwimInWater": true,
        "canSwimInLava": false,
        "swimSpeed": "0.2"
      },
      "walk": {
        "walkSpeed": 0.19
      }
    }
  },
  "drops": {
    "amount": 2,
    "entries": [
      {
        "item": "minecraft:nautilus_shell"
      },
      {
        "item": "minecraft:bone_meal",
        "percentage": 5.0
      }
    ]
  },
  "moves": [
    "1:constrict",
    "1:withdraw",
    "1:bite",
    "1:bind",
    "5:rollout",
    "10:sandattack",
    "15:watergun",
    "20:leer",
    "25:mudshot",
    "30:ancientpower",
    "35:brine",
    "41:protect",
    "45:rockblast",
    "50:surf",
    "55:shellsmash",
    "60:hydropump",
    "egg:aurorabeam",
    "egg:bide",
    "egg:bite",
    "egg:bubblebeam",
    "egg:haze",
    "egg:knockoff",
    "egg:reflecttype",
    "egg:slam",
    "egg:supersonic",
    "egg:tickle",
    "egg:waterpulse",
    "egg:wringout",
    "tm:ancientpower",
    "tm:bind",
    "tm:blizzard",
    "tm:bodyslam",
    "tm:brine",
    "tm:dive",
    "tm:earthpower",
    "tm:endure",
    "tm:facade",
    "tm:gyroball",
    "tm:hail",
    "tm:haze",
    "tm:headbutt",
    "tm:hydropump",
    "tm:icebeam",
    "tm:icywind",
    "tm:irondefense",
    "tm:knockoff",
    "tm:meteorbeam",
    "tm:muddywater",
    "tm:mudshot",
    "tm:protect",
    "tm:raindance",
    "tm:rest",
    "tm:rockblast",
    "tm:rockpolish",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:rollout",
    "tm:sandstorm",
    "tm:scald",
    "tm:sleeptalk",
    "tm:smackdown",
    "tm:spikes",
    "tm:stealthrock",
    "tm:substitute",
    "tm:surf",
    "tm:terablast",
    "tm:thief",
    "tm:toxicspikes",
    "tm:waterfall",
    "tm:waterpulse",
    "tm:whirlpool",
    "tutor:ancientpower",
    "tutor:bind",
    "tutor:dive",
    "tutor:earthpower",
    "tutor:icebeam",
    "tutor:icywind",
    "tutor:irondefense",
    "tutor:knockoff",
    "tutor:meteorbeam",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:rollout",
    "tutor:sleeptalk",
    "tutor:spikes",
    "tutor:stealthrock",
    "tutor:waterpulse"
  ],
  "evolutions": [
    {
      "id": "omanyte_omastar",
      "variant": "level_up",
      "result": "omastar",
      "consumeHeldItem": false,
      "learnableMoves": [
        "spikecannon",
        "crunch"
      ],
      "requirements": [
        {
          "variant": "level",
          "minLevel": 40
        }
      ]
    }
  ]
}