(fit, ship, context, projectionRange, **kwargs)
| 15410 | |
| 15411 | @staticmethod |
| 15412 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15413 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 15414 | 'falloffBonus', ship.getModifiedItemAttr('eliteBonusLogistics2'), |
| 15415 | skill='Logistics Cruisers', **kwargs) |
| 15416 | |
| 15417 | |
| 15418 | class Effect4579(BaseEffect): |
nothing calls this directly
no test coverage detected