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

8 lines
462 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 implant: "boosterAttributeModifier" in implant.itemModifiedAttributes and \
"implantSetSyndicate" in implant.itemModifiedAttributes,
"boosterAttributeModifier", implant.getModifiedItemAttr("implantSetSyndicate"))