Files
pyfa/eos/effects/setbonussansha.py
2013-08-23 23:09:57 +04:00

9 lines
347 B
Python
Executable File

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