Advertisement
Euklyd

Sheik's f-air knockback (1.0.9 -> 1.0.10)

Jul 31st, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. using the formula:
  2.  
  3. ( ( ( ( ( ( (%+damage) / 10 ) + ( (%+damage) * damage / 20 ) ) * ( 200 / ( weight + 100 ) ) * 1.4 ) + 18 ) * KBG ) + BKB ) * r
  4.  
  5. note: this does not include the ratio r
  6. ==========
  7.  
  8. Damage dealt (sweetspot) = 5.5 -> 5
  9. Damage dealt (sourspot) = 4.8 -> 4.3
  10. Character weight = 98
  11. KBG = 1.25 -> 1.32
  12. BKB = 40
  13.  
  14. KB (sweetspot) @ 0%:
  15. pre-patch = 66.1458
  16. post-patch = 67.0267
  17. KB (sweetspot) @ 20%:
  18. pre-patch = 79.4034
  19. post-patch = 80.0933
  20. KB (sweetspot) @ 40%:
  21. pre-patch = 92.661
  22. post-patch = 93.16
  23. KB (sweetspot) @ 60%:
  24. pre-patch = 105.919
  25. post-patch = 106.227
  26. KB (sweetspot) @ 80%:
  27. pre-patch = 119.176
  28. post-patch = 119.293
  29. KB (sweetspot) @ 100%:
  30. pre-patch = 132.434
  31. post-patch = 132.36
  32. KB (sweetspot) @ 120%:
  33. pre-patch = 145.691
  34. post-patch = 145.427
  35. KB (sweetspot) @ 140%:
  36. pre-patch = 158.949
  37. post-patch = 158.493
  38. KB (sweetspot) @ 160%:
  39. pre-patch = 172.206
  40. post-patch = 171.56
  41.  
  42. KB (sourspot) @ 0%:
  43. pre-patch = 65.3848
  44. post-patch = 66.2884
  45. KB (sourspot) @ 20%:
  46. pre-patch = 77.4051
  47. post-patch = 78.0484
  48. KB (sourspot) @ 40%:
  49. pre-patch = 89.4253
  50. post-patch = 89.8084
  51. KB (sourspot) @ 60%:
  52. pre-patch = 101.445
  53. post-patch = 101.568
  54. KB (sourspot) @ 80%:
  55. pre-patch = 113.466
  56. post-patch = 113.328
  57. KB (sourspot) @ 100%:
  58. pre-patch = 125.486
  59. post-patch = 125.088
  60. KB (sourspot) @ 120%:
  61. pre-patch = 137.506
  62. post-patch = 136.848
  63. KB (sourspot) @ 140%:
  64. pre-patch = 149.526
  65. post-patch = 148.608
  66. KB (sourspot) @ 160%:
  67. pre-patch = 161.546
  68. post-patch = 160.368
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement