Files
pyfa/eos/effects/modifymaxvelocityofshippassive.py
2015-01-15 02:35:22 +03:00

8 lines
296 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("maxVelocityBonus"),
stackingPenalties = True)