(fit, container, context, projectionRange, **kwargs)
| 8945 | |
| 8946 | @staticmethod |
| 8947 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8948 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 8949 | 'thermalDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8950 | |
| 8951 | |
| 8952 | class Effect2891(BaseEffect): |
nothing calls this directly
no test coverage detected