5 lines
229 B
Python
5 lines
229 B
Python
# Used by:
|
|
# Skill: Jump Fuel Conservation
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.ship.boostItemAttr("jumpDriveConsumptionAmount", skill.getModifiedItemAttr("consumptionQuantityBonusPercentage") * skill.level) |