(fit, skill, context, projectionRange, **kwargs)
| 36106 | |
| 36107 | @staticmethod |
| 36108 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 36109 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Vorton Specialization'), |
| 36110 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 36111 | |
| 36112 | |
| 36113 | class Effect8046(BaseEffect): |
nothing calls this directly
no test coverage detected