Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project?

This is a website for showing the TTK (Time To Kill) for all operators' guns in Rainbow Six Siege. This is a great way to be able to tell how good mathematically certain guns are.

The code for this website uses React.js.

This is how values are calculated...

Extended Barrel effect: Damage * 1.12 (Rounded down)

DPS: Damage per second, calculated as (Damage * Fire Rate) / 60

Bullets to Kill 1 Armor: 100 / Damage (Rounded up)

Bullets to Kill 2 Armor: 110 / Damage (Rounded up)

Bullets to Kill 3 Armor: 125 / Damage (Rounded up)

TTK 1 Armor: (Bullets to Kill 1 Armor - 1) / (Fire Rate / 60)

TTK 2 Armor: (Bullets to Kill 2 Armor - 1) / (Fire Rate / 60)

TTK 3 Armor: (Bullets to Kill 3 Armor - 1) / (Fire Rate / 60)

Notes: This assumes every bullet is shot to the enemy's chest (not arms or legs, as shooting here would lower the damage) AND that the bullet is shot within 25 meters (for most guns, damage dropoff happens at any farther distance).

Also note that not every gun has access to the extended barrel.

Questions

If you have any questions, you can reach out to me on Reddit. My username is DannyGlop37

About

Website for showing the TTK for all operators' guns in Rainbow Six Siege

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages