(fit, ship, context, projectionRange, **kwargs)
| 10901 | |
| 10902 | @staticmethod |
| 10903 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10904 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 10905 | 'trackingSpeedBonus', ship.getModifiedItemAttr('eliteBonusLogistics1'), |
| 10906 | skill='Logistics Cruisers', **kwargs) |
| 10907 | |
| 10908 | |
| 10909 | class Effect3586(BaseEffect): |
nothing calls this directly
no test coverage detected