(fit, skill, context, projectionRange, **kwargs)
| 35995 | |
| 35996 | @staticmethod |
| 35997 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 35998 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Vorton Projector'), |
| 35999 | 'damageMultiplier', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 36000 | |
| 36001 | |
| 36002 | class Effect8036(BaseEffect): |
nothing calls this directly
no test coverage detected