Files
pyfa/eos/effects/falloffbonuseffecthybrids.py
2014-03-15 17:33:45 +04:00

7 lines
351 B
Python
Executable File

# Used by:
# Modules named like: Hybrid Ambit Extension (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Hybrid Weapon",
"falloff", module.getModifiedItemAttr("falloffBonus"),
stackingPenalties = True)