(fit, ship, context, projectionRange, **kwargs)
| 6422 | |
| 6423 | @staticmethod |
| 6424 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6425 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', |
| 6426 | 'maxRange', ship.getModifiedItemAttr('maxRangeBonus2'), **kwargs) |
| 6427 | |
| 6428 | |
| 6429 | class Effect2134(BaseEffect): |
nothing calls this directly
no test coverage detected