(fit, ship, context, projectionRange, **kwargs)
| 10884 | |
| 10885 | @staticmethod |
| 10886 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10887 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 10888 | 'trackingSpeedBonus', ship.getModifiedItemAttr('eliteBonusLogistics2'), |
| 10889 | skill='Logistics Cruisers', **kwargs) |
| 10890 | |
| 10891 | |
| 10892 | class Effect3571(BaseEffect): |
nothing calls this directly
no test coverage detected