(fit, container, context, projectionRange, **kwargs)
| 34447 | |
| 34448 | @staticmethod |
| 34449 | def handler(fit, container, context, projectionRange, **kwargs): |
| 34450 | level = container.level if 'skill' in context else 1 |
| 34451 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), |
| 34452 | 'damageMultiplier', container.getModifiedItemAttr('damageMultiplierBonus') * level, **kwargs) |
| 34453 | |
| 34454 | |
| 34455 | class Effect7074(BaseEffect): |
nothing calls this directly
no test coverage detected