coupling tech
tech: crystallography - convert all your research into 0.25 coupling per research tech: residual dipolar coupling - cancelling field gun or tech gives +0.5 coupling tech: fine-structure constant - +6 coupling, eject this tech if you take damage coupling for cloaking field now gives +33% ambush damage tech: ambush removed coupling for time dilation now gives +25% longer time dilation effect about +2 seconds coupling tech isn't well balanced yet, so give me feedback non-unitary operator renamed to Hilbert space bug fixes
This commit is contained in:
@@ -281,11 +281,6 @@ const b = {
|
||||
fireCDscale: 1,
|
||||
setFireCD() {
|
||||
b.fireCDscale = tech.fireRate * tech.slowFire * tech.researchHaste * tech.aimDamage
|
||||
if (m.fieldMode === 0) {
|
||||
b.fireCDscale *= 0.8 ** (m.coupling)
|
||||
} else if (m.fieldMode === 6) {
|
||||
b.fireCDscale *= 0.75 * 0.8 ** (m.coupling)
|
||||
}
|
||||
if (tech.isFastTime) b.fireCDscale *= 0.5
|
||||
if (tech.isFireRateForGuns) b.fireCDscale *= Math.pow(0.82, b.inventory.length)
|
||||
if (tech.isFireMoveLock) b.fireCDscale *= 0.55
|
||||
|
||||
Reference in New Issue
Block a user