(fit, ship, context, projectionRange, **kwargs)
| 15690 | |
| 15691 | @staticmethod |
| 15692 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15693 | sensorTypes = ('Gravimetric', 'Ladar', 'Magnetometric', 'Radar') |
| 15694 | for type in sensorTypes: |
| 15695 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', 'scan{0}StrengthBonus'.format(type), |
| 15696 | ship.getModifiedItemAttr('eliteBonusBlackOps1'), skill='Black Ops', **kwargs) |
| 15697 | |
| 15698 | |
| 15699 | class Effect4649(BaseEffect): |
nothing calls this directly
no test coverage detected