Single Aura Trinket Tracker

Single Aura Trinket Tracker

0 Downloads

**A note on 10.0: I am working to update this for Dragonflight, but there will be a bit of delay on this still. Part of this delay comes from not wanting to pollute the aura env with trinkets that aren't likely to see use during Season 1, there are a large number coming from the half of the DF instances we won't have as M+ initially. It is also helpful to at least wait until people have gotten the raid trinkets and I can get a better idea how each works. The other part of the delay comes from this being a back burner project in my life right now, and some code needs to be reworked to handle how some new trinkets are working (short version, buffs with no duration can share id with procs/on use effects which is causing the expected behviour of the tracker believing the trinket is active when it is not).

Single trigger trinket tracker for shadowlands. Tacks both proc and on-use trinkets.

- Most, maybe all, dungeon/raid proc trinkets are tracked. Up to date with 9.1.0*

- Most on use trinkets will automatically provide all the necessary data.*

- Unbound Changeling stat display is from this aura.

- Optionally display whether tracking the active buff or cooldown with on-use trinkets.

* Proc trinkets will ONLY be tracked if they are in the procs table. Some on use trinkets like Soulletting Ruby and Empyreal Ordnance return a spell different from their buff when probed and are provided the correct spell id by the oride table. Tables are in Actions -> OnInit with a format guide for adding trinkets. You may also leave comments with trinkets that are not being tracked. (Shadowlands trinkets only.)

Credit for much of the code goes to erladion as it comes from this deprecated BFA trinket tracker.