(fit, container, context, projectionRange, **kwargs)
| 9047 | |
| 9048 | @staticmethod |
| 9049 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9050 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 9051 | 'explosiveDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9052 | |
| 9053 | |
| 9054 | class Effect2901(BaseEffect): |
nothing calls this directly
no test coverage detected