Files
pyfa/eos/effects/setbonuschristmaspowergrid.py
2014-03-15 17:33:45 +04:00

8 lines
356 B
Python
Executable File

# Used by:
# Implants named like: Genolution Core Augmentation CA (4 of 4)
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
"powerEngineeringOutputBonus", implant.getModifiedItemAttr("implantSetChristmas"))