(fit, container, context, projectionRange, **kwargs)
| 34481 | |
| 34482 | @staticmethod |
| 34483 | def handler(fit, container, context, projectionRange, **kwargs): |
| 34484 | level = container.level if 'skill' in context else 1 |
| 34485 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Disintegrator Specialization'), |
| 34486 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 34487 | |
| 34488 | |
| 34489 | class Effect7076(BaseEffect): |
nothing calls this directly
no test coverage detected