(fit, ship, context, projectionRange, **kwargs)
| 17647 | |
| 17648 | @staticmethod |
| 17649 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17650 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', |
| 17651 | 'powerTransferAmount', ship.getModifiedItemAttr('energyTransferAmountBonus'), **kwargs) |
| 17652 | |
| 17653 | |
| 17654 | class Effect5122(BaseEffect): |
nothing calls this directly
no test coverage detected