Files
pyfa/eos/effects/setbonuschristmaspowergrid.py
2014-01-22 23:51:42 +04:00

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"))