promotional bannermobile promotional banner

ZinaGearCompare

Gear quality comparison between players using Pawn stat weights

File Details

v2.2.0

  • R
  • Mar 22, 2026
  • 34.25 KB
  • 12
  • 12.0.1+1
  • Retail

File Name

ZinaGearCompare-v2.2.0.zip

Supported Versions

  • 12.0.1
  • 11.0.5

ZinaGearCompare

v2.2.0 (2026-03-22)

Full Changelog

  • fix: show 'loading...' while inspect pending + translate all messages to English
    • Mouseover tooltip shows 'loading...' while waiting for inspect data
      instead of showing nothing or premature 'spec not detected'
    • All tooltip/chat messages translated from Spanish to English
      Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • feat: show fallback message in tooltip when no score available
    When ZGC can't compute a score (no stat weights for spec, no gear data,
    or spec not detected), the tooltip now shows a short explanation instead
    of showing nothing. Applies to both player and mouseover tooltips.
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • docs: add in-game contact names to addon description
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix: avoid data.guid comparison to prevent taint in 12.0+
    data.guid from TooltipDataProcessor is a secret/tainted string in
    Midnight. Use UnitIsUnit("mouseover","player") instead of GUID compare.
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix: move ZGC_TierTag before first usage to fix nil call error
    Local function was defined after UpdatePaperDollScore which called it,
    causing "attempt to call global 'ZGC_TierTag' (a nil value)" at load.
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • feat: v2.2.0 — minimap icon, config panel, Skill Parity via C_DamageMeter + tooltip tier tags
    • Add minimap icon (LibDBIcon) with left-click config, right-click toggle SkillParity
    • Add settings panel: enable/disable Skill Parity, choose Current/Overall segment
    • Add ZinaSkillParity engine using Blizzard's native C_DamageMeter API (12.0+)
    • Skill Parity (off by default): compares actual DPS vs expected based on gear diff
    • Tooltip improvements: tier tag (2pc/4pc colored), gear ratio % replaces old SkillParity
    • Paper doll: shows tier count in score line
    • Update tooling: 9 new SimC specs (Havoc DH, Hunters, Paladins, Demo Lock, Warriors)
    • Fix simc_to_lua.py: tier4pc bug (line 331 overwriting healer/tank conditional)
    • Differentiate dungeon/raid weights for remaining 11 estimated specs
    • Embed LibStub, CallbackHandler-1.0, LibDataBroker-1.1, LibDBIcon-1.0
      Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com