(fit, module, context, projectionRange, **kwargs)
| 16576 | |
| 16577 | @staticmethod |
| 16578 | def handler(fit, module, context, projectionRange, **kwargs): |
| 16579 | amount = module.getModifiedItemAttr('shieldBonus') |
| 16580 | speed = module.getModifiedItemAttr('duration') / 1000.0 |
| 16581 | fit.extraAttributes.increase('shieldRepair', amount / speed, **kwargs) |
| 16582 | |
| 16583 | |
| 16584 | class Effect4941(BaseEffect): |
nothing calls this directly
no test coverage detected