{"id":3257,"date":"2025-11-14T12:33:56","date_gmt":"2025-11-14T12:33:56","guid":{"rendered":"https:\/\/hone.gg\/blog\/?p=3257"},"modified":"2025-11-18T14:49:04","modified_gmt":"2025-11-18T14:49:04","slug":"call-of-duty-bo7-guns","status":"publish","type":"post","link":"https:\/\/hone.gg\/blog\/call-of-duty-bo7-guns\/","title":{"rendered":"Best Call of Duty BO7 Guns &#8211; Tier List"},"content":{"rendered":"\n<div style=\"margin-bottom:20px;\">\n  <div style=\"border-left:3px solid #f99926;padding:6px 12px;background:transparent;color:#ffffff;font-size:0.8em;font-style:italic;\">\n    <span style=\"color:#f99926;\"><strong>Note:<\/strong><\/span> This article reflects technical best practices from the writer&#8217;s perspective and does not necessarily reflect the views of Hone.\n  <\/div>\n<\/div>\n\n\n\n<p class=\"intro-paragraph wp-block-paragraph\">You drop into Ranked with a default loadout. The enemy team slides through corners with Dravec 45s, beaming you before you can react. The scoreboard shows 4 and 12. You need better guns.<\/p>\n\n\n\n<p class=\"intro-paragraph wp-block-paragraph\">This guide reveals the best <a href=\"https:\/\/hone.gg\/blog\/category\/call-of-duty\/\">Call of Duty<\/a> Black Ops 7 guns based on competitive meta analysis, pro player loadouts, and statistical performance data. You will learn which weapons dominate each role, the exact attachments pros use, and why certain guns win gunfights consistently in the Omnimovement era.<\/p>\n\n\n\n<style>\n  :root {\n    --primary-color: #f99926;\n    --primary-light: rgba(249, 153, 38, 0.1);\n    --primary-hover: rgba(249, 153, 38, 0.8);\n    --secondary-color: #080f1b;\n    --secondary-light: rgba(8, 15, 27, 0.1);\n    --text-dark: #e4e6eb;\n    --text-medium: #b0b3b8;\n    --text-light: #8a8d93;\n    --bg-light: #0c131f;\n    --bg-dark: #080f1b;\n    --border-light: #1c2635;\n    --success: #28a745;\n    --warning: #ffc107;\n    --danger: #dc3545;\n    --info: #17a2b8;\n    --s-tier: #ff6b6b;\n    --a-tier: #f99926;\n    --b-tier: #ffd93d;\n  }\n\n  @keyframes fadeSlideIn {\n    from {\n      opacity: 0;\n      transform: translateY(20px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes statFill {\n    from { width: 0; }\n  }\n\n  @keyframes pulseGlow {\n    0%, 100% { box-shadow: 0 0 10px rgba(249, 153, 38, 0.3); }\n    50% { box-shadow: 0 0 20px rgba(249, 153, 38, 0.6); }\n  }\n\n  .meta-overview {\n    background: linear-gradient(135deg, var(--bg-light) 0%, var(--secondary-light) 100%);\n    border-radius: 25px;\n    padding: 40px;\n    margin: 40px 0;\n    animation: fadeSlideIn 0.6s ease-out;\n  }\n\n  .overview-header {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .overview-title {\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 10px;\n  }\n\n  .overview-subtitle {\n    font-size: 16px;\n    color: var(--text-medium);\n  }\n\n  .meta-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n  }\n\n  .stat-card {\n    background: rgba(249, 153, 38, 0.05);\n    border: 2px solid var(--primary-light);\n    border-radius: 15px;\n    padding: 25px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n\n  .stat-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--primary-color);\n    animation: pulseGlow 2s infinite;\n  }\n\n  .stat-number {\n    font-size: 36px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 8px;\n  }\n\n  .stat-label {\n    font-size: 14px;\n    color: var(--text-medium);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .tier-section {\n    margin: 50px 0;\n  }\n\n  .tier-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 30px;\n    padding: 20px;\n    background: var(--bg-light);\n    border-radius: 15px;\n    border-left: 5px solid var(--primary-color);\n  }\n\n  .tier-badge {\n    font-size: 48px;\n    font-weight: 900;\n    padding: 15px 25px;\n    border-radius: 12px;\n    min-width: 100px;\n    text-align: center;\n  }\n\n  .tier-badge.s-tier {\n    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);\n    color: var(--secondary-color);\n  }\n\n  .tier-badge.a-tier {\n    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);\n    color: var(--secondary-color);\n  }\n\n  .tier-badge.b-tier {\n    background: linear-gradient(135deg, #ffd93d 0%, #fcbf49 100%);\n    color: var(--secondary-color);\n  }\n\n  .tier-info {\n    flex: 1;\n  }\n\n  .tier-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 8px;\n  }\n\n  .tier-description {\n    font-size: 15px;\n    color: var(--text-medium);\n  }\n\n  .weapon-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 25px;\n    margin: 30px 0;\n  }\n\n  .weapon-card {\n    background: var(--bg-light);\n    border-radius: 18px;\n    overflow: hidden;\n    border: 2px solid var(--border-light);\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    position: relative;\n  }\n\n  .weapon-card:hover {\n    transform: translateY(-8px) scale(1.02);\n    border-color: var(--primary-color);\n    box-shadow: 0 15px 40px rgba(249, 153, 38, 0.25);\n  }\n\n  .weapon-header {\n    padding: 25px;\n    background: linear-gradient(135deg, rgba(249, 153, 38, 0.1) 0%, rgba(249, 153, 38, 0.05) 100%);\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .weapon-name-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-bottom: 10px;\n  }\n\n  .weapon-name {\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--text-dark);\n  }\n\n  .weapon-class {\n    background: var(--primary-color);\n    color: var(--secondary-color);\n    padding: 5px 12px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 600;\n    text-transform: uppercase;\n  }\n\n  .weapon-tagline {\n    font-size: 14px;\n    color: var(--primary-color);\n    font-style: italic;\n  }\n\n  .weapon-stats {\n    padding: 20px 25px;\n  }\n\n  .stat-bar-container {\n    margin-bottom: 15px;\n  }\n\n  .stat-bar-label {\n    display: flex;\n    justify-content: space-between;\n    margin-bottom: 6px;\n    font-size: 13px;\n    color: var(--text-medium);\n  }\n\n  .stat-bar-track {\n    height: 8px;\n    background: var(--secondary-light);\n    border-radius: 4px;\n    overflow: hidden;\n  }\n\n  .stat-bar-fill {\n    height: 100%;\n    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);\n    border-radius: 4px;\n    animation: statFill 1s ease-out forwards;\n  }\n\n  .weapon-details {\n    padding: 0 25px 25px 25px;\n  }\n\n  .detail-row {\n    display: flex;\n    justify-content: space-between;\n    padding: 10px 0;\n    border-bottom: 1px solid var(--border-light);\n    font-size: 14px;\n  }\n\n  .detail-row:last-child {\n    border-bottom: none;\n  }\n\n  .detail-label {\n    color: var(--text-light);\n  }\n\n  .detail-value {\n    color: var(--text-dark);\n    font-weight: 600;\n  }\n\n  .loadout-section {\n    background: var(--bg-dark);\n    border-radius: 15px;\n    padding: 25px;\n    margin-top: 20px;\n    border: 1px solid var(--border-light);\n  }\n\n  .loadout-header {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 20px;\n    padding-bottom: 15px;\n    border-bottom: 1px solid var(--border-light);\n  }\n\n  .loadout-icon {\n    font-size: 24px;\n  }\n\n  .loadout-title {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--text-dark);\n  }\n\n  .loadout-credit {\n    font-size: 12px;\n    color: var(--primary-color);\n    margin-left: auto;\n  }\n\n  .attachment-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n    gap: 12px;\n  }\n\n  .attachment-item {\n    background: rgba(249, 153, 38, 0.05);\n    padding: 12px;\n    border-radius: 10px;\n    border: 1px solid var(--primary-light);\n    transition: all 0.3s ease;\n  }\n\n  .attachment-item:hover {\n    background: rgba(249, 153, 38, 0.1);\n    transform: translateX(3px);\n  }\n\n  .attachment-slot {\n    font-size: 11px;\n    color: var(--text-light);\n    text-transform: uppercase;\n    margin-bottom: 4px;\n  }\n\n  .attachment-name {\n    font-size: 14px;\n    color: var(--text-dark);\n    font-weight: 600;\n  }\n\n  .role-showcase {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 35px;\n    margin: 40px 0;\n    box-shadow: 0 10px 40px rgba(249, 153, 38, 0.15);\n  }\n\n  .role-header {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .role-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n  }\n\n  .role-subtitle {\n    font-size: 15px;\n    color: var(--text-medium);\n  }\n\n  .role-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n  }\n\n  .role-card {\n    background: var(--secondary-light);\n    border-radius: 15px;\n    padding: 25px;\n    border: 2px solid var(--border-light);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .role-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-hover) 100%);\n  }\n\n  .role-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--primary-color);\n  }\n\n  .role-card-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 12px;\n  }\n\n  .role-card-desc {\n    font-size: 14px;\n    color: var(--text-medium);\n    margin-bottom: 15px;\n    line-height: 1.6;\n  }\n\n  .role-weapons {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .role-weapon-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px;\n    background: rgba(249, 153, 38, 0.05);\n    border-radius: 8px;\n  }\n\n  .role-weapon-icon {\n    font-size: 16px;\n  }\n\n  .role-weapon-name {\n    font-size: 14px;\n    color: var(--text-dark);\n    font-weight: 600;\n  }\n\n  .comparison-table {\n    background: var(--bg-light);\n    border-radius: 15px;\n    overflow: hidden;\n    margin: 30px 0;\n    box-shadow: 0 5px 20px rgba(249, 153, 38, 0.1);\n  }\n\n  .table-header {\n    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);\n    padding: 20px 30px;\n    text-align: center;\n  }\n\n  .table-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--secondary-color);\n    margin: 0;\n  }\n\n  .comparison-content {\n    overflow-x: auto;\n  }\n\n  .comparison-content table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .comparison-content th {\n    background: var(--secondary-light);\n    padding: 15px;\n    text-align: left;\n    font-weight: 600;\n    color: var(--text-dark);\n    font-size: 13px;\n    border-bottom: 2px solid var(--border-light);\n    white-space: nowrap;\n  }\n\n  .comparison-content td {\n    padding: 15px;\n    color: var(--text-medium);\n    border-bottom: 1px solid var(--border-light);\n    font-size: 13px;\n  }\n\n  .comparison-content tr:last-child td {\n    border-bottom: none;\n  }\n\n  .comparison-content tr:hover {\n    background: rgba(249, 153, 38, 0.03);\n  }\n\n  .highlight-value {\n    background: rgba(249, 153, 38, 0.15);\n    color: var(--primary-color);\n    padding: 4px 8px;\n    border-radius: 5px;\n    font-weight: 700;\n  }\n\n  .map-guide {\n    background: var(--bg-light);\n    border-radius: 20px;\n    padding: 30px;\n    margin: 30px 0;\n    border: 2px solid var(--primary-light);\n  }\n\n  .map-guide-header {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .map-guide-title {\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n  }\n\n  .map-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n  }\n\n  .map-card {\n    background: var(--secondary-light);\n    border-radius: 12px;\n    padding: 20px;\n    border: 1px solid var(--border-light);\n    transition: all 0.3s ease;\n  }\n\n  .map-card:hover {\n    border-color: var(--primary-color);\n    transform: translateY(-3px);\n  }\n\n  .map-name {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 12px;\n  }\n\n  .map-type {\n    font-size: 12px;\n    color: var(--text-light);\n    text-transform: uppercase;\n    margin-bottom: 15px;\n  }\n\n  .map-weapons {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .map-weapon-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 8px 12px;\n    background: rgba(249, 153, 38, 0.05);\n    border-radius: 8px;\n    font-size: 13px;\n  }\n\n  .map-weapon-label {\n    color: var(--text-light);\n  }\n\n  .map-weapon-value {\n    color: var(--text-dark);\n    font-weight: 600;\n  }\n\n  .alert-box {\n    border-radius: 12px;\n    padding: 20px 25px;\n    margin: 25px 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .alert-box::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 5px;\n    height: 100%;\n  }\n\n  .alert-warning {\n    background: rgba(255, 193, 7, 0.1);\n    border: 1px solid var(--warning);\n  }\n\n  .alert-warning::before {\n    background: var(--warning);\n  }\n\n  .alert-info {\n    background: rgba(23, 162, 184, 0.1);\n    border: 1px solid var(--info);\n  }\n\n  .alert-info::before {\n    background: var(--info);\n  }\n\n  .alert-success {\n    background: rgba(40, 167, 69, 0.1);\n    border: 1px solid var(--success);\n  }\n\n  .alert-success::before {\n    background: var(--success);\n  }\n\n  .alert-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 10px;\n  }\n\n  .alert-icon {\n    font-size: 24px;\n  }\n\n  .alert-warning .alert-icon {\n    color: var(--warning);\n  }\n\n  .alert-info .alert-icon {\n    color: var(--info);\n  }\n\n  .alert-success .alert-icon {\n    color: var(--success);\n  }\n\n  .alert-title {\n    font-weight: 700;\n    font-size: 16px;\n  }\n\n  .alert-warning .alert-title {\n    color: var(--warning);\n  }\n\n  .alert-info .alert-title {\n    color: var(--info);\n  }\n\n  .alert-success .alert-title {\n    color: var(--success);\n  }\n\n  .alert-content {\n    color: var(--text-medium);\n    font-size: 14px;\n    line-height: 1.6;\n    padding-left: 39px;\n  }\n\n  .quick-tips {\n    background: linear-gradient(135deg, var(--bg-light) 0%, var(--secondary-light) 100%);\n    border-radius: 15px;\n    padding: 30px;\n    margin: 30px 0;\n  }\n\n  .tips-header {\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--primary-color);\n    margin-bottom: 20px;\n    text-align: center;\n  }\n\n  .tips-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 15px;\n  }\n\n  .tip-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 15px;\n    background: rgba(249, 153, 38, 0.05);\n    border-radius: 10px;\n    border-left: 3px solid var(--primary-color);\n    transition: all 0.3s ease;\n  }\n\n  .tip-item:hover {\n    background: rgba(249, 153, 38, 0.1);\n    transform: translateX(5px);\n  }\n\n  .tip-icon {\n    font-size: 20px;\n    color: var(--primary-color);\n    flex-shrink: 0;\n  }\n\n  .tip-text {\n    font-size: 14px;\n    color: var(--text-medium);\n    line-height: 1.5;\n  }\n\n  @media (max-width: 768px) {\n    .weapon-grid {\n      grid-template-columns: 1fr;\n    }\n    .meta-stats-grid {\n      grid-template-columns: 1fr;\n    }\n    .role-cards {\n      grid-template-columns: 1fr;\n    }\n    .map-grid {\n      grid-template-columns: 1fr;\n    }\n    .tier-header {\n      flex-direction: column;\n      text-align: center;\n    }\n    .comparison-content {\n      font-size: 11px;\n    }\n  }\n<\/style>\n\n<div class=\"meta-overview\">\n  <div class=\"overview-header\">\n    <h3 class=\"overview-title\">Black Ops 7 Meta Snapshot: November 2025<\/h3>\n    <p class=\"overview-subtitle\">The Omnimovement era rewards consistency over raw TTK<\/p>\n  <\/div>\n  \n  <div class=\"meta-stats-grid\">\n    <div class=\"stat-card\">\n      <div class=\"stat-number\">220ms<\/div>\n      <div class=\"stat-label\">Average Competitive TTK<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-number\">2<\/div>\n      <div class=\"stat-label\">Dominant Weapons<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-number\">4<\/div>\n      <div class=\"stat-label\">Viable Competitive Roles<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-number\">7<\/div>\n      <div class=\"stat-label\">CDL Map Pool<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Black Ops 7 Meta<\/strong> and Omnimovement Impact<\/h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"CALL OF DUTY BLACK OPS 7 Campaign Walkthrough Gameplay Part 4 - HARPER BOSS (COD 2025)\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/tOPGKJsb4A0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Black Ops 7 introduces Omnimovement, letting players sprint, slide, and dive in any direction while maintaining accuracy. This fundamentally changes what makes a weapon good. Raw damage numbers matter less than tracking consistency. A gun with perfect time to kill means nothing if you cannot keep your crosshair on a target diving backwards mid gunfight.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The current meta favors weapons with low visual recoil and high bullet velocity. Visual recoil is the screen shake and muzzle climb that obscures your target. When an enemy is sliding laterally at full speed, any visual obstruction destroys your ability to track. Bullet velocity determines how much you need to lead your shots. In Omnimovement combat where enemies change direction instantly, low velocity weapons force impossible predictions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This creates a tier hierarchy based on consistency rather than theoretical damage output. The S Tier weapons are not the fastest killers on paper. They are the most reliable across unpredictable engagements.<\/p>\n\n\n\n<div class=\"tier-section\">\n  <div class=\"tier-header\">\n    <div class=\"tier-badge s-tier\">S<\/div>\n    <div class=\"tier-info\">\n      <div class=\"tier-title\">S Tier Weapons<\/div>\n      <div class=\"tier-description\">Meta defining weapons with universal viability across all competitive roles and maps<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"weapon-grid\">\n    <div class=\"weapon-card\">\n      <div class=\"weapon-header\">\n        <div class=\"weapon-name-row\">\n          <div class=\"weapon-name\">M15 Mod 0<\/div>\n          <div class=\"weapon-class\">Assault Rifle<\/div>\n        <\/div>\n        <div class=\"weapon-tagline\">The Consistent Beam<\/div>\n      <\/div>\n      \n      <div class=\"weapon-stats\">\n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Damage<\/span>\n            <span>85\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 85%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Range<\/span>\n            <span>92\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 92%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Recoil Control<\/span>\n            <span>95\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 95%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Mobility<\/span>\n            <span>72\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 72%;\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"weapon-details\">\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">TTK (0-25m)<\/span>\n          <span class=\"detail-value\">220ms<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Effective Range<\/span>\n          <span class=\"detail-value\">0-45m<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Fire Rate<\/span>\n          <span class=\"detail-value\">720 RPM<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Headshot Multiplier<\/span>\n          <span class=\"detail-value\">1.25x<\/span>\n        <\/div>\n      <\/div>\n      \n      <div class=\"loadout-section\">\n        <div class=\"loadout-header\">\n          <span class=\"loadout-icon\">\ud83c\udfaf<\/span>\n          <span class=\"loadout-title\">Pro Build<\/span>\n          <span class=\"loadout-credit\">Scrap (Toronto Ultra)<\/span>\n        <\/div>\n        <div class=\"attachment-grid\">\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Muzzle<\/div>\n            <div class=\"attachment-name\">Redwell 5.56<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Barrel<\/div>\n            <div class=\"attachment-name\">16.5&#8243; Fusion<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Underbarrel<\/div>\n            <div class=\"attachment-name\">Ironhold Angled<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Optic<\/div>\n            <div class=\"attachment-name\">Lethal Tools ELO<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Rear Grip<\/div>\n            <div class=\"attachment-name\">Contraband<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"weapon-card\">\n      <div class=\"weapon-header\">\n        <div class=\"weapon-name-row\">\n          <div class=\"weapon-name\">Dravec 45<\/div>\n          <div class=\"weapon-class\">SMG<\/div>\n        <\/div>\n        <div class=\"weapon-tagline\">The Hybrid Powerhouse<\/div>\n      <\/div>\n      \n      <div class=\"weapon-stats\">\n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Damage<\/span>\n            <span>90\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 90%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Range<\/span>\n            <span>78\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 78%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Recoil Control<\/span>\n            <span>88\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 88%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Mobility<\/span>\n            <span>94\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 94%;\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"weapon-details\">\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">TTK (0-15m)<\/span>\n          <span class=\"detail-value\">175ms<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Effective Range<\/span>\n          <span class=\"detail-value\">0-27m<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Fire Rate<\/span>\n          <span class=\"detail-value\">900 RPM<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Headshot Multiplier<\/span>\n          <span class=\"detail-value\">1.2x<\/span>\n        <\/div>\n      <\/div>\n      \n      <div class=\"loadout-section\">\n        <div class=\"loadout-header\">\n          <span class=\"loadout-icon\">\u26a1<\/span>\n          <span class=\"loadout-title\">Pro Build<\/span>\n          <span class=\"loadout-credit\">Shotzzy (OpTic Texas)<\/span>\n        <\/div>\n        <div class=\"attachment-grid\">\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Muzzle<\/div>\n            <div class=\"attachment-name\">Hawker Hybrid<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Barrel<\/div>\n            <div class=\"attachment-name\">14&#8243; Verse<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Magazine<\/div>\n            <div class=\"attachment-name\">48 Round Ext<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Rear Grip<\/div>\n            <div class=\"attachment-name\">Helix-TAC<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Stock<\/div>\n            <div class=\"attachment-name\">Balanced Stock<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"weapon-card\">\n      <div class=\"weapon-header\">\n        <div class=\"weapon-name-row\">\n          <div class=\"weapon-name\">M8A1<\/div>\n          <div class=\"weapon-class\">Marksman<\/div>\n        <\/div>\n        <div class=\"weapon-tagline\">The Precision Monster<\/div>\n      <\/div>\n      \n      <div class=\"weapon-stats\">\n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Damage<\/span>\n            <span>98\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 98%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Range<\/span>\n            <span>95\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 95%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Recoil Control<\/span>\n            <span>82\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 82%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Skill Ceiling<\/span>\n            <span>99\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 99%;\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"weapon-details\">\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">TTK (One Burst)<\/span>\n          <span class=\"detail-value\">190ms<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Effective Range<\/span>\n          <span class=\"detail-value\">15-50m+<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Fire Mode<\/span>\n          <span class=\"detail-value\">4-Round Burst<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Best For<\/span>\n          <span class=\"detail-value\">Anchor Role<\/span>\n        <\/div>\n      <\/div>\n      \n      <div class=\"loadout-section\">\n        <div class=\"loadout-header\">\n          <span class=\"loadout-icon\">\ud83d\udd25<\/span>\n          <span class=\"loadout-title\">Competitive Build<\/span>\n          <span class=\"loadout-credit\">CDL Standard<\/span>\n        <\/div>\n        <div class=\"attachment-grid\">\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Muzzle<\/div>\n            <div class=\"attachment-name\">Redwell 5.56<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Barrel<\/div>\n            <div class=\"attachment-name\">Long Barrel<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Underbarrel<\/div>\n            <div class=\"attachment-name\">Vertical Grip<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Optic<\/div>\n            <div class=\"attachment-name\">Red Dot<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Stock<\/div>\n            <div class=\"attachment-name\">Heavy Stock<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"weapon-card\">\n      <div class=\"weapon-header\">\n        <div class=\"weapon-name-row\">\n          <div class=\"weapon-name\">Shadow SK<\/div>\n          <div class=\"weapon-class\">Sniper<\/div>\n        <\/div>\n        <div class=\"weapon-tagline\">The Aggressive One Shot<\/div>\n      <\/div>\n      \n      <div class=\"weapon-stats\">\n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Damage<\/span>\n            <span>100\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 100%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Range<\/span>\n            <span>100\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 100%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Fire Rate<\/span>\n            <span>70\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 70%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Mobility<\/span>\n            <span>65\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 65%;\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"weapon-details\">\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">TTK (Upper Body)<\/span>\n          <span class=\"detail-value\">Instant<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Fire Mode<\/span>\n          <span class=\"detail-value\">Semi-Auto<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">One Shot Zone<\/span>\n          <span class=\"detail-value\">Chest\/Head<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Playstyle<\/span>\n          <span class=\"detail-value\">Aggressive<\/span>\n        <\/div>\n      <\/div>\n      \n      <div class=\"loadout-section\">\n        <div class=\"loadout-header\">\n          <span class=\"loadout-icon\">\ud83c\udfaf<\/span>\n          <span class=\"loadout-title\">Sniper Build<\/span>\n          <span class=\"loadout-credit\">Ranked Meta<\/span>\n        <\/div>\n        <div class=\"attachment-grid\">\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Barrel<\/div>\n            <div class=\"attachment-name\">Tiger Team<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Underbarrel<\/div>\n            <div class=\"attachment-name\">Bipod<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Magazine<\/div>\n            <div class=\"attachment-name\">Fast Mag<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Rear Grip<\/div>\n            <div class=\"attachment-name\">Airborne Elastic<\/div>\n          <\/div>\n          <div class=\"attachment-item\">\n            <div class=\"attachment-slot\">Stock<\/div>\n            <div class=\"attachment-name\">Raider Pad<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why These Guns Dominate Competitive Play<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The M15 Mod 0 wins through consistency. Its recoil pattern is almost purely vertical with negligible horizontal bounce. In Omnimovement combat, horizontal recoil is impossible to compensate for when targets are sliding laterally. The M15 lets you focus entirely on tracking movement rather than fighting your gun. The 1.25x headshot multiplier rewards good aim without requiring perfection. Mix one headshot into your spray and the TTK drops dramatically, letting you challenge even marksman rifles at range.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Dravec 45 breaks traditional SMG limitations. Most submachine guns become useless past 15 meters. The Dravec maintains competitive damage out to 27 meters with shallow drop off. This range profile lets a single player clear close quarters and immediately challenge a spawn reinforcement 30 meters away without switching weapons. The 48 round extended magazine is critical. At 900 RPM, you empty a base magazine in under 2 seconds. In team fights, you need enough ammo to trade kills without reloading.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The M8A1 offers the fastest potential TTK in the game at 190ms with a perfect burst. If all four rounds connect to upper chest or head, you win every face to face duel against automatics. The risk is catastrophic. Miss a burst and the mandatory delay between firing cycles pushes your TTK over 400ms, guaranteeing death against any competent opponent. This binary performance makes the M8A1 strictly an anchor weapon for holding static power positions where you can pre aim lanes and minimize tracking requirements.<\/p>\n\n\n\n<div class=\"alert-box alert-warning\">\n  <div class=\"alert-header\"><span class=\"alert-icon\">\u26a0\ufe0f<\/span><span class=\"alert-title\">M8A1 Risk Warning<\/span><\/div>\n  <div class=\"alert-content\">\n    The M8A1 is high risk high reward. It requires perfect accuracy and stable connection. If <a href=\"https:\/\/hone.gg\/blog\/what-is-packet-burst\/\">network packets drop<\/a> during your burst, the effective TTK doubles. Use only on LAN or with excellent ping. Have a backup M15 loadout ready.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>A Tier Weapons<\/strong> for Specialized Roles<\/h2>\n\n\n\n<div class=\"hone-cta\">\n  <div class=\"hone-cta-content\">\n    <h3 class=\"hone-cta-title\">Want Smoother FPS In Every Match?<\/h3>\n    <p class=\"hone-cta-text\">\n      Hone analyzes your PC, auto-tunes game and system settings, and helps you squeeze out every frame in Call of Duty and your other competitive titles.\n    <\/p>\n  <\/div>\n  <div class=\"hone-cta-actions\">\n    <a href=\"https:\/\/hone.gg\/\" class=\"hone-cta-button\">Optimize Your FPS With Hone<\/a>\n  <\/div>\n<\/div>\n\n<style>\n  .hone-cta {\n    margin: 40px 0;\n    padding: 28px 24px;\n    border-radius: 18px;\n    border: 2px solid var(--primary-light);\n    background: radial-gradient(circle at top left, rgba(249, 153, 38, 0.18), transparent 55%),\n                radial-gradient(circle at bottom right, rgba(8, 15, 27, 0.9), var(--bg-dark));\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 18px;\n  }\n  .hone-cta-content {\n    flex: 1 1 260px;\n  }\n  .hone-cta-title {\n    margin: 0 0 8px;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--primary-color);\n  }\n  .hone-cta-text {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.6;\n    color: var(--text-medium);\n  }\n  .hone-cta-actions {\n    flex: 0 0 auto;\n  }\n  .hone-cta-button {\n    display: inline-block;\n    padding: 10px 20px;\n    border-radius: 999px;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    text-transform: uppercase;\n    background: var(--primary-color);\n    color: var(--secondary-color);\n    box-shadow: 0 8px 22px rgba(249, 153, 38, 0.35);\n    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;\n  }\n  .hone-cta-button:hover {\n    transform: translateY(-1px);\n    background: var(--primary-hover);\n    box-shadow: 0 10px 26px rgba(249, 153, 38, 0.45);\n  }\n  .hone-cta-button:active {\n    transform: translateY(0);\n    box-shadow: 0 4px 14px rgba(249, 153, 38, 0.3);\n  }\n\n  @media (max-width: 640px) {\n    .hone-cta {\n      flex-direction: column;\n      align-items: flex-start;\n    }\n  }\n<\/style>\n\n\n\n<div class=\"tier-section\">\n  <div class=\"tier-header\">\n    <div class=\"tier-badge a-tier\">A<\/div>\n    <div class=\"tier-info\">\n      <div class=\"tier-title\">A Tier Weapons<\/div>\n      <div class=\"tier-description\">Tournament viable weapons with specific strengths but narrower utility than S Tier<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"weapon-grid\">\n    <div class=\"weapon-card\">\n      <div class=\"weapon-header\">\n        <div class=\"weapon-name-row\">\n          <div class=\"weapon-name\">Peacekeeper MK1<\/div>\n          <div class=\"weapon-class\">Assault Rifle<\/div>\n        <\/div>\n        <div class=\"weapon-tagline\">The Mobility Hybrid<\/div>\n      <\/div>\n      \n      <div class=\"weapon-stats\">\n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Damage<\/span>\n            <span>82\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 82%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Mobility<\/span>\n            <span>90\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 90%;\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"weapon-details\">\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">TTK<\/span>\n          <span class=\"detail-value\">230ms<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Best For<\/span>\n          <span class=\"detail-value\">High Skill Players<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"weapon-card\">\n      <div class=\"weapon-header\">\n        <div class=\"weapon-name-row\">\n          <div class=\"weapon-name\">MXR-17<\/div>\n          <div class=\"weapon-class\">Assault Rifle<\/div>\n        <\/div>\n        <div class=\"weapon-tagline\">The Long Range Specialist<\/div>\n      <\/div>\n      \n      <div class=\"weapon-stats\">\n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Range<\/span>\n            <span>98\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 98%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Handling<\/span>\n            <span>60\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 60%;\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <div class=\"weapon-details\">\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">TTK<\/span>\n          <span class=\"detail-value\">240ms<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Best For<\/span>\n          <span class=\"detail-value\">Large Maps<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"weapon-card\">\n      <div class=\"weapon-header\">\n        <div class=\"weapon-name-row\">\n          <div class=\"weapon-name\">Ryden 45K<\/div>\n          <div class=\"weapon-class\">SMG<\/div>\n        <\/div>\n        <div class=\"weapon-tagline\">The Glass Cannon<\/div>\n      <\/div>\n      \n      <div class=\"weapon-stats\">\n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Close Range Damage<\/span>\n            <span>100\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 100%;\"><\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"stat-bar-container\">\n          <div class=\"stat-bar-label\">\n            <span>Versatility<\/span>\n            <span>45\/100<\/span>\n          <\/div>\n          <div class=\"stat-bar-track\">\n            <div class=\"stat-bar-fill\" style=\"width: 45%;\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div]\n      \n      <div class=\"weapon-details\">\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">TTK (0-10m)<\/span>\n          <span class=\"detail-value\">165ms<\/span>\n        <\/div>\n        <div class=\"detail-row\">\n          <span class=\"detail-label\">Best For<\/span>\n          <span class=\"detail-value\">Hardpoint Interior<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Competitive Role Loadouts<\/strong> and Team Composition<\/h2>\n\n\n\n<div class=\"role-showcase\">\n  <div class=\"role-header\">\n    <h3 class=\"role-title\">CDL Standard 4v4 Roles<\/h3>\n    <p class=\"role-subtitle\">Each role requires specific weapon characteristics and playstyle<\/p>\n  <\/div>\n  \n  <div class=\"role-cards\">\n    <div class=\"role-card\">\n      <div class=\"role-card-title\">Main AR (Anchor)<\/div>\n      <div class=\"role-card-desc\">Holds spawns and blocks lanes. Prioritizes range and low recoil. Plays back from objectives to maintain map control and prevent enemy rotations.<\/div>\n      <div class=\"role-weapons\">\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\ud83c\udfaf<\/span>\n          <span class=\"role-weapon-name\">M15 Mod 0<\/span>\n        <\/div>\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\ud83d\udd25<\/span>\n          <span class=\"role-weapon-name\">M8A1<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"role-card\">\n      <div class=\"role-card-title\">Flex (Slayer)<\/div>\n      <div class=\"role-card-desc\">Adapts weapon choice based on map and hill position. Must be versatile enough to fill gaps in team composition and challenge at multiple ranges.<\/div>\n      <div class=\"role-weapons\">\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\u26a1<\/span>\n          <span class=\"role-weapon-name\">Dravec 45<\/span>\n        <\/div>\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\ud83c\udfaf<\/span>\n          <span class=\"role-weapon-name\">M15 Mod 0<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"role-card\">\n      <div class=\"role-card-title\">Entry SMG (Objective)<\/div>\n      <div class=\"role-card-desc\">First player into the objective. Job is to slide cancel into the hill, break aim assist, and secure first blood. Requires sprint to fire speed and high ammo capacity.<\/div>\n      <div class=\"role-weapons\">\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\u26a1<\/span>\n          <span class=\"role-weapon-name\">Dravec 45<\/span>\n        <\/div>\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\ud83d\udca8<\/span>\n          <span class=\"role-weapon-name\">Ryden 45K<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"role-card\">\n      <div class=\"role-card-title\">Support SMG<\/div>\n      <div class=\"role-card-desc\">Second SMG player who follows entry and trades kills. Balances aggression with staying alive to maintain map presence and contest objectives.<\/div>\n      <div class=\"role-weapons\">\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\u26a1<\/span>\n          <span class=\"role-weapon-name\">Dravec 45<\/span>\n        <\/div>\n        <div class=\"role-weapon-item\">\n          <span class=\"role-weapon-icon\">\ud83d\udd04<\/span>\n          <span class=\"role-weapon-name\">Peacekeeper MK1<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Time to Kill Comparison<\/strong> and Damage Breakdown<\/h2>\n\n\n\n<div class=\"comparison-table\">\n  <div class=\"table-header\">\n    <h3 class=\"table-title\">S and A Tier TTK Statistics<\/h3>\n  <\/div>\n  <div class=\"comparison-content\">\n    <div class=\"table-wrapper\"><table>\n      <thead>\n        <tr>\n          <th>Weapon<\/th>\n          <th>Class<\/th>\n          <th>Base TTK<\/th>\n          <th>Effective Range 1<\/th>\n          <th>Effective Range 2<\/th>\n          <th>Fire Rate<\/th>\n          <th>Headshot Multi<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td><strong>Ryden 45K<\/strong><\/td>\n          <td>SMG<\/td>\n          <td><span class=\"highlight-value\">165ms<\/span><\/td>\n          <td>0-10m<\/td>\n          <td>10-20m<\/td>\n          <td>950 RPM<\/td>\n          <td>1.2x<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Dravec 45<\/strong><\/td>\n          <td>SMG<\/td>\n          <td><span class=\"highlight-value\">175ms<\/span><\/td>\n          <td>0-14.6m<\/td>\n          <td>14.7-27.2m<\/td>\n          <td>900 RPM<\/td>\n          <td>1.2x<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>M8A1<\/strong><\/td>\n          <td>Marksman<\/td>\n          <td><span class=\"highlight-value\">190ms<\/span><\/td>\n          <td>15-50m<\/td>\n          <td>50m+<\/td>\n          <td>Burst<\/td>\n          <td>N\/A<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>M15 Mod 0<\/strong><\/td>\n          <td>AR<\/td>\n          <td><span class=\"highlight-value\">220ms<\/span><\/td>\n          <td>0-25m<\/td>\n          <td>25-45m<\/td>\n          <td>720 RPM<\/td>\n          <td>1.25x<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>Peacekeeper<\/strong><\/td>\n          <td>AR<\/td>\n          <td>230ms<\/td>\n          <td>0-30m<\/td>\n          <td>30-50m<\/td>\n          <td>690 RPM<\/td>\n          <td>1.3x<\/td>\n        <\/tr>\n        <tr>\n          <td><strong>MXR-17<\/strong><\/td>\n          <td>AR<\/td>\n          <td>240ms<\/td>\n          <td>0-35m<\/td>\n          <td>35m+<\/td>\n          <td>600 RPM<\/td>\n          <td>1.4x<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table><\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-info\">\n  <div class=\"alert-header\"><span class=\"alert-icon\">\ud83d\udcca<\/span><span class=\"alert-title\">Understanding TTK<\/span><\/div>\n  <div class=\"alert-content\">\n    Base TTK assumes perfect chest shots with no missed bullets. Practical TTK is always higher due to movement tracking, recoil compensation, and <a href=\"https:\/\/hone.gg\/blog\/how-to-fix-warzone-lag-stuttering\/\">network latency<\/a>. The M15 Mod 0 has slower theoretical TTK than the Dravec 45 but often wins gunfights due to superior recoil control making it easier to land consecutive shots.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Map Specific Weapon Recommendations<\/strong><\/h2>\n\n\n\n<div class=\"map-guide\">\n  <div class=\"map-guide-header\">\n    <h3 class=\"map-guide-title\">CDL Map Pool Weapon Meta<\/h3>\n  <\/div>\n  \n  <div class=\"map-grid\">\n    <div class=\"map-card\">\n      <div class=\"map-name\">Skyline<\/div>\n      <div class=\"map-type\">Long Range \/ Vertical<\/div>\n      <div class=\"map-weapons\">\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Primary<\/span>\n          <span class=\"map-weapon-value\">M15 Mod 0<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Secondary<\/span>\n          <span class=\"map-weapon-value\">M8A1<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Why<\/span>\n          <span class=\"map-weapon-value\">Open sightlines favor AR<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"map-card\">\n      <div class=\"map-name\">Rewind<\/div>\n      <div class=\"map-type\">Close Quarters \/ Lane Based<\/div>\n      <div class=\"map-weapons\">\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Primary<\/span>\n          <span class=\"map-weapon-value\">Dravec 45<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Secondary<\/span>\n          <span class=\"map-weapon-value\">Ryden 45K<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Why<\/span>\n          <span class=\"map-weapon-value\">Tight spaces under 20m<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"map-card\">\n      <div class=\"map-name\">Protocol<\/div>\n      <div class=\"map-type\">Hybrid \/ Mixed Range<\/div>\n      <div class=\"map-weapons\">\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Outside<\/span>\n          <span class=\"map-weapon-value\">M15 Mod 0<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Inside<\/span>\n          <span class=\"map-weapon-value\">Dravec 45<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Why<\/span>\n          <span class=\"map-weapon-value\">Forces true Flex play<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"map-card\">\n      <div class=\"map-name\">Hacienda<\/div>\n      <div class=\"map-type\">Open Courtyard \/ Long Lanes<\/div>\n      <div class=\"map-weapons\">\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Primary<\/span>\n          <span class=\"map-weapon-value\">M15 Mod 0<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Anchor<\/span>\n          <span class=\"map-weapon-value\">MXR-17<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Why<\/span>\n          <span class=\"map-weapon-value\">Cross map sightlines<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"map-card\">\n      <div class=\"map-name\">Dealership<\/div>\n      <div class=\"map-type\">Medium Range \/ Clutter<\/div>\n      <div class=\"map-weapons\">\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Primary<\/span>\n          <span class=\"map-weapon-value\">Dravec 45<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Flex<\/span>\n          <span class=\"map-weapon-value\">Peacekeeper<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Why<\/span>\n          <span class=\"map-weapon-value\">Broken sightlines favor SMG<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <div class=\"map-card\">\n      <div class=\"map-name\">Red Card<\/div>\n      <div class=\"map-type\">Large \/ Multi Level<\/div>\n      <div class=\"map-weapons\">\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Primary<\/span>\n          <span class=\"map-weapon-value\">M15 Mod 0<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Long Range<\/span>\n          <span class=\"map-weapon-value\">MXR-17<\/span>\n        <\/div>\n        <div class=\"map-weapon-row\">\n          <span class=\"map-weapon-label\">Why<\/span>\n          <span class=\"map-weapon-value\">Size demands range<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Attachment Philosophy<\/strong> and Gunsmith Meta<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Black Ops 7 attachment meta follows a clear hierarchy. Recoil stabilization takes priority over everything else. Handling speed comes second. Range extensions are third. This order reflects Omnimovement reality. If your gun bounces off target while tracking a sliding enemy, extra range means nothing because you are missing shots.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Compensators dominate muzzle slots. The Redwell 5.56 Compensator and its caliber variants eliminate vertical recoil, turning weapons into laser beams. Suppressors appear in public matches for stealth but are virtually absent in ranked play. The penalty to damage range and bullet velocity is too severe when communication already reveals positions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Angled grips outperform vertical grips for assault rifles. Horizontal recoil is the enemy. When a target slides left while you are compensating for right side gun kick, you miss entirely. Angled grips kill horizontal oscillation, ensuring your reticle only moves in one predictable direction you can control.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The 48 round extended magazine on the Dravec 45 is mandatory for competitive play. At 900 RPM, the base magazine empties in under 2 seconds of sustained fire. In team fights, you need to trade kills immediately after your teammate dies without reloading. Running out of ammo mid engagement guarantees death.<\/p>\n\n\n\n<div class=\"quick-tips\">\n  <div class=\"tips-header\">Quick Loadout Building Tips<\/div>\n  <div class=\"tips-grid\">\n    <div class=\"tip-item\">\n      <span class=\"tip-icon\">\ud83c\udfaf<\/span>\n      <span class=\"tip-text\">Always run a compensator on ARs. Vertical recoil control beats stealth every time in ranked.<\/span>\n    <\/div>\n    <div class=\"tip-item\">\n      <span class=\"tip-icon\">\u26a1<\/span>\n      <span class=\"tip-text\">Use angled grips on M15 to eliminate horizontal bounce. Makes tracking slide cancels easier.<\/span>\n    <\/div>\n    <div class=\"tip-item\">\n      <span class=\"tip-icon\">\ud83d\udd0b<\/span>\n      <span class=\"tip-text\">Extended mags on SMGs are non negotiable. Need ammo for multi kills without reload vulnerability.<\/span>\n    <\/div>\n    <div class=\"tip-item\">\n      <span class=\"tip-icon\">\ud83d\udcca<\/span>\n      <span class=\"tip-text\">Bullet velocity barrels improve hit registration feel. Makes shots feel instant instead of projectile based.<\/span>\n    <\/div>\n    <div class=\"tip-item\">\n      <span class=\"tip-icon\">\ud83c\udfc3<\/span>\n      <span class=\"tip-text\">Strafe speed stocks on SMGs create movement advantage. Can dodge bullets while returning fire.<\/span>\n    <\/div>\n    <div class=\"tip-item\">\n      <span class=\"tip-icon\">\ud83d\udd0d<\/span>\n      <span class=\"tip-text\">Red dot optics reduce visual clutter. Iron sights on some guns obscure targets during recoil.<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"alert-box alert-success\">\n  <div class=\"alert-header\"><span class=\"alert-icon\">\u2705<\/span><span class=\"alert-title\">Pro Tip: Copy Before You Customize<\/span><\/div>\n  <div class=\"alert-content\">\n    Start with the exact pro builds listed in this guide. Once you have 100 plus kills with a setup, then make small adjustments based on your personal recoil patterns and playstyle. Changing too many attachments at once makes it impossible to identify what actually helps versus hurts your performance.\n  <\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Future Meta Predictions<\/strong> and Patch Expectations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Dravec 45 will likely receive a range nerf. It currently has too much effective range for an SMG while maintaining AR level mobility. A second damage range reduction from 27 meters to around 22 meters would force Flex players to choose between the Dravec for close quarters or the Peacekeeper for mid range versatility. This change would diversify the meta without killing the weapon.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The M8A1 faces potential restrictions. Burst weapons historically get gentleman&#8217;s agreements when consistency becomes too high. If one burst kills remain reliable at 40 plus meters, pros will ban it from competitive play to maintain gunfight variety and reduce randomness from connection variance affecting burst registration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sniper usage will increase as players master Omnimovement. The Shadow SK currently has a moderate skill floor but will become oppressive in Search and Destroy modes once muscle memory develops. Expect a fire rate nerf bringing it closer to bolt action timing to balance its semi auto advantage for follow up shots.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Black Ops 7 weapon meta rewards consistency over theoretical damage. The M15 Mod 0 and Dravec 45 dominate because they are the most efficient tools for Omnimovement combat, offering reliable performance across unpredictable engagements. Master these two weapons first. Use the M15 as your Main AR with the Scrap build. Run the Dravec 45 as Entry SMG with the Shotzzy 48 round setup. Learn the recoil patterns in private matches before jumping into ranked. Once you can beam targets consistently, add the M8A1 for long range anchor positions if your aim and connection support burst fire precision. These loadouts will remain competitive through future patches and represent the current competitive standard.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the best gun in Black Ops 7<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">The M15 Mod 0 is the best overall gun for competitive play. It offers consistent damage, minimal recoil, and effective range from 0 to 45 meters. The 220ms TTK is competitive while the near zero horizontal recoil makes tracking Omnimovement targets reliable. Pros use it as the Main AR standard.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the best SMG in Black Ops 7<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">The Dravec 45 is the dominant SMG. It combines 175ms close range TTK with effective range out to 27 meters, making it a true hybrid. The 48 round extended magazine is essential for team fights. The Ryden 45K kills faster at 165ms but only works inside 10 meters and lacks versatility.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What attachments should I use on the M15 Mod 0<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Use the Scrap competitive build: Redwell 5.56 Compensator, 16.5 inch Fusion Barrel, Ironhold Angled Grip, Lethal Tools ELO optic, and Contraband Rear Grip. This setup eliminates recoil while extending range and improving handling for consistent beaming at all competitive distances.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Is the M8A1 worth using in ranked<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">The M8A1 is worth using only if you have excellent aim and stable connection. It offers the fastest TTK at 190ms with perfect bursts but requires all four rounds to connect. Missing a burst doubles your TTK and guarantees death. Best for Anchor players holding power positions with pre aimed angles.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the best sniper in Black Ops 7<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">The Shadow SK is the best competitive sniper. It is semi automatic with one shot kill potential to upper torso, allowing rapid follow up shots if you miss or hit a limb. The VS Recon bolt action is more traditional but punishes missed shots harder with slower cycling time.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">How does Omnimovement affect weapon choice<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Omnimovement makes recoil control and bullet velocity more important than raw TTK. Targets slide and dive in any direction creating erratic hitboxes. Weapons with low visual recoil and high velocity feel more consistent because they let you focus on tracking movement rather than compensating for gun kick or leading shots.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Should I use the Peacekeeper or M15 Mod 0<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Use the M15 Mod 0 unless you are a high skill player who can leverage extra movement speed. The Peacekeeper has slightly slower TTK at 230ms and more erratic recoil. It offers SMG strafe speed with AR range but requires better recoil control. The M15 is more forgiving and consistent for most players.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What is the best loadout for Hardpoint<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">For <a href=\"https:\/\/hone.gg\/blog\/category\/call-of-duty\/\">Hardpoint<\/a>, run the Dravec 45 with 48 round magazine as Entry SMG or the M15 Mod 0 as Main AR depending on your role. Entry players need the Dravec mobility and close range power. Anchor players use the M15 to control spawns and block rotations from distance.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">Why do pros use angled grips over vertical grips<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Angled grips reduce horizontal recoil which is impossible to compensate for when tracking lateral movement. Vertical recoil moves in one predictable direction you can counter with mouse or stick movement. Horizontal bounce makes your crosshair move side to side randomly, causing misses against sliding targets.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 class=\"aioseo-faq-block-question\">What maps favor assault rifles over SMGs<\/h3><div class=\"aioseo-faq-block-answer\">\n<p class=\"wp-block-paragraph\">Skyline, Hacienda, and Red Card favor assault rifles due to long sightlines and open spaces. These maps feature engagement distances beyond 30 meters where SMGs lose damage effectiveness. Run the M15 Mod 0 or MXR 17 on these maps for Main AR role to control lanes and spawns.<\/p>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide reveals the best Call of Duty Black Ops 7 guns based on competitive meta analysis, pro player loadouts, and statistical performance data. <\/p>\n","protected":false},"author":2,"featured_media":3263,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[29],"tags":[],"class_list":["post-3257","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-call-of-duty"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3257","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/comments?post=3257"}],"version-history":[{"count":1,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3257\/revisions"}],"predecessor-version":[{"id":3271,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/posts\/3257\/revisions\/3271"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media\/3263"}],"wp:attachment":[{"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/media?parent=3257"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/categories?post=3257"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hone.gg\/blog\/wp-json\/wp\/v2\/tags?post=3257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}