(fit, container, context, projectionRange, **kwargs)
| 8911 | |
| 8912 | @staticmethod |
| 8913 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8914 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 8915 | 'explosiveDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8916 | |
| 8917 | |
| 8918 | class Effect2889(BaseEffect): |
nothing calls this directly
no test coverage detected