(fit, module, context, projectionRange, **kwargs)
| 108 | |
| 109 | @staticmethod |
| 110 | def handler(fit, module, context, projectionRange, **kwargs): |
| 111 | amount = module.getModifiedItemAttr('shieldBonus') |
| 112 | speed = module.getModifiedItemAttr('duration') / 1000.0 |
| 113 | fit.extraAttributes.increase('shieldRepair', amount / speed, **kwargs) |
| 114 | |
| 115 | |
| 116 | class Effect10(BaseEffect): |
no test coverage detected