9 lines
348 B
Python
9 lines
348 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)
|