(fit, skill, context, projectionRange, **kwargs)
| 36011 | |
| 36012 | @staticmethod |
| 36013 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 36014 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Vorton Projector'), |
| 36015 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 36016 | |
| 36017 | |
| 36018 | class Effect8037(BaseEffect): |
nothing calls this directly
no test coverage detected