{
  "implemented": true,
  "nationalPokedexNumber": 299,
  "name": "Nosepass",
  "primaryType": "rock",
  "maleRatio": 0.5,
  "height": 10,
  "weight": 970,
  "pokedex": [
    "cobblemon.species.nosepass.desc"
  ],
  "labels": [
    "gen3"
  ],
  "aspects": [],
  "abilities": [
    "sturdy",
    "magnetpull",
    "h:sandforce"
  ],
  "eggGroups": [
    "mineral"
  ],
  "baseStats": {
    "hp": 30,
    "attack": 45,
    "defence": 135,
    "special_attack": 45,
    "special_defence": 90,
    "speed": 30
  },
  "evYield": {
    "hp": 0,
    "attack": 0,
    "defence": 1,
    "special_attack": 0,
    "special_defence": 0,
    "speed": 0
  },
  "baseExperienceYield": 75,
  "experienceGroup": "medium_fast",
  "catchRate": 255,
  "eggCycles": 20,
  "baseFriendship": 50,
  "baseScale": 0.8,
  "hitbox": {
    "width": 0.9,
    "height": 1.35,
    "fixed": false
  },
  "behaviour": {
    "resting": {
      "canSleep": true,
      "light": "0-4"
    },
    "moving": {
      "walk": {
        "walkSpeed": 0.12
      },
      "swim": {
        "avoidsWater": true,
        "canSwimInWater": false
      }
    }
  },
  "ai": [
    {
      "type": "add_tasks_to_activity",
      "activity": "idle",
      "tasksByPriority": {
        "2": [
          "point_to_spawn"
        ]
      }
    }
  ],
  "drops": {
    "amount": 4,
    "entries": [
      {
        "item": "minecraft:flint",
        "quantityRange": "0-1"
      },
      {
        "item": "cobblemon:hard_stone",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:magnet",
        "percentage": 2.5
      },
      {
        "item": "cobblemon:chople_berry",
        "percentage": 2.5
      }
    ]
  },
  "moves": [
    "1:tackle",
    "4:harden",
    "7:block",
    "10:rockthrow",
    "13:thunderwave",
    "16:rest",
    "19:spark",
    "22:rockslide",
    "25:powergem",
    "28:rockblast",
    "31:discharge",
    "34:sandstorm",
    "37:earthpower",
    "40:stoneedge",
    "43:zapcannon",
    "43:lockon",
    "egg:doubleedge",
    "egg:headsmash",
    "egg:magnitude",
    "egg:rollout",
    "egg:wideguard",
    "tm:ancientpower",
    "tm:block",
    "tm:bodypress",
    "tm:bodyslam",
    "tm:bulldoze",
    "tm:curse",
    "tm:dazzlinggleam",
    "tm:doubleedge",
    "tm:earthpower",
    "tm:earthquake",
    "tm:endure",
    "tm:explosion",
    "tm:facade",
    "tm:firepunch",
    "tm:flashcannon",
    "tm:gravity",
    "tm:headbutt",
    "tm:heavyslam",
    "tm:helpinghand",
    "tm:highhorsepower",
    "tm:icepunch",
    "tm:irondefense",
    "tm:magiccoat",
    "tm:magnetrise",
    "tm:meteorbeam",
    "tm:painsplit",
    "tm:powergem",
    "tm:powershift",
    "tm:protect",
    "tm:rest",
    "tm:rockblast",
    "tm:rockpolish",
    "tm:rockslide",
    "tm:rocksmash",
    "tm:rocktomb",
    "tm:rollout",
    "tm:sandstorm",
    "tm:sandtomb",
    "tm:selfdestruct",
    "tm:shockwave",
    "tm:sleeptalk",
    "tm:smackdown",
    "tm:stealthrock",
    "tm:steelbeam",
    "tm:stompingtantrum",
    "tm:stoneedge",
    "tm:strength",
    "tm:substitute",
    "tm:sunnyday",
    "tm:takedown",
    "tm:taunt",
    "tm:terablast",
    "tm:thunder",
    "tm:thunderbolt",
    "tm:thunderpunch",
    "tm:thunderwave",
    "tm:torment",
    "tm:voltswitch",
    "tutor:ancientpower",
    "tutor:block",
    "tutor:bulldoze",
    "tutor:dazzlinggleam",
    "tutor:earthpower",
    "tutor:firepunch",
    "tutor:flashcannon",
    "tutor:gravity",
    "tutor:helpinghand",
    "tutor:highhorsepower",
    "tutor:icepunch",
    "tutor:irondefense",
    "tutor:magiccoat",
    "tutor:magnetrise",
    "tutor:meteorbeam",
    "tutor:painsplit",
    "tutor:powershift",
    "tutor:rest",
    "tutor:rockslide",
    "tutor:rocksmash",
    "tutor:rollout",
    "tutor:shockwave",
    "tutor:sleeptalk",
    "tutor:stealthrock",
    "tutor:steelbeam",
    "tutor:stompingtantrum",
    "tutor:stoneedge",
    "tutor:thunderbolt",
    "tutor:thunderpunch"
  ],
  "evolutions": [
    {
      "id": "nosepass_probopass",
      "variant": "item_interact",
      "result": "probopass",
      "consumeHeldItem": false,
      "learnableMoves": [
        "triattack"
      ],
      "requirements": [],
      "requiredContext": "cobblemon:thunder_stone"
    }
  ]
}