InsaneFirebat

Jackal/Rebel

May 13th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. SustainFireTime / FireDelay = #ShotsFired
  2. ShotDamage x #ShotsFired = TotalDamage/Cycle
  3. ReloadTime + SustainFireTime = Time/Cycle
  4. TotalDamage / Time/Cycle = DPS
  5.  
  6. Unit ShotDamage FireDelay SustainFireTime ReloadTime Weapon Armor
  7. Jackal 15 0.125 4 2 30 50
  8. Rebel 30 0.125 4 2 5 65
  9.  
  10. #ShotsFired = 32 (both)
  11. TotalDamage/Cycle = 480 960 (Jackal / Rebel)
  12. Time/Cycle = 6 (both)
  13. DPS = 80 160 (Jackal / Rebel)
  14.  
  15.  
  16. Jackal vs Rebel = 52 dps (30w vs 65a = -35%)
  17. Rebel vs Jackal = 88 dps (5w vs 50a = -45%)
Advertisement
Add Comment
Please, Sign In to add comment