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

Method alignTime

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

Source from the content-addressed store, hash-verified

453
454 @property
455 def alignTime(self):
456 agility = self.ship.getModifiedItemAttr("agility") or 0
457 mass = self.ship.getModifiedItemAttr("mass")
458
459 return -log(0.25) * agility * mass / 1000000
460
461 @property
462 def implantSource(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected