Files
pyfa/eos/effects/rigdrawbackreductionenergyweapon.py
2016-06-19 12:39:09 -04:00

5 lines
222 B
Python

type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Rig Energy Weapon", "drawback", src.getModifiedItemAttr("rigDrawbackBonus") * lvl)