(fit, skill, context, projectionRange, **kwargs)
| 43326 | |
| 43327 | @staticmethod |
| 43328 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 43329 | fit.modules.filteredItemBoost( |
| 43330 | lambda mod: mod.item.requiresSkill('Capital Disintegrator Specialization'), |
| 43331 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 43332 | |
| 43333 | |
| 43334 | class Effect12872(BaseEffect): |
nothing calls this directly
no test coverage detected