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

Method handler

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

Source from the content-addressed store, hash-verified

21751
21752 @staticmethod
21753 def handler(fit, module, context, projectionRange, **kwargs):
21754 module.boostItemAttr('maxTargetRangeBonus', module.getModifiedItemAttr('overloadSensorModuleStrengthBonus'), **kwargs)
21755 module.boostItemAttr('scanResolutionBonus', module.getModifiedItemAttr('overloadSensorModuleStrengthBonus'),
21756 stackingPenalties=True, **kwargs)
21757
21758 for scanType in ('Gravimetric', 'Magnetometric', 'Radar', 'Ladar'):
21759 module.boostItemAttr(
21760 'scan{}StrengthPercent'.format(scanType),
21761 module.getModifiedItemAttr('overloadSensorModuleStrengthBonus'),
21762 stackingPenalties=True, **kwargs)
21763
21764
21765class Effect5758(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected