Files
pyfa/eos/effects/modifymaxvelocityofshippassive.py
2016-11-20 15:25:27 -05:00

10 lines
270 B
Python

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