(fit, skill, context, projectionRange, **kwargs)
| 1864 | |
| 1865 | @staticmethod |
| 1866 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 1867 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon', |
| 1868 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 1869 | |
| 1870 | |
| 1871 | class Effect589(BaseEffect): |
nothing calls this directly
no test coverage detected