(fit, skill, context, projectionRange, **kwargs)
| 1880 | |
| 1881 | @staticmethod |
| 1882 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 1883 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon', |
| 1884 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 1885 | |
| 1886 | |
| 1887 | class Effect590(BaseEffect): |
nothing calls this directly
no test coverage detected