8 lines
326 B
Python
8 lines
326 B
Python
# Used by:
|
|
# Implants named like: grade Ascendancy (12 of 12)
|
|
runTime = "early"
|
|
type = "passive"
|
|
def handler(fit, implant, context):
|
|
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
|
|
"WarpSBonus", implant.getModifiedItemAttr("implantSetWarpSpeed"))
|