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

6 lines
208 B
Python

# Used by:
# Modules from group: Warp Accelerator (3 of 3)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("warpSpeedMultiplier", module.getModifiedItemAttr("warpSpeedAdd"))