Silkroad Damage formulas
[Only registered and activated users can see links. Click Here To Register...]
In my opinion, this is really a great help to improve builds, especially for those that use hybrid chinese builds, it is really a great help. Good luck out there, I think this is pretty good, and easy to understand ;)
All credits go to "Nicole" from forum.rev6.com, I just copied this. If you want to thank, thank Nicole, register in [Only registered and activated users can see links. Click Here To Register...], and thank her, here:Quote:
Finally, you can claculate your builds with this. Took me some time.
MUCH Maths! So dont let ur head smoke ok? :P
The simple reasons ive gone through this are:
I was bored
I want to help
I was bored
Lets begin.
What is a Hybrid?
A Hybrid is a (Stat-wised) mixed up character build. You mix str and int statpoints.
What is it good for?
Well, theyre effective and deal more damage, while losing just a small amount of HP / MP.
Lets start with the maths then.
Calculating your type of hybrid:
Code:
Calculation: (in quote, so its easier to read)
Type of Hybrid: 8:1
8+1 = 9
100/9 = 11,11~
11,11*8 = 88,88 (89 lvs of your desired Primary stat)
11,11*1 = 11,11 (11 lvs of your desired Secondary stat)
Rest: 1 level (3 Statuspts)
Solution: Put 2 into yourprimary stat and 1 into your secondary stat.
Another Example:
Code:
Type of Hybrid: 7:1
Calculation:
7+1 = 8
100/8 = 12,5
12,5*7 = 87,5 (87 lvs of your desired Primary Stat)
12,5*1 = 12,5 (12 lvs of your desired Secondary Stat)
Rest: 1
Solution: +2 to Primary, +1 to Secondary
General formula so you can calculate that yourself:
Code:
Maxcap: Z
Primary stat: X
Secondary stat: Y
Type of Hybrid: X:Y
X+Y = A
Z/A = B
B*X = Levels to put in for X (Remember to round DOWN)
B*Y = Levels to put in for Y (Remember to round DOWN)
If theres a rest: Use 2 Statpoints for X and 1 for Y
I hope that helped.
P.D: Thats MY Calculations, you wont find them somewhere else. And, additionally, those VARY from the normal Hybrid build types, thats how I use them.
I take no responsibility for ^_^'ed up characters, nor for crying ppl who say "meh, i wasted time n money and now im unhappy" If you dont like hybrids cand cant handle them, either learn it or go pure.
In-Depth Calculations
General Damage fomula:
Code:
Phys = [(base + skill_pow * mastery_incr - Phys def) * balance * skill_mult * buff&passive * multiplier]
Mag=[((base + imbue_pow )* mastery_incr - Mag def) * balance * skill_mult * buff&passive * multiplier]
Phys Multiplier: 1,276772606
Mag Multipier: 1,287004542
Total Damage: Phys + Mag
Example:
Pure str bow:
Code:
Stats: Str:442
Int:175
Base Physical Attack Power: 3012
Base Magical Attack Power : 2638
Physical balance : 1.09%
Magical balace : 0.45%
Buffs will be : 18% mag, 18% phy
Skills:
Imbue : Soul Fire Force : 658 ~ 1097 (100%)
Strong bow-Craft (lvl 8 : 574 ~ 777 (350%)
Physical damage:
(3012 + (777 * 1.90) - 7) * 1.09 * 3.5 * 1.18 * 1.28 = 25890.3
MagicalDamage:
((2638 + 1097) * 1.9 - 10) * 0.45 * 3.5 * 1.18 * 1.28 = 16897.3
Total damage:
Code:
25890.3 + 16897.3 = 42787.6
Critical damage: (25890.3 * 2) + 16897.3 = 68678
Other (Stat) Builds and their damage outcome (Surprise, surprise...):
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
In my opinion, this is really a great help to improve builds, especially for those that use hybrid chinese builds, it is really a great help. Good luck out there, I think this is pretty good, and easy to understand ;)