(fit, ship, context, projectionRange, **kwargs)
| 14492 | |
| 14493 | @staticmethod |
| 14494 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14495 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14496 | 'thermalDamage', ship.getModifiedItemAttr('eliteBonusCovertOps2'), |
| 14497 | skill='Covert Ops', **kwargs) |
| 14498 | |
| 14499 | |
| 14500 | class Effect4394(BaseEffect): |
nothing calls this directly
no test coverage detected