Files
pyfa/eos/effects/rigdrawbackreductionlauncher.py

12 lines
323 B
Python

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