(fit, ship, context, projectionRange, **kwargs)
| 23600 | |
| 23601 | @staticmethod |
| 23602 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23603 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter', |
| 23604 | 'power', ship.getModifiedItemAttr('powerTransferPowerNeedBonus'), **kwargs) |
| 23605 | |
| 23606 | |
| 23607 | class Effect6036(BaseEffect): |
nothing calls this directly
no test coverage detected