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

9 lines
317 B
Python

# Used by:
# Module: Industrial Core I
type = "active"
runTime = "early"
def handler(fit, module, context):
fit.extraAttributes["siege"] = True
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("speedFactor"))
fit.ship.multiplyItemAttr("mass", module.getModifiedItemAttr("massMultiplier"))