(fit, skill, context, projectionRange, **kwargs)
| 34735 | |
| 34736 | @staticmethod |
| 34737 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 34738 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Precursor Weapon', |
| 34739 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 34740 | |
| 34741 | |
| 34742 | class Effect7098(BaseEffect): |
nothing calls this directly
no test coverage detected