What are Efficency Points?

so I was looing around balance cord and tools.arcaneodyssey.com but i have no clue what they do/ what the eqation behind them it

essentially they show how efficient an item/build is statwise, less efficiency points = overall less stats from my understanding

but do they do anything. like high eff points means lower effects per stat point

efficiency points don’t do anything, they just measure how efficient your build is.

image

the website’s tools.arcaneodyssey.net not .com

Looked at the code a bit (original comment was deleted cause misclick mb)
Here’s what I pulled as the formula

a = attackSpeed + attackSize + agility
w = (warding * 18) - (insanity * 18)
d = drawback * 18
E = a + w + intensity + (power * 3) + (defense/3) - d

Here’s the actual code:

efficiencyPoints = ($finalPower*3)+$finalAttackSpeed+$finalAttackSize+$finalIntensity+$finalAgility+($finalDefense/3)+($finalWarding*18)-($finalInsanity*36)-($finalDrawback*18)

It tells you if you click the efficiency point bit

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.