(fit, ship, context, projectionRange, **kwargs)
| 13593 | |
| 13594 | @staticmethod |
| 13595 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13596 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Scanner Probe', |
| 13597 | 'baseSensorStrength', ship.getModifiedItemAttr('shipBonusGF2'), |
| 13598 | skill='Gallente Frigate', **kwargs) |
| 13599 | |
| 13600 | |
| 13601 | class Effect4168(BaseEffect): |
nothing calls this directly
no test coverage detected