Files
pyfa/eos/effects/setbonussyndicate.py
2013-08-23 23:09:57 +04:00

8 lines
336 B
Python
Executable File

# Used by:
# Implants named like: Low grade Edge (6 of 6)
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
"boosterAttributeModifier", implant.getModifiedItemAttr("implantSetSyndicate"))