(fit, ship, context, projectionRange, **kwargs)
| 11045 | |
| 11046 | @staticmethod |
| 11047 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11048 | fit.ship.boostItemAttr('jumpDriveConsumptionAmount', ship.getModifiedItemAttr('eliteBonusJumpFreighter2'), |
| 11049 | skill='Jump Freighters', **kwargs) |
| 11050 | |
| 11051 | |
| 11052 | class Effect3597(BaseEffect): |
nothing calls this directly
no test coverage detected