(fit, container, context, projectionRange, **kwargs)
| 9081 | |
| 9082 | @staticmethod |
| 9083 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9084 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'), |
| 9085 | 'thermalDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9086 | |
| 9087 | |
| 9088 | class Effect2903(BaseEffect): |
nothing calls this directly
no test coverage detected