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