HexBreak 0.3.6
WoW Retail / Midnight 12.1

Design:
Blizzard/Retail inspired dark interface with gold accents.
No external UI libraries or Decursive artwork are included.

Installation:
1. Delete the old HexBreak folder.
2. Copy this HexBreak folder to:
   World of Warcraft/_retail_/Interface/AddOns/
3. Start WoW or use /reload.

Main controls:
LOCK      = lock/unlock the window position
TEST      = visual UI test for 8 seconds
OPTIONEN  = open the HexBreak settings window

Commands:
/hb settings
/hb status
/hb test
/hb refresh
/hb unlock
/hb lock
/hb show
/hb hide
/hb reset
/hb size 28-64
/hb framealpha 10-100
/hb tilealpha 10-100
/hb alpha 10-100

Tile states:
Red + gold overlay = Blizzard's 12.1 AuraContainer reports a harmful aura the player can dispel.
Purple          = visual test mode.
Amber           = no supported dispel spell detected.
Dark gray       = normal, nothing dispellable detected.
Dimmed          = dead/ghost unit.

Tile details:
Bottom bar = player class color
T/H/D      = assigned group role
!          = dispel attention marker

Controls:
Left click           = first detected dispel spell
Shift + left click   = second detected dispel spell
Ctrl + left click    = third detected dispel spell
Right click          = target unit

Settings:
Tile size: 28-64
Columns:   1-10
Spacing:   1-12
Frame opacity: 10-100% (default 82%)
Player fields:  10-100% (default 82%)
Position lock, visual test, reset


0.3.6 independent transparency update:
- Frame/window opacity and player-field opacity can now be adjusted separately from 10-100%.
- Native dispel warnings stay fully visible so low player-field opacity does not hide an important dispel.
- /hb framealpha 10-100 adjusts the frame/window.
- /hb tilealpha 10-100 adjusts player fields.
- /hb alpha 10-100 sets both values together for compatibility.

0.3.5 UI transparency update:
- Full interface opacity range was extended to 10-100%.

0.3.4 hotfix:
WoW 12.1 no longer exposes aura presence to ordinary addon Lua for combat decisions.
HexBreak uses Blizzard's CustomAuraContainerTemplate with a native AuraSlot filtered by
HARMFUL|RAID_PLAYER_DISPELLABLE. The warning artwork is owned by the AuraSlot itself and does not
hook or query the protected show/hide state. Blizzard controls whether the warning is visible.
The addon does not read hidden aura data.
