(fit, container, context, projectionRange, **kwargs)
| 34498 | |
| 34499 | @staticmethod |
| 34500 | def handler(fit, container, context, projectionRange, **kwargs): |
| 34501 | level = container.level if 'skill' in context else 1 |
| 34502 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Disintegrator Specialization'), |
| 34503 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 34504 | |
| 34505 | |
| 34506 | class Effect7077(BaseEffect): |
nothing calls this directly
no test coverage detected