(fit, ship, context, projectionRange, **kwargs)
| 13559 | |
| 13560 | @staticmethod |
| 13561 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 13562 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Scanner Probe', |
| 13563 | 'baseSensorStrength', ship.getModifiedItemAttr('shipBonusCF2'), |
| 13564 | skill='Caldari Frigate', **kwargs) |
| 13565 | |
| 13566 | |
| 13567 | class Effect4166(BaseEffect): |
nothing calls this directly
no test coverage detected