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