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