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