(fit, module, context, projectionRange, **kwargs)
| 32539 | |
| 32540 | @staticmethod |
| 32541 | def handler(fit, module, context, projectionRange, **kwargs): |
| 32542 | fit.ship.increaseItemAttr('hp', module.getModifiedItemAttr('structureHPBonusAdd') or 0, **kwargs) |
| 32543 | |
| 32544 | |
| 32545 | class Effect6921(BaseEffect): |
nothing calls this directly
no test coverage detected