13 lines
430 B
Python
13 lines
430 B
Python
# imperialsetbonus3
|
|
#
|
|
# Used by:
|
|
# Implants named like: High grade Grail (6 of 6)
|
|
type = "passive"
|
|
runTime = "early"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"),
|
|
"scanRadarStrengthPercent",
|
|
implant.getModifiedItemAttr("implantSetImperialNavy"))
|