Files
pyfa/eos/effects/effect5480.py
2019-03-16 14:08:20 -04:00

12 lines
411 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.appliedImplants.filteredItemMultiply(lambda mod: mod.item.group.name == "Special Edition Implant",
"implantBonusVelocity", implant.getModifiedItemAttr("implantSetChristmas"))