(fit, skill, context, projectionRange, **kwargs)
| 2159 | |
| 2160 | @staticmethod |
| 2161 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 2162 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill(skill), |
| 2163 | 'kineticDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 2164 | |
| 2165 | |
| 2166 | class Effect675(BaseEffect): |
nothing calls this directly
no test coverage detected