Elethor General Purpose

Provides some general additions to Elethor

2021-01-14 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
Xortrox
रेटिंग
0 0 0
आवृत्ती
1.4.0
बनवली
2021-01-08
अपडेट केली
2021-01-14
आकार
15.9 KB
License
नाही
यांवर लागू होते:

Features:

- Resource nodes show their xp/h and ore/h
- 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);
});