(fit, skill, context, projectionRange, **kwargs)
| 2105 | |
| 2106 | @staticmethod |
| 2107 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 2108 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill(skill), |
| 2109 | 'emDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 2110 | |
| 2111 | |
| 2112 | class Effect661(BaseEffect): |
nothing calls this directly
no test coverage detected