Files
pyfa/eos/effects/implantsetwarpspeed.py
2014-05-31 23:34:12 +04:00

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"))