Provides some general additions to Elethor
当前为
Features:
- Player fight health percentages are displayed.
- Clicking toaster notifications removes them instantly.
- Shows a stat summary including base and % stats (this currently only loads on page refresh, and loses state once equipment updates)
- XHR hook (see example)
Example XHR hook:
elethorGeneralPurposeOnXHR.addEventListener('EGPXHR', function (e) {
console.log('xhr event:', e);
});