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

12 lines
377 B
Python

# onlineJumpDriveConsumptionAmountBonusPercentage
#
# Used by:
# Modules from group: Jump Drive Economizer (3 of 3)
runTime = "early"
type = ("projected", "passive")
def handler(fit, module, context):
fit.ship.boostItemAttr("jumpDriveConsumptionAmount",
module.getModifiedItemAttr("consumptionQuantityBonusPercentage"), stackingPenalties=True)