(fit, skill, context, projectionRange, **kwargs)
| 36090 | |
| 36091 | @staticmethod |
| 36092 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 36093 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Vorton Specialization'), |
| 36094 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 36095 | |
| 36096 | |
| 36097 | class Effect8045(BaseEffect): |
nothing calls this directly
no test coverage detected