Built in, reviewed, and installed from inside the game. Open Addons → Browse
and everything below is already there.
1.0.0 · MarshalX
Combat Meter
Rows tinted by damage school
What your damage and healing are made of: a row per ability with crit rate, average and biggest hit, plus your real miss and dodge rates and what is hitting you.
The game has its own meter, so this does not compete on party totals or threat. It answers what nothing in the game answers: what your damage and healing are made of.
A draining bar for every ability you have on cooldown, soonest ready at the top, with an exact bar for anything regenerating a charge.
The example to copy. Small enough to read in a sitting, and it teaches the one thing that is not obvious from the API: subscribe for the change, animate from the read.
Exercises every part of the addon API and reports what worked, so a loader change can be checked in the game rather than only in a test.
Every surface at once. It runs a check against each part of the API and reports what it found, which is also how the loader gets checked against a live game.
Everything here ships with the loader and cannot be removed, and its contents are reviewed.
That is what makes it the trust anchor: it is the same repository as the loader itself.
Adding your own
A marketplace is a GitHub repository with an addons/ directory and a generated
index. Open a pull request to publish through this one, or run your own.
Third-party marketplaces
You may add any repository as a source. Doing so means trusting whoever maintains it with
your account, and the loader says so at that moment. None are listed here.