Files
pyfa/eos/effects/decreasetargetspeed.py
2016-12-04 23:10:09 -05:00

10 lines
275 B
Python

# Not used by any item
type = "active", "projected"
def handler(fit, module, context):
if "projected" not in context:
return
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"),
stackingPenalties=True)