(fit, skill, context, projectionRange, **kwargs)
| 36122 | |
| 36123 | @staticmethod |
| 36124 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 36125 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Vorton Specialization'), |
| 36126 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 36127 | |
| 36128 | |
| 36129 | class Effect8047(BaseEffect): |
nothing calls this directly
no test coverage detected