(fit, skill, context, projectionRange, **kwargs)
| 2123 | |
| 2124 | @staticmethod |
| 2125 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 2126 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill(skill), |
| 2127 | 'explosiveDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 2128 | |
| 2129 | |
| 2130 | class Effect662(BaseEffect): |
nothing calls this directly
no test coverage detected