(fit, skill, context, projectionRange, **kwargs)
| 3279 | |
| 3280 | @staticmethod |
| 3281 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3282 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Autocannon Specialization'), |
| 3283 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3284 | |
| 3285 | |
| 3286 | class Effect1020(BaseEffect): |
nothing calls this directly
no test coverage detected