{
  "version": "1.0.0",
  "updated": "2026-02-12",
  "total": 47,
  "categories": {
    "sword": {
      "weaponType": "Sword",
      "emoji": "⚔️",
      "skills": [
        {
          "id": "slash",
          "name": "Slash",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Basic sword slash attack",
          "grudgeType": "ability"
        },
        {
          "id": "thrust",
          "name": "Thrust",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Quick thrusting attack, +10% armor pen",
          "grudgeType": "ability"
        },
        {
          "id": "power-strike",
          "name": "Power Strike",
          "cooldown": "6s",
          "mana": 15,
          "desc": "Powerful overhead strike dealing 150% damage",
          "grudgeType": "ability"
        },
        {
          "id": "rend",
          "name": "Rend",
          "cooldown": "5s",
          "mana": 12,
          "desc": "Tearing strike causing bleed for 4s",
          "grudgeType": "ability"
        },
        {
          "id": "cleave",
          "name": "Cleave",
          "cooldown": "7s",
          "mana": 18,
          "desc": "Wide arc hitting multiple enemies",
          "grudgeType": "ability"
        },
        {
          "id": "parry",
          "name": "Parry",
          "cooldown": "8s",
          "mana": 10,
          "desc": "Block incoming attack and counter for 50% damage",
          "grudgeType": "ability"
        },
        {
          "id": "sidestep",
          "name": "Sidestep",
          "cooldown": "6s",
          "mana": 8,
          "desc": "Quick dodge with i-frames",
          "grudgeType": "ability"
        },
        {
          "id": "riposte",
          "name": "Riposte",
          "cooldown": "10s",
          "mana": 15,
          "desc": "Counter next attack for 200% damage",
          "grudgeType": "ability"
        },
        {
          "id": "bloodfeud-vengeance",
          "name": "Bloodfeud's Vengeance",
          "cooldown": "45s",
          "mana": 50,
          "desc": "Deal 300% damage to enemies who damaged you",
          "unique": "Bloodfeud Blade",
          "grudgeType": "ability"
        },
        {
          "id": "wraith-whisper",
          "name": "Wraith's Whisper",
          "cooldown": "40s",
          "mana": 45,
          "desc": "Become invisible, next attack crits 250%",
          "unique": "Wraithfang",
          "grudgeType": "ability"
        },
        {
          "id": "oathbreaker-judgment",
          "name": "Oathbreaker's Judgment",
          "cooldown": "50s",
          "mana": 40,
          "desc": "Enemy takes 50% more damage for 8s",
          "unique": "Oathbreaker",
          "grudgeType": "ability"
        },
        {
          "id": "emberclad-inferno",
          "name": "Emberclad's Inferno",
          "cooldown": "45s",
          "mana": 50,
          "desc": "Engulf in flames, dealing AoE fire damage",
          "unique": "Emberclad",
          "grudgeType": "ability"
        }
      ]
    },
    "axe": {
      "weaponType": "Axe",
      "emoji": "🪓",
      "skills": [
        {
          "id": "chop",
          "name": "Chop",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Basic axe chop attack",
          "grudgeType": "ability"
        },
        {
          "id": "hack",
          "name": "Hack",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Quick hack with armor penetration",
          "grudgeType": "ability"
        },
        {
          "id": "wild-swing",
          "name": "Wild Swing",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Reckless high damage swing",
          "grudgeType": "ability"
        },
        {
          "id": "cleave-axe",
          "name": "Cleave",
          "cooldown": "5s",
          "mana": 12,
          "desc": "Cleave through enemies in arc",
          "grudgeType": "ability"
        },
        {
          "id": "double-chop",
          "name": "Double Chop",
          "cooldown": "4s",
          "mana": 10,
          "desc": "Two rapid chops",
          "grudgeType": "ability"
        },
        {
          "id": "whirlwind",
          "name": "Whirlwind",
          "cooldown": "8s",
          "mana": 15,
          "desc": "Spin dealing damage and knockback",
          "grudgeType": "ability"
        },
        {
          "id": "throw-axe",
          "name": "Throw Axe",
          "cooldown": "10s",
          "mana": 12,
          "desc": "Throw axe for ranged damage + slow",
          "grudgeType": "ability"
        },
        {
          "id": "gorehowl-fury",
          "name": "Gorehowl's Fury",
          "cooldown": "60s",
          "mana": 40,
          "desc": "Enter blood rage, +50% damage taken and dealt",
          "unique": "Gorehowl",
          "grudgeType": "ability"
        },
        {
          "id": "skullsplitter-rampage",
          "name": "Skullsplitter's Rampage",
          "cooldown": "90s",
          "mana": 50,
          "desc": "Kill resets cooldowns for 8s",
          "unique": "Skullsplitter",
          "grudgeType": "ability"
        }
      ]
    },
    "bow": {
      "weaponType": "Bow",
      "emoji": "🏹",
      "skills": [
        {
          "id": "quick-shot",
          "name": "Quick Shot",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Fast basic arrow shot",
          "grudgeType": "ability"
        },
        {
          "id": "aimed-shot",
          "name": "Aimed Shot",
          "cooldown": "0s",
          "mana": 5,
          "desc": "Slow accurate shot, +50% damage",
          "grudgeType": "ability"
        },
        {
          "id": "multi-shot",
          "name": "Multi Shot",
          "cooldown": "8s",
          "mana": 20,
          "desc": "Fire 3 arrows in spread",
          "grudgeType": "ability"
        },
        {
          "id": "piercing-arrow",
          "name": "Piercing Arrow",
          "cooldown": "6s",
          "mana": 15,
          "desc": "Arrow pierces through enemies",
          "grudgeType": "ability"
        },
        {
          "id": "rain-of-arrows",
          "name": "Rain of Arrows",
          "cooldown": "12s",
          "mana": 30,
          "desc": "Barrage of arrows in area",
          "grudgeType": "ability"
        },
        {
          "id": "evasive-roll",
          "name": "Evasive Roll",
          "cooldown": "8s",
          "mana": 10,
          "desc": "Dodge roll with i-frames",
          "grudgeType": "ability"
        },
        {
          "id": "shadowflight-volley",
          "name": "Shadowflight's Volley",
          "cooldown": "50s",
          "mana": 55,
          "desc": "Rain of shadow arrows from above",
          "unique": "Shadowflight",
          "grudgeType": "ability"
        }
      ]
    },
    "staff": {
      "weaponType": "Staff",
      "emoji": "🪄",
      "skills": [
        {
          "id": "bolt",
          "name": "Bolt",
          "cooldown": "0s",
          "mana": 5,
          "desc": "Basic magic projectile",
          "grudgeType": "ability"
        },
        {
          "id": "charged-bolt",
          "name": "Charged Bolt",
          "cooldown": "3s",
          "mana": 15,
          "desc": "Charged projectile for more damage",
          "grudgeType": "ability"
        },
        {
          "id": "fireball",
          "name": "Fireball",
          "cooldown": "8s",
          "mana": 25,
          "desc": "Explosive fire projectile",
          "grudgeType": "ability"
        },
        {
          "id": "ice-spike",
          "name": "Ice Spike",
          "cooldown": "6s",
          "mana": 20,
          "desc": "Frost projectile that slows",
          "grudgeType": "ability"
        },
        {
          "id": "chain-lightning",
          "name": "Chain Lightning",
          "cooldown": "10s",
          "mana": 30,
          "desc": "Lightning that jumps between enemies",
          "grudgeType": "ability"
        },
        {
          "id": "barrier",
          "name": "Barrier",
          "cooldown": "15s",
          "mana": 25,
          "desc": "Create magic shield",
          "grudgeType": "ability"
        },
        {
          "id": "blink",
          "name": "Blink",
          "cooldown": "10s",
          "mana": 20,
          "desc": "Short range teleport",
          "grudgeType": "ability"
        },
        {
          "id": "emberwrath-nova",
          "name": "Emberwrath's Nova",
          "cooldown": "60s",
          "mana": 60,
          "desc": "Massive fire explosion around caster",
          "unique": "Emberwrath",
          "grudgeType": "ability"
        },
        {
          "id": "glacial-blizzard",
          "name": "Glacial Spire's Blizzard",
          "cooldown": "55s",
          "mana": 55,
          "desc": "Create freezing storm in area",
          "unique": "Glacial Spire",
          "grudgeType": "ability"
        }
      ]
    },
    "gun": {
      "weaponType": "Gun",
      "emoji": "🔫",
      "skills": [
        {
          "id": "quick-shot-gun",
          "name": "Quick Shot",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Fast shot",
          "grudgeType": "ability"
        },
        {
          "id": "aimed-shot-gun",
          "name": "Aimed Shot",
          "cooldown": "0s",
          "mana": 0,
          "desc": "Accurate shot for +20% damage",
          "grudgeType": "ability"
        },
        {
          "id": "sniper-shot",
          "name": "Sniper Shot",
          "cooldown": "10s",
          "mana": 25,
          "desc": "Long range precision, 300% damage",
          "grudgeType": "ability"
        },
        {
          "id": "burst-fire",
          "name": "Burst Fire",
          "cooldown": "5s",
          "mana": 15,
          "desc": "3 shot burst",
          "grudgeType": "ability"
        },
        {
          "id": "explosive-round",
          "name": "Explosive Round",
          "cooldown": "8s",
          "mana": 22,
          "desc": "AoE damage explosion",
          "grudgeType": "ability"
        },
        {
          "id": "combat-roll",
          "name": "Combat Roll",
          "cooldown": "8s",
          "mana": 10,
          "desc": "Dodge roll + reload",
          "grudgeType": "ability"
        },
        {
          "id": "smoke-bomb",
          "name": "Smoke Bomb",
          "cooldown": "15s",
          "mana": 18,
          "desc": "AoE blind enemies",
          "grudgeType": "ability"
        },
        {
          "id": "ironstorm-minigun",
          "name": "Ironstorm's Minigun",
          "cooldown": "50s",
          "mana": 60,
          "desc": "Sustained fire for 5 seconds",
          "unique": "Ironstorm",
          "grudgeType": "ability"
        }
      ]
    }
  }
}
