Uncrushable Helper - TBC Avoidance Cap & Anti-Crit Tank Tool

Real-time TBC tank avoidance breakdown vs +3 raid boss. Tells you if you're uncrushable (102.4% crush cap) and crit-immune (5.6% anti-crit cap). Warrior / Paladin / Druid. Raid-buff planning checklist included.

File Details

v1.0.1-bcc

  • R
  • May 7, 2026
  • 36.51 KB
  • 2.0K
  • 2.5.5
  • Classic TBC

File Name

UncrushableHelper-v1.0.1-bcc.zip

Supported Versions

  • 2.5.5

Uncrushable Helper (Avoidance / Crush Cap)

v1.0.1 (2026-05-07)

Full Changelog Previous Releases

  • chore: release v1.0.1 (#2)
    Promote the [Unreleased] Resilience-CR-index fix to a versioned
    [1.0.1] section so BigWigs Packager picks it up as the release notes
    when the v1.0.1 tag is pushed. Patch bump per semver: bug fix only,
    no features, no breaking changes since v1.0.0.
  • fix: resolve Resilience CR index for TBC Anniversary 2.5.5 (#1)
    • fix: resolve Resilience CR index by name chain (TBC Anniversary 2.5.5)
      _G.CR_CRIT_TAKEN_MELEE is undefined in TBC Anniversary 2.5.5 — Blizzard
      collapsed the three TBC sub-ratings (CR_CRIT_TAKEN_MELEE/_RANGED/_SPELL)
      into a single CR_RESILIENCE_PLAYER_DAMAGE_TAKEN (index 16) and removed
      the old names from the global table. The addon's existence guard
      silently skipped reading Resilience, so any tank with Resilience-bearing
      gear, gems, or enchants saw Resilience (0 rating) -0.00% in the
      anti-crit breakdown despite the character pane showing the correct value.
      Fix: read a chain of known names instead of a single global —
      CR_RESILIENCE_PLAYER_DAMAGE_TAKEN first, falling back to
      CR_CRIT_TAKEN_MELEE for the original TBC 2.4 retail client. Renamed the
      internal alias ns.CR_CRIT_TAKEN_MELEE to ns.CR_RESILIENCE since the
      constant is semantically about Resilience as a whole, not specifically
      melee crit reduction.
      Verified in-game: 24-Resilience necklace + Major Resilience chest enchant
      (+15 res) on a druid in TBC Anniversary 2.5.5 now reads 39 rating / ~0.99% reduction matching the character pane's "Temple" stat exactly.
      ADR 0004 expanded with a postscript covering the discovery, the
      chain-of-names lesson (reading globals by name is necessary but not
      sufficient — the names themselves get renamed across clients), and a
      note on what we should have caught earlier (the "Direct in-game
      verification" line in the original ADR was a planned step, not an
      executed one).
    • docs: surface anti-crit cap in README tagline and .toc metadata
      The README tagline and .toc Title/Notes only mentioned the uncrushable
      cap (102.4% Miss + Dodge + Parry + Block); anti-crit tracking has been
      shipped since v1.0.0 but didn't appear in the addon's elevator pitch,
      its Title in the in-game AddOns list, or its CurseForge/Wago Notes
      field. Updated both so users browsing the addon catalog see both caps
      mentioned upfront.