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

Method handler

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

Source from the content-addressed store, hash-verified

7927
7928 @staticmethod
7929 def handler(fit, ship, context, projectionRange, **kwargs):
7930 for type in ('Gravimetric', 'Ladar', 'Radar', 'Magnetometric'):
7931 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
7932 'scan{0}StrengthBonus'.format(type),
7933 ship.getModifiedItemAttr('shipBonusCF'),
7934 skill='Caldari Frigate', **kwargs)
7935
7936
7937class Effect2735(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected