(fit, module, context, projectionRange, **kwargs)
| 22757 | |
| 22758 | @staticmethod |
| 22759 | def handler(fit, module, context, projectionRange, **kwargs): |
| 22760 | fit.ship.boostItemAttr('jumpDriveConsumptionAmount', |
| 22761 | module.getModifiedItemAttr('consumptionQuantityBonusPercentage'), stackingPenalties=True, **kwargs) |
| 22762 | |
| 22763 | |
| 22764 | class Effect5912(BaseEffect): |
nothing calls this directly
no test coverage detected