Files
pyfa/eos/effects/effect2717.py
2019-03-16 14:08:20 -04:00

12 lines
321 B
Python

# drawbackMaxVelocity
#
# Used by:
# Modules from group: Rig Armor (48 of 72)
# Modules from group: Rig Resource Processing (8 of 10)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("drawback"),
stackingPenalties=True)