Research - Fire Bolt
Posted: Tue Jul 03, 2012 7:28 pm
OK this is an extension of the multiple topics of formulas. We are attempting to reverse engineer the formulas for our skills but to do that we need data. Everybody uses Fire Bolt so lets use it as the baseline skill. When you use a book of alt or rebirth, take the time to record the damage for every step you make. REMOVE YOUR GEAR when doing this so we don't get mixed data.
D amage (Fire Bolt)is a function based on three factors:
Use the following format for ease of copying.
L evel (of skill) var
A bility (fire) 0
F ocus (stat) 10
L D
1 21
2 25
3 30
4 35
5 41
This is what happens when you create a new mage, give him a lot of fettles and thus have a toon with no fire ability at all, but skill levels to put in fire bolt.
So this becomes the baseline or zero point that all formulas must pass through.
It is assumed that many of the skills use similar formulas so by learning one we can get the footprint of the others. But that one needs a lot of data.
D amage (Fire Bolt)is a function based on three factors:
- L evel (of skill)
A bility (fire)
F ocus (stat)
Use the following format for ease of copying.
L evel (of skill) var
A bility (fire) 0
F ocus (stat) 10
L D
1 21
2 25
3 30
4 35
5 41
This is what happens when you create a new mage, give him a lot of fettles and thus have a toon with no fire ability at all, but skill levels to put in fire bolt.
So this becomes the baseline or zero point that all formulas must pass through.
It is assumed that many of the skills use similar formulas so by learning one we can get the footprint of the others. But that one needs a lot of data.