11/08/07, 4:22 AM
|
#1
|
|
Soda Popinski
|
Infraction for Squirl: Grammar
Post: Roguecraft 101
User: Squirl
Infraction: Grammar
Points: 1
Administrative Note:
Message to User:
|
This is very hard to read - use your shift key, fix your sentence structure, and don't end them with '...' either. Thanks!
|
Original Post:
would haste and hit have the same affect...
Here's some that may or may not be accurate...
mob hp = 10000, mob dodge = 5%, dmg per hit = 100, atk speed = 1.0 (weird stats for the sake of simplicity)
no +hit/haste- ((10000[hp]/100[dmg])*1.05[dodge]) = 105[hits to mob death]
+ 1% hit- ((10000/100)*(1.05-.01[hit]) = 104
+1% haste- ((10000/100)*1.05)*(1.0/1.01[haste]) = 104 (rounded, did I do something wrong here?)
|
|
|
|
|
|