Advertisement
bmlguy2

Untitled

Oct 17th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. BATTING FORMULA:
  2.  
  3. SLG = TB/AB
  4. BABIP = (H - HR)/(AB-K-HR) (i use an internet calculator for this)
  5.  
  6. POWER:
  7. If 5+ HRs then base power 60
  8. If between 1-5 HRs then base power to 50
  9. If at 0 HRs then base power to 40
  10. (Base+(SLG100)-(.BABIP100+K%100+1B)))
  11. Example:
  12. (60+(.988100)-(.350100+.20100+15))) would be 88.8 power, rounded out to 90 POWER
  13.  
  14. CONTACT (easier to calculate):
  15.  
  16. .AVG+.BABIP * 100
  17.  
  18. THREAT LEVEL (a stat that ALWAYS values power hitters over contact hitters, high values often mean pitchers throw around the batter):
  19.  
  20. (SLG100-K100-15)
  21.  
  22. The 15 at the end is a luck factor, nowadays there is a 15% chance the batter could get hit with high ping or disconnect from game, killing their AB. Ive been seeing people get kicked midgame.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement