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

8 lines
339 B
Python
Executable File

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