(fit, container, context, projectionRange, **kwargs)
| 8858 | |
| 8859 | @staticmethod |
| 8860 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8861 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Cruise Missiles'), |
| 8862 | 'thermalDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 8863 | |
| 8864 | |
| 8865 | class Effect2885(BaseEffect): |
nothing calls this directly
no test coverage detected