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