6 lines
280 B
Python
Executable File
6 lines
280 B
Python
Executable File
# Used by:
|
|
# Skill: Frequency Modulation
|
|
type = "passive"
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Target Painter",
|
|
"falloff", skill.getModifiedItemAttr("falloffBonus") * skill.level) |