(fit, ship, context, projectionRange, **kwargs)
| 10867 | |
| 10868 | @staticmethod |
| 10869 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10870 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 10871 | 'maxRangeBonus', ship.getModifiedItemAttr('eliteBonusLogistics2'), |
| 10872 | skill='Logistics Cruisers', **kwargs) |
| 10873 | |
| 10874 | |
| 10875 | class Effect3570(BaseEffect): |
nothing calls this directly
no test coverage detected