(fit, module, context, projectionRange, **kwargs)
| 8557 | |
| 8558 | @staticmethod |
| 8559 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8560 | fit.ship.increaseItemAttr('armorHP', module.getModifiedItemAttr('armorHPBonusAdd'), **kwargs) |
| 8561 | |
| 8562 | |
| 8563 | class Effect2847(BaseEffect): |
nothing calls this directly
no test coverage detected