Files
pyfa/eos/effects/effect39.py
2019-03-16 14:08:20 -04:00

11 lines
280 B
Python

# warpDisrupt
#
# Used by:
# Modules named like: Warp Disruptor (28 of 28)
type = "projected", "active"
def handler(fit, module, context):
if "projected" in context:
fit.ship.increaseItemAttr("warpScrambleStatus", module.getModifiedItemAttr("warpScrambleStrength"))