11 lines
324 B
Python
11 lines
324 B
Python
# ewSkillRsdFallOffBonus
|
|
#
|
|
# Used by:
|
|
# Skill: Frequency Modulation
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Sensor Linking"),
|
|
"falloffEffectiveness", skill.getModifiedItemAttr("falloffBonus") * skill.level)
|