13 lines
433 B
Python
13 lines
433 B
Python
# imperialsetLGbonus
|
|
#
|
|
# Used by:
|
|
# Implants named like: Low grade Grail (6 of 6)
|
|
type = "passive"
|
|
runTime = "early"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"),
|
|
"scanRadarStrengthModifier",
|
|
implant.getModifiedItemAttr("implantSetLGImperialNavy"))
|