(fit, module, context, projectionRange, **kwargs)
| 342 | |
| 343 | @staticmethod |
| 344 | def handler(fit, module, context, projectionRange, **kwargs): |
| 345 | fit.ship.multiplyItemAttr('shieldRechargeRate', module.getModifiedItemAttr('shieldRechargeRateMultiplier') or 1, **kwargs) |
| 346 | |
| 347 | |
| 348 | class Effect51(BaseEffect): |
nothing calls this directly
no test coverage detected