Files
pyfa/eos/effects/structuremoduleeffectstasiswebifier.py
2016-12-15 12:43:19 -08:00

10 lines
295 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, remoteResists=True)