Files
pyfa/eos/effects/effect6705.py
2019-03-16 14:08:20 -04:00

12 lines
317 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)