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