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

8 lines
347 B
Python
Executable File

# Used by:
# Implants named like: grade Jackal (6 of 6)
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"),
"scanLadarStrengthModifier", implant.getModifiedItemAttr("implantSetLGRepublicFleet"))