(fit, ship, context, projectionRange, **kwargs)
| 3676 | |
| 3677 | @staticmethod |
| 3678 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3679 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', |
| 3680 | 'capacitorNeed', ship.getModifiedItemAttr('eliteBonusLogistics1'), |
| 3681 | skill='Logistics Cruisers', **kwargs) |
| 3682 | |
| 3683 | |
| 3684 | class Effect1182(BaseEffect): |
nothing calls this directly
no test coverage detected