Files
pyfa/eos/effects/setbonuschristmasbonusvelocity.py

10 lines
384 B
Python

# setBonusChristmasBonusVelocity
#
# Used by:
# Implants named like: Genolution Core Augmentation CA (4 of 4)
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
"implantBonusVelocity", implant.getModifiedItemAttr("implantSetChristmas"))