Files
pyfa/eos/effects/setbonuschristmaspowergrid.py
DarkPhoenix fd36a0b172 Replace submodules with actual files
Submodules never were actually useful
2013-06-10 22:12:34 +04:00

9 lines
486 B
Python
Executable File

# Used by:
# Implants named like: Genolution Core Augmentation CA (2 of 2)
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda implant: "powerEngineeringOutputBonus" in implant.itemModifiedAttributes and \
"implantSetChristmas" in implant.itemModifiedAttributes,
"powerEngineeringOutputBonus", implant.getModifiedItemAttr("implantSetChristmas"))