(fit, container, context, projectionRange, **kwargs)
| 8979 | |
| 8980 | @staticmethod |
| 8981 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8982 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 8983 | 'explosiveDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8984 | |
| 8985 | |
| 8986 | class Effect2893(BaseEffect): |
nothing calls this directly
no test coverage detected