11 lines
472 B
Python
Executable File
11 lines
472 B
Python
Executable File
# Used by:
|
|
# Implant: Genolution Core Augmentation CA-1
|
|
# Implant: Genolution Core Augmentation CA-2
|
|
# Implant: Genolution Core Augmentation CA-3
|
|
# Implant: Genolution Core Augmentation CA-4
|
|
runTime = "early"
|
|
type = "passive"
|
|
def handler(fit, implant, context):
|
|
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
|
|
"powerEngineeringOutputBonus", implant.getModifiedItemAttr("implantSetChristmas"))
|