Files
pyfa/eos/effects/ewgrouptdmaxrangebonus.py
2015-12-03 20:40:23 -05:00

8 lines
323 B
Python

# ewGroupTdMaxRangeBonus
#
# Used by:
# Implants named like: grade Centurion (10 of 12)
type = "passive"
def handler(fit, implant, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Weapon Disruptor",
"maxRange", implant.getModifiedItemAttr("rangeSkillBonus"))