(fit, module, context, projectionRange, **kwargs)
| 33834 | |
| 33835 | @staticmethod |
| 33836 | def handler(fit, module, context, projectionRange, **kwargs): |
| 33837 | fit.ship.multiplyItemAttr('rechargeRate', module.getModifiedItemAttr('capacitorRechargeRateMultiplier'), **kwargs) |
| 33838 | |
| 33839 | |
| 33840 | class Effect7029(BaseEffect): |
nothing calls this directly
no test coverage detected