Files
pyfa/eos/effects/ewgrouptdmaxrangebonus.py
2014-01-22 23:51:42 +04:00

10 lines
434 B
Python
Executable File

# Used by:
# Implant: Low-grade Centurion Alpha
# Implant: Low-grade Centurion Beta
# Implant: Low-grade Centurion Delta
# Implant: Low-grade Centurion Epsilon
# Implant: Low-grade Centurion Gamma
type = "passive"
def handler(fit, implant, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tracking Disruptor",
"maxRange", implant.getModifiedItemAttr("rangeSkillBonus"))