Files
pyfa/eos/effects/ewskillecmburstfalloffbonus.py

9 lines
308 B
Python

# ewSkillEcmBurstFalloffBonus
#
# Used by:
# Skill: Frequency Modulation
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM Burst",
"falloff", skill.getModifiedItemAttr("falloffBonus") * skill.level)