Files
pyfa/eos/effects/drawbackmaxvelocity.py
2014-05-31 22:13:59 +04:00

7 lines
296 B
Python
Executable File

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