(fit, src, context, projectionRange, **kwargs)
| 5119 | |
| 5120 | @staticmethod |
| 5121 | def handler(fit, src, context, projectionRange, **kwargs): |
| 5122 | mod = src.level if 'skill' in context else 1 |
| 5123 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 5124 | 'thermalDamage', src.getModifiedItemAttr('damageMultiplierBonus') * mod, **kwargs) |
| 5125 | |
| 5126 | |
| 5127 | class Effect1668(BaseEffect): |
nothing calls this directly
no test coverage detected