Files
pyfa/eos/effects/drawbackwarpspeed.py
2014-12-09 18:49:40 -05:00

8 lines
241 B
Python

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