Files
pyfa/eos/effects/rigdrawbackreductionhybrid.py

12 lines
331 B
Python

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