Files
pyfa/eos/effects/ewgrouprsdmaxrangebonus.py

8 lines
323 B
Python

# ewGroupRsdMaxRangeBonus
#
# 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 == "Sensor Dampener",
"maxRange", implant.getModifiedItemAttr("rangeSkillBonus"))