Files
pyfa/eos/effects/mininglaserrangebonus.py
2014-01-22 23:51:42 +04:00

10 lines
416 B
Python
Executable File

# Used by:
# Implant: Low-grade Harvest Alpha
# Implant: Low-grade Harvest Beta
# Implant: Low-grade Harvest Delta
# Implant: Low-grade Harvest Epsilon
# Implant: Low-grade Harvest Gamma
type = "passive"
def handler(fit, implant, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Mining Laser",
"maxRange", implant.getModifiedItemAttr("maxRangeBonus"))