Cast Speed Formula
From Eden Eternal Wiki
- A = Casting Time of spell
- B = Casting Speed Bonus from agi, equipment effects, buffs, and class talent = (agi + equipment effects + buff) * (1 + class talent%) / (number determined by character level. ~21 for level 50, ~21.4 for level 51, and ~22.2 for level 53)
- C = Casting Speed% from class natural characteristics, certificates, and the ice meteor.
- Cast Speed Formula = A * { 1 - [(B + C)%] }
For example A Magician with a natural characteristic "Essential of Casting" which adds Cast SPD+5% which is shown below:
Lets take Fireball as an example to do this calculation, Fireball has a cast time of 1.5s.
Cast Speed Formula for Fireball:
= 1.5 * [1 - (30.39 + 5%)]
= 1.5 * [1 - 35.39%]
= 1.5 * (1- 0.3539) <-----[Let 100% = 1, 35.39% = 0.3539]
= 0.96915s
Be aware that all mechanics calculations are speculative, as we have no access to the game engine or the rights to decompile the game client.