(fit, module, context, projectionRange, **kwargs)
| 200 | |
| 201 | @staticmethod |
| 202 | def handler(fit, module, context, projectionRange, **kwargs): |
| 203 | amount = module.getModifiedItemAttr('structureDamageAmount') |
| 204 | speed = module.getModifiedItemAttr('duration') / 1000.0 |
| 205 | fit.extraAttributes.increase('hullRepair', amount / speed, **kwargs) |
| 206 | |
| 207 | |
| 208 | class Effect27(BaseEffect): |
nothing calls this directly
no test coverage detected