10 lines
371 B
Python
10 lines
371 B
Python
# republicsetbonus3
|
|
#
|
|
# Used by:
|
|
# Implants named like: High grade Jackal (6 of 6)
|
|
runTime = "early"
|
|
type = "passive"
|
|
def handler(fit, implant, context):
|
|
fit.implants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"),
|
|
"scanLadarStrengthPercent", implant.getModifiedItemAttr("implantSetRepublicFleet"))
|