(fit, skill, context, projectionRange, **kwargs)
| 2141 | |
| 2142 | @staticmethod |
| 2143 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 2144 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill(skill), |
| 2145 | 'thermalDamage', skill.getModifiedItemAttr('damageMultiplierBonus') * skill.level, **kwargs) |
| 2146 | |
| 2147 | |
| 2148 | class Effect668(BaseEffect): |
nothing calls this directly
no test coverage detected