Files
pyfa/eos/effects/modifymaxvelocityofshippassive.py

8 lines
298 B
Python

# modifyMaxVelocityOfShipPassive
#
# Used by:
# Modules from group: Expanded Cargohold (13 of 13)
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("maxVelocity", module.getModifiedItemAttr("maxVelocityBonus"),
stackingPenalties = True)