13 lines
462 B
Python
13 lines
462 B
Python
# setBonusChristmasCapacitorCapacity
|
|
#
|
|
# Used by:
|
|
# Implants named like: Genolution Core Augmentation CA (4 of 4)
|
|
runTime = "early"
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == "Special Edition Implant",
|
|
"capacitorCapacityBonus",
|
|
implant.getModifiedItemAttr("implantSetChristmas"))
|