Files
pyfa/eos/effects/gunneryfalloffbonusonline.py
2017-02-15 21:14:40 -05:00

12 lines
374 B
Python

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