Files
pyfa/eos/effects/modifymaxvelocityofshippassive.py
2014-07-30 21:23:27 -04:00

6 lines
263 B
Python

# 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)