(fit, module, context, projectionRange, **kwargs)
| 16384 | |
| 16385 | @staticmethod |
| 16386 | def handler(fit, module, context, projectionRange, **kwargs): |
| 16387 | fit.ship.multiplyItemAttr('shieldRechargeRate', module.getModifiedItemAttr('shieldRechargeRateMultiplier'), **kwargs) |
| 16388 | |
| 16389 | |
| 16390 | class Effect4921(BaseEffect): |
nothing calls this directly
no test coverage detected