(fit, skill, context, projectionRange, **kwargs)
| 36058 | |
| 36059 | @staticmethod |
| 36060 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 36061 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Vorton Projector', |
| 36062 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 36063 | |
| 36064 | |
| 36065 | class Effect8042(BaseEffect): |
nothing calls this directly
no test coverage detected