EclipseTunneler

A compact, focused HUD for Balance Druids. Shows Eclipse state, Astral Power, DoT timers with pandemic windows, major cooldown icons, and a context-aware cast suggestion — all in one glanceable frame.

File Details

v1.0.0

  • R
  • Jun 16, 2026
  • 6.68 KB
  • 10
  • 12.0.7
  • Retail

File Name

EclipseTunneller-v1.0.0.zip

Supported Versions

  • 12.0.7

EclipseTunneller

v1.0.0 (2026-06-16)

Full Changelog Previous Releases

  • Add CurseForge project ID 1577103; expand README for launch
  • Bump Interface to 120007 for patch 12.0.7
  • Fix secret value crash: replace AP arithmetic with StatusBar, CD/DoT with safe APIs
    UnitPower() returns a secret number in Midnight 12.x - arithmetic on it is
    forbidden. Switch AP bar to StatusBar:SetValue() which accepts secret values.
    Cooldown icons now use Cooldown frames with pcall anonymous closures so
    startTime/duration (also secret) never touch arithmetic operators.
    DoT timers now track application time via UNIT_AURA events: store
    GetTime() + duration as our own normal-number expiry so remaining-time
    math is normal - normal = safe. expirationTime from C_UnitAuras is never
    read for arithmetic.
  • EclipseTunneller v1.0.0 — Balance Druid Eclipse HUD
    Eclipse state, AP bar, DoT timers with pandemic windows, CD icon row,
    cast suggestion engine. Spec-aware, combat-aware, fully configurable.
  • Initial commit: EclipseTunneller skeleton