(fit, ship, context, projectionRange, **kwargs)
| 15393 | |
| 15394 | @staticmethod |
| 15395 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15396 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 15397 | 'falloffBonus', ship.getModifiedItemAttr('eliteBonusLogistics1'), |
| 15398 | skill='Logistics Cruisers', **kwargs) |
| 15399 | |
| 15400 | |
| 15401 | class Effect4577(BaseEffect): |
nothing calls this directly
no test coverage detected