(fit, ship, context, projectionRange, **kwargs)
| 13576 | |
| 13577 | @staticmethod |
| 13578 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13579 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Scanner Probe', |
| 13580 | 'baseSensorStrength', ship.getModifiedItemAttr('shipBonusMF2'), |
| 13581 | skill='Minmatar Frigate', **kwargs) |
| 13582 | |
| 13583 | |
| 13584 | class Effect4167(BaseEffect): |
nothing calls this directly
no test coverage detected