(fit, skill, context, projectionRange, **kwargs)
| 3295 | |
| 3296 | @staticmethod |
| 3297 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 3298 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Artillery Specialization'), |
| 3299 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 3300 | |
| 3301 | |
| 3302 | class Effect1021(BaseEffect): |
nothing calls this directly
no test coverage detected