(fit, skill, context, projectionRange, **kwargs)
| 3183 | |
| 3184 | @staticmethod |
| 3185 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3186 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Autocannon Specialization'), |
| 3187 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3188 | |
| 3189 | |
| 3190 | class Effect1014(BaseEffect): |
nothing calls this directly
no test coverage detected