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

Method handler

eos/effects.py:23075–23078  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

23073
23074 @staticmethod
23075 def handler(fit, beacon, context, projectionRange, **kwargs):
23076 fit.drones.filteredItemMultiply(lambda drone: True,
23077 'trackingSpeed', beacon.getModifiedItemAttr('trackingSpeedMultiplier'),
23078 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
23079
23080
23081class Effect5934(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected