Files
pyfa/eos/effects/maxvelocityaddpassive.py
2017-06-25 01:21:37 -04:00

7 lines
165 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("maxVelocity", module.getModifiedItemAttr("maxVelocity"))