(fit, ship, context, projectionRange, **kwargs)
| 11491 | |
| 11492 | @staticmethod |
| 11493 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11494 | fit.ship.boostItemAttr('armorHP', ship.getModifiedItemAttr('eliteBonusJumpFreighter1'), skill='Jump Freighters', **kwargs) |
| 11495 | |
| 11496 | |
| 11497 | class Effect3680(BaseEffect): |
nothing calls this directly
no test coverage detected