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