(fit, container, context, projectionRange, **kwargs)
| 34464 | |
| 34465 | @staticmethod |
| 34466 | def handler(fit, container, context, projectionRange, **kwargs): |
| 34467 | level = container.level if 'skill' in context else 1 |
| 34468 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Disintegrator Specialization'), |
| 34469 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 34470 | |
| 34471 | |
| 34472 | class Effect7075(BaseEffect): |
nothing calls this directly
no test coverage detected