10 lines
346 B
Python
10 lines
346 B
Python
# setBonusMordus
|
|
#
|
|
# Used by:
|
|
# Implants named like: grade Centurion (12 of 12)
|
|
runTime = "early"
|
|
type = "passive"
|
|
def handler(fit, implant, context):
|
|
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
|
|
"rangeSkillBonus", implant.getModifiedItemAttr("implantSetMordus"))
|