12 lines
377 B
Python
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)
|