Files
pyfa/eos/effects/setbonusthukker.py
2014-01-22 23:51:42 +04:00

8 lines
317 B
Python
Executable File

# Used by:
# Implants named like: Low Nomad (6 of 6)
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.implants.filteredItemMultiply(lambda mod: mod.item.group.name == "Cyberimplant",
"agilityBonus", implant.getModifiedItemAttr("implantSetThukker"))