Files
pyfa/eos/effects/effect3669.py
2019-03-16 14:08:20 -04:00

11 lines
339 B
Python

# frequencyMiningLaserMaxRangeBonus
#
# Used by:
# Implants named like: grade Harvest (10 of 12)
type = "passive"
def handler(fit, implant, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Frequency Mining Laser",
"maxRange", implant.getModifiedItemAttr("maxRangeBonus"))