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

Method handler

eos/effects.py:15692–15696  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

15690
15691 @staticmethod
15692 def handler(fit, ship, context, projectionRange, **kwargs):
15693 sensorTypes = ('Gravimetric', 'Ladar', 'Magnetometric', 'Radar')
15694 for type in sensorTypes:
15695 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', 'scan{0}StrengthBonus'.format(type),
15696 ship.getModifiedItemAttr('eliteBonusBlackOps1'), skill='Black Ops', **kwargs)
15697
15698
15699class Effect4649(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected