(fit, ship, context, projectionRange, **kwargs)
| 17184 | |
| 17185 | @staticmethod |
| 17186 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17187 | for type in ('Gravimetric', 'Ladar', 'Radar', 'Magnetometric'): |
| 17188 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 17189 | 'scan{0}StrengthBonus'.format(type), |
| 17190 | ship.getModifiedItemAttr('rookieECMStrengthBonus'), **kwargs) |
| 17191 | |
| 17192 | |
| 17193 | class Effect5030(BaseEffect): |
nothing calls this directly
no test coverage detected