Elethor General Purpose

Provides some general additions to Elethor

נכון ליום 14-01-2021. ראה הגרסה האחרונה.

יוצר
Xortrox
דירוגים
0 0 0
גרסה
1.4.0
נוצר
08-01-2021
עודכן
14-01-2021
Size
15.9 קילו-בייט
רישיון
לא זמין
חל על

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);
});