(fit, container, context, projectionRange, **kwargs)
| 8824 | |
| 8825 | @staticmethod |
| 8826 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8827 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 8828 | 'explosiveDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8829 | |
| 8830 | |
| 8831 | class Effect2883(BaseEffect): |
nothing calls this directly
no test coverage detected