(fit, module, context, projectionRange, **kwargs)
| 20374 | |
| 20375 | @staticmethod |
| 20376 | def handler(fit, module, context, projectionRange, **kwargs): |
| 20377 | fit.ship.boostItemAttr('shieldRechargeRate', module.getModifiedItemAttr('rechargeratebonus') or 0, **kwargs) |
| 20378 | |
| 20379 | |
| 20380 | class Effect5468(BaseEffect): |
nothing calls this directly
no test coverage detected