Files
pyfa/eos/effects/effect4463.py
2019-03-16 14:08:20 -04:00

13 lines
435 B
Python

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