Files
pyfa/eos/effects/drawbackwarpspeed.py
2014-11-06 02:22:06 +03:00

8 lines
245 B
Python

# drawbackWarpSpeed
#
# Used by:
# Modules named like: Higgs Anchor I (4 of 4)
type = "passive"
def handler(fit, module, context):
fit.ship.boostItemAttr("warpSpeedMultiplier", module.getModifiedItemAttr("drawback"), stackingPenalties=True)