12 lines
370 B
Python
12 lines
370 B
Python
# setBonusGuristas
|
|
#
|
|
# Used by:
|
|
# Implants named like: grade Crystal (18 of 18)
|
|
runTime = "early"
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, implant, context):
|
|
fit.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
|
|
"shieldBoostMultiplier", implant.getModifiedItemAttr("implantSetGuristas"))
|