Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2. "($rangeDamage * (($weaponLevel - 1) * 0.05 + 1) * ($offenseBlock)) * (1 + $calculations['flat'][0]['result'] + $Conditional) =
  3.  
  4. (14 * (1.95) * (33.51)) * ( 1 + 0.30 + 0 )"
  5. row2: "* (1 + ($calculations['critRating']['result']/100) * ($calculations['critDamage']['result']) + (0 * (1 - $calculations['headShotMulti']['result']))) =
  6.  
  7. * ( 1 + 0.1 * 0.5 + (0* (1 - 1.5 ))"
  8. row3: "* ($calculations['fireRate']['result']) =
  9.  
  10. * 15 *"
  11. row4: "($calculations['magSize']['result'] / $ammoPerShot) =
  12.  
  13. 30 / 1 / "
  14. row5: "($calculations['magSize']['result'] + ($calculations['reloadSpeed']['result'] * $ammoPerShot * ($calculations['fireRate']['result']))) =
  15.  
  16. (30) + (0.8 * 1 * (15))"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement