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

11 lines
346 B
Python

# Interceptor2WarpScrambleRange
#
# Used by:
# Ships from group: Interceptor (6 of 10)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Scrambler",
"maxRange", ship.getModifiedItemAttr("eliteBonusInterceptor2"), skill="Interceptors")