(fit, module, context, projectionRange, **kwargs)
| 42525 | |
| 42526 | @staticmethod |
| 42527 | def handler(fit, module, context, projectionRange, **kwargs): |
| 42528 | fit.ship.multiplyItemAttr('shieldRechargeRate', 1 / module.getModifiedItemAttr('modeShieldRechargePostDiv'), **kwargs) |
| 42529 | |
| 42530 | |
| 42531 | class Effect12771(BaseEffect): |
nothing calls this directly
no test coverage detected