Files
pyfa/eos/effects/ewgroupecmburstmaxrangebonus.py
2016-04-06 00:22:19 -04:00

8 lines
329 B
Python

# ewGroupEcmBurstMaxRangeBonus
#
# 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 == "Burst Projectors",
"maxRange", implant.getModifiedItemAttr("rangeSkillBonus"))