(fit, skill, context, projectionRange, **kwargs)
| 1848 | |
| 1849 | @staticmethod |
| 1850 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 1851 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon', |
| 1852 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 1853 | |
| 1854 | |
| 1855 | class Effect588(BaseEffect): |
nothing calls this directly
no test coverage detected