(fit, module, context, projectionRange, **kwargs)
| 7802 | |
| 7803 | @staticmethod |
| 7804 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7805 | fit.ship.boostItemAttr('armorHP', module.getModifiedItemAttr('drawback'), **kwargs) |
| 7806 | |
| 7807 | |
| 7808 | class Effect2713(BaseEffect): |
nothing calls this directly
no test coverage detected