(fit, skill, context, projectionRange, **kwargs)
| 10815 | |
| 10816 | @staticmethod |
| 10817 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 10818 | fit.ship.boostItemAttr('jumpDriveConsumptionAmount', |
| 10819 | skill.getModifiedItemAttr('consumptionQuantityBonusPercentage') * skill.level, **kwargs) |
| 10820 | |
| 10821 | |
| 10822 | class Effect3561(BaseEffect): |
nothing calls this directly
no test coverage detected