Ruvanal,Jul 19 2003, 02:56 AM Wrote:MinDamage=(str+dex-20)/4)*(100+skill_bonus)/100 + BootMinDam*(100+str*StrBonus/100+skill_bonus)/100OK, I'll try plugging some numbers in. Hopefully you both will have got some rest :)
MaxDamage=(str+dex-20)/3)*(100+skill_bonus)/100 + BootMaxDam*(100+str*StrBonus/100+skill_bonus)/100
Assassin: 250 Strength, 80 Dex, skill level 20 Dragon Flight (575%), myrmidon greaves
MinDamage=(str+dex-20)/4)*(100+skill_bonus)/100 + BootMinDam*(100+str*StrBonus/100+skill_bonus)/100
=(250+80-20)/4)*(100+575)/100 + 83*(100+250*120/100+575/100
=77*6 + 83*9
=462 + 747
=1209
MaxDamage=(str+dex-20)/3)*(100+skill_bonus)/100 + BootMaxDam*(100+str*StrBonus/100+skill_bonus)/100
=(250+80-20)/3)*(100+575)/100 + 149* 100+250*120/100+575)/100
=103*6 + 149*9
=618 + 1341
=1959
That's quite a lot
Now let's add in dual Bartuc's, +2 skills elsewhere and give her 3 charges of skill level 20 natural Tiger Strike. The claws add 40 Strength and 40 Dex, +4 assassin skills and +2 martial arts
MinDamage=(str+dex-20)/4)*(100+skill_bonus)/100 + BootMinDam*(100+str*StrBonus/100+skill_bonus)/100
=(290+120-20)/4)*(100+775+2400)/100 + 83*(100+250*120/100+775+2400)/100
=97*32 + 83*35
=3104 + 2905
=6009
MaxDamage=(str+dex-20)/3)*(100+skill_bonus)/100 + BootMaxDam*(100+str*StrBonus/100+skill_bonus)/100
=(290+120-20)/3)*(100+775+2400)/100 + 149* (100+290*120/100+775+2400)/100
=130*32 + 149*35
=4160 + 5215
=9375
So, 6009-9375 kick damage
Now that's kicking!
Edit: fixed one mistake already :unsure:
Edit2: Fractions now truncated, thanks Ruvunal! I didn't truncate the StrBonus/100 - I'm guessing that should not be truncated. Otherwise 120 Strength is the same as 100 Strength