(fit, ship, context, projectionRange, **kwargs)
| 11030 | |
| 11031 | @staticmethod |
| 11032 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11033 | fit.ship.boostItemAttr('hp', ship.getModifiedItemAttr('eliteBonusJumpFreighter1'), skill='Jump Freighters', **kwargs) |
| 11034 | |
| 11035 | |
| 11036 | class Effect3593(BaseEffect): |
nothing calls this directly
no test coverage detected