7 lines
357 B
Python
Executable File
7 lines
357 B
Python
Executable File
# Used by:
|
|
# Modules named like: Projectile Coordinator (8 of 8)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Projectile Weapon",
|
|
"maxRange", module.getModifiedItemAttr("maxRangeBonus"),
|
|
stackingPenalties = True) |