atleast for Paige, the starting DPS of 58 is wrong because her BPS is 2:
but not 1.67

which makes the formula
to prove the formula i changed
	
		
	
				
			BPS = m_iBurstShotCount/((m_iBurstShotCount-1)*m_flIntraBurstCycleTime+m_flCycleTime)m_iBurstShotCount = 1m_flCycleTime = 0.5m_flIntraBurstCycleTime = 0.1BPS = 2but not 1.67

which makes the formula
DPS = (m_flBulletDamage*BPS*m_iBullets) to fail:m_flBulletDamage = 35m_iBullets = 1right calculation: DPS = (35*2*1) = 70in game: DPS = (35*1.67*1) = ~58to prove the formula i changed
hud_damagemeter to true and recorded a video where the DPS value goes from the Max DPS of 144 straight to 70: