Files
pyfa/eos/effects/ewgrouprsdmaxrangebonus.py

8 lines
328 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 == "Remote Sensor Damper",
"maxRange", implant.getModifiedItemAttr("rangeSkillBonus"))