(fit, ship, context, projectionRange, **kwargs)
| 13610 | |
| 13611 | @staticmethod |
| 13612 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13613 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Scanner Probe', |
| 13614 | 'baseSensorStrength', ship.getModifiedItemAttr('eliteBonusCovertOps2'), |
| 13615 | skill='Covert Ops', **kwargs) |
| 13616 | |
| 13617 | |
| 13618 | class Effect4187(BaseEffect): |
nothing calls this directly
no test coverage detected