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