# selfT2LargeProjectileACDamageBonus # # Used by: # Skill: Large Autocannon Specialization type = "passive" def handler(fit, skill, context): fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Autocannon Specialization"), "damageMultiplier", skill.getModifiedItemAttr("damageMultiplierBonus") * skill.level)