(fit, module, context, projectionRange, **kwargs)
| 11754 | |
| 11755 | @staticmethod |
| 11756 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11757 | fit.ship.increaseItemAttr('armorHP', module.getModifiedItemAttr('armorHPBonusAdd') or 0, **kwargs) |
| 11758 | |
| 11759 | |
| 11760 | class Effect3773(BaseEffect): |
nothing calls this directly
no test coverage detected