(fit, module, context, projectionRange, **kwargs)
| 479 | |
| 480 | @staticmethod |
| 481 | def handler(fit, module, context, projectionRange, **kwargs): |
| 482 | fit.ship.multiplyItemAttr('hp', module.getModifiedItemAttr('structureHPMultiplier'), **kwargs) |
| 483 | |
| 484 | |
| 485 | class Effect61(BaseEffect): |
nothing calls this directly
no test coverage detected