• Timings may vary due to not considering partially trained skills (especially if you are importing from your active skill queue).

Skill Injector Calculator

a. How many Injectors do I need?




b. How much SP will I gain?





c. I want to reach X SP total




d. Skill Extractors Profit Check



Skill Queue Calculator

Paste your skills below (format: SkillName Level, one per line):

Version Data - Click to Expand
Skill Injector Calculator Updates:

Version 1.2

  • Optimization

Version 1.1

    • Styling

Version 1

    • Initial release
Skill Queue Calculator Updates:

Version 1.3

  • Code Optimization
    • Replaced two separate if-ladder functions (getLargeGain and getSmallGain) with a single helper getGain(sp, thresholds, gains) function.
    • Kept the main JavaScript inside a single IIFE (Immediately Invoked Function Expression) for encapsulation.

      • Used consistent variable naming and formatting for clarity.

    • Moved CSS styling out into a separate stylesheet for cleaner PHP code.

      • Enqueued the stylesheet properly in WordPress using wp_enqueue_style.

    • Added a unique ID and name (currentSPQueue) to the Current Skill Points input to prevent conflicts.

      • Removed spinner arrows from the number input for cleaner UI.

    • Ensured the skill points calculation uses the exact SP per level values without summing incorrectly.

      • Maintained the existing training time and attribute optimization algorithms without modification.

    • Used JSON to load skill data externally, keeping PHP code cleaner and more maintainable.

      • Avoided unnecessary re-calculations and redundant code.

Version 1.2.1

  • Styling

Version 1.2

  • Fixed input box
  • Moved skill data to separate json file

Version 1

  • Initial release