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

13 lines
444 B
Python
Executable File

# Used by:
# Implant: Jackal Alpha
# Implant: Jackal Beta
# Implant: Jackal Delta
# Implant: Jackal Epsilon
# Implant: Jackal Gamma
# Implant: Jackal Omega
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"),
"scanLadarStrengthPercent", implant.getModifiedItemAttr("implantSetRepublicFleet"))