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

Method handler

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

Source from the content-addressed store, hash-verified

8147
8148 @staticmethod
8149 def handler(fit, ship, context, projectionRange, **kwargs):
8150 for type in ('Gravimetric', 'Magnetometric', 'Ladar', 'Radar'):
8151 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
8152 'scan{0}StrengthBonus'.format(type), ship.getModifiedItemAttr('shipBonusCC'),
8153 skill='Caldari Cruiser', **kwargs)
8154
8155
8156class Effect2757(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected