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

7 lines
296 B
Python

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