MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / jamChance

Method jamChance

eos/saveddata/fit.py:439–444  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

437
438 @property
439 def jamChance(self):
440 sensors = self.scanStrength
441 retainLockChance = 1
442 for jamStr in self.__ecmProjectedList:
443 retainLockChance *= 1 - min(1, jamStr / sensors)
444 return (1 - retainLockChance) * 100
445
446 @property
447 def maxSpeed(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected