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

Method handler

eos/effects.py:9708–9712  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

9706
9707 @staticmethod
9708 def handler(fit, module, context, projectionRange, **kwargs):
9709 for scanType in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'):
9710 module.boostItemAttr('scan{0}StrengthBonus'.format(scanType),
9711 module.getModifiedItemAttr('overloadECMStrengthBonus'),
9712 stackingPenalties=True, **kwargs)
9713
9714
9715class Effect3196(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected