(fit, ship, context, projectionRange, **kwargs)
| 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 | |
| 7937 | class Effect2735(BaseEffect): |
nothing calls this directly
no test coverage detected