(fit, ship, context, projectionRange, **kwargs)
| 14526 | |
| 14527 | @staticmethod |
| 14528 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14529 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14530 | 'explosiveDamage', ship.getModifiedItemAttr('eliteBonusCovertOps2'), |
| 14531 | skill='Covert Ops', **kwargs) |
| 14532 | |
| 14533 | |
| 14534 | class Effect4396(BaseEffect): |
nothing calls this directly
no test coverage detected