feat: Add Personal Auras module for tracking debuffs on the player
- Introduced a new module for Personal Auras that allows players to track selected debuffs on themselves in a movable frame. - Implemented functionality to manage tracked debuffs, including adding and removing spells. - Added options for configuring the appearance and behavior of the Personal Auras frame. - Updated the readme to include information about the new Personal Auras feature.
This commit is contained in:
@@ -15,6 +15,7 @@ It combines cooldown tracking, encounter reminders, notes, and map utilities in
|
||||
- Interrupt, raid cooldown, and group cooldown tracking
|
||||
- Per-tracker bar and icon layouts
|
||||
- Aura Expiry for selected buffs and channels
|
||||
- Personal Auras for tracked debuffs on your player
|
||||
- Raid Timeline for encounter-based text reminders and raid cooldown assignments
|
||||
- Notes window for raid or personal note management
|
||||
- Map Overlay with custom world map POIs
|
||||
@@ -32,6 +33,10 @@ It supports multiple independent tracker bars with custom spell categories, disp
|
||||
|
||||
Tracks selected buffs and channel-based spells and warns before they expire.
|
||||
|
||||
### Personal Auras
|
||||
|
||||
Shows selected debuffs on your player in a movable frame.
|
||||
|
||||
### Map Overlay
|
||||
|
||||
Lets you create custom POIs on the world map and assign curated icon presets.
|
||||
@@ -83,8 +88,10 @@ Provides a dedicated notes window for raid notes, personal notes, and drafts.
|
||||
Shared windows and developer tooling
|
||||
- `Modules/Tracker/`
|
||||
Tracker rendering, data, and options
|
||||
- `Modules/BuffEndingAnnouncer/`
|
||||
- `Modules/AuraExpiry/`
|
||||
Aura expiry module and options
|
||||
- `Modules/PersonalAuras/`
|
||||
Personal debuff watcher module and options
|
||||
- `Modules/MapOverlay/`
|
||||
World map POIs, icon config, and options
|
||||
- `Modules/RaidTimeline/`
|
||||
|
||||
Reference in New Issue
Block a user