Well I finally finished reverse engineering the firebolt formula. it is accurate to within 2% worst case.
I used over 120 data points ranging from zero to 1030 ability, 1 to 25 skill, and 10 to 450 focus
Firebolt Damage = 5.5 + Skill Piece * (Focus piece + Ability piece)
Skill Piece = (Skill Slope* (Skill) + Skill Intercept)
Skill Piece = (6* (Skill) + 11)
Focus piece = Focus Slope*(Sqrt(Focus)-Sqrt(10))
Focus piece = .1054*(Sqrt(Focus)-Sqrt(10))
Abiilty piece = Ability Slope*Sqrt(Ability)+Ability Intercept
Abiilty piece = .02793*Sqrt(Ability)+1
It is similar to the auto damage formula I did a while ago.
The error comes in because the skill level to damage formula is actually a saw tooth which I replaced with a single slope average.
I assume other skills use the same formula with different constants.
Take aways. Focus and ability are square root functions so the return on investment gets smaller.
Fire Bolt Formula
#1Papi - Arawn - Beta 4
GuildChief- / MageGuild (Chief)
Glanmoric-Mage 120
Duergath-Rogue 100 TheFamily Chief
Whuric-Druid 91
Volar-Warrior 91
Doriz-Ranger 70
"Growing old is for people who have forgotten how to play."
GuildChief- / MageGuild (Chief)
Glanmoric-Mage 120
Duergath-Rogue 100 TheFamily Chief
Whuric-Druid 91
Volar-Warrior 91
Doriz-Ranger 70
"Growing old is for people who have forgotten how to play."