8 lines
320 B
Python
Executable File
8 lines
320 B
Python
Executable File
# Used by:
|
|
# Implants named like: grade Harvest (12 of 12)
|
|
runTime = "early"
|
|
type = "passive"
|
|
def handler(fit, implant, context):
|
|
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
|
|
"maxRangeBonus", implant.getModifiedItemAttr("implantSetORE"))
|