Files
pyfa/eos/effects/setbonussansha.py
2016-03-22 23:21:39 -04:00

11 lines
390 B
Python

# setBonusSansha
#
# Used by:
# Implants named like: grade Slave (18 of 18)
# Implant: High-grade Halo Omega
runTime = "early"
type = "passive"
def handler(fit, implant, context):
fit.appliedImplants.filteredItemMultiply(lambda target: target.item.requiresSkill("Cybernetics"),
"armorHpBonus", implant.getModifiedItemAttr("implantSetSansha") or 1)