Files
pyfa/eos/effects/gunneryfalloffbonusonline.py
2014-07-30 21:23:27 -04:00

7 lines
343 B
Python

# Used by:
# Modules from group: Tracking Enhancer (17 of 17)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Gunnery"),
"falloff", module.getModifiedItemAttr("falloffBonus"),
stackingPenalties = True)