(fit, module, context, projectionRange, **kwargs)
| 9584 | |
| 9585 | @staticmethod |
| 9586 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9587 | fit.ship.multiplyItemAttr('hp', module.getModifiedItemAttr('structureHPMultiplier'), **kwargs) |
| 9588 | |
| 9589 | |
| 9590 | class Effect3061(BaseEffect): |
nothing calls this directly
no test coverage detected