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

Method handler

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

Source from the content-addressed store, hash-verified

15944
15945 @staticmethod
15946 def handler(fit, ship, context, projectionRange, **kwargs):
15947 sensorTypes = ('Gravimetric', 'Ladar', 'Magnetometric', 'Radar')
15948 for type in sensorTypes:
15949 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Burst Jammer',
15950 'scan{0}StrengthBonus'.format(type),
15951 ship.getModifiedItemAttr('eliteBonusBlackOps1'), skill='Black Ops', **kwargs)
15952
15953
15954class Effect4804(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected