- Timings may vary due to not considering partially trained skills (especially if you are importing from your active skill queue).
Skill Injector Calculator
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
Version 1.1
Version 1
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.
-
Moved CSS styling out into a separate stylesheet for cleaner PHP code.
-
Added a unique ID and name (currentSPQueue
) to the Current Skill Points input to prevent conflicts.
-
Ensured the skill points calculation uses the exact SP per level values without summing incorrectly.
-
Used JSON to load skill data externally, keeping PHP code cleaner and more maintainable.
Version 1.2.1
Version 1.2
- Fixed input box
- Moved skill data to separate json file
Version 1