(fit, module, context, projectionRange, **kwargs)
| 362 | |
| 363 | @staticmethod |
| 364 | def handler(fit, module, context, projectionRange, **kwargs): |
| 365 | fit.ship.multiplyItemAttr('rechargeRate', module.getModifiedItemAttr('capacitorRechargeRateMultiplier'), **kwargs) |
| 366 | |
| 367 | |
| 368 | class Effect54(BaseEffect): |
nothing calls this directly
no test coverage detected