Files
pyfa/eos/effects/rigdrawbackreductionshield.py
2016-07-03 00:40:10 -04:00

9 lines
281 B
Python

# rigDrawbackReductionShield
#
# Used by:
# Skill: Shield Rigging
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Rig Shield", "drawback", src.getModifiedItemAttr("rigDrawbackBonus") * lvl)