9 lines
339 B
Python
9 lines
339 B
Python
# eliteBonusJumpFreighterJumpDriveConsumptionAmount2
|
|
#
|
|
# Used by:
|
|
# Ships from group: Jump Freighter (4 of 4)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Jump Freighters").level
|
|
fit.ship.boostItemAttr("jumpDriveConsumptionAmount", ship.getModifiedItemAttr("eliteBonusJumpFreighter2") * level)
|