Files
pyfa/eos/effects/hackingvirusstrengthbonus.py
2017-12-10 18:07:45 -05:00

7 lines
222 B
Python

# Not used by any item
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Hacking"), "virusStrength", src.getModifiedItemAttr("virusStrengthBonus"))