(fit, container, context, projectionRange, **kwargs)
| 9149 | |
| 9150 | @staticmethod |
| 9151 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9152 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), |
| 9153 | 'thermalDamage', container.getModifiedItemAttr('damageMultiplierBonus'), **kwargs) |
| 9154 | |
| 9155 | |
| 9156 | class Effect2907(BaseEffect): |
nothing calls this directly
no test coverage detected