MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

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

Source from the content-addressed store, hash-verified

23991
23992 @staticmethod
23993 def handler(fit, module, context, projectionRange, **kwargs):
23994 fit.ship.forceItemAttr('disallowAssistance', module.getModifiedItemAttr('disallowAssistance'))
23995 for scanType in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'):
23996 fit.ship.boostItemAttr(
23997 'scan{}Strength'.format(scanType),
23998 module.getModifiedItemAttr('scan{}StrengthPercent'.format(scanType)),
23999 stackingPenalties=True, **kwargs)
24000
24001
24002class Effect6076(BaseEffect):

Callers

nothing calls this directly

Calls 3

forceItemAttrMethod · 0.80
boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected