(fit, container, context, projectionRange, **kwargs)
| 35701 | |
| 35702 | @staticmethod |
| 35703 | def handler(fit, container, context, projectionRange, **kwargs): |
| 35704 | level = container.level if 'skill' in context else 1 |
| 35705 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Precursor Weapon'), |
| 35706 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 35707 | |
| 35708 | |
| 35709 | class Effect7247(BaseEffect): |
nothing calls this directly
no test coverage detected