Files
pyfa/eos/effects/effect3532.py
2019-03-16 14:08:20 -04:00

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)