(fit, ship, context, projectionRange, **kwargs)
| 10850 | |
| 10851 | @staticmethod |
| 10852 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10853 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Tracking Computer', |
| 10854 | 'maxRangeBonus', ship.getModifiedItemAttr('eliteBonusLogistics1'), |
| 10855 | skill='Logistics Cruisers', **kwargs) |
| 10856 | |
| 10857 | |
| 10858 | class Effect3569(BaseEffect): |
nothing calls this directly
no test coverage detected