(fit, ship, context, projectionRange, **kwargs)
| 10641 | |
| 10642 | @staticmethod |
| 10643 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10644 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Cargo Scanner', |
| 10645 | 'cargoScanRange', ship.getModifiedItemAttr('cargoScannerRangeBonus'), **kwargs) |
| 10646 | |
| 10647 | |
| 10648 | class Effect3495(BaseEffect): |
nothing calls this directly
no test coverage detected