(fit, ship, context, projectionRange, **kwargs)
| 14543 | |
| 14544 | @staticmethod |
| 14545 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14546 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14547 | 'kineticDamage', ship.getModifiedItemAttr('eliteBonusCovertOps2'), |
| 14548 | skill='Covert Ops', **kwargs) |
| 14549 | |
| 14550 | |
| 14551 | class Effect4398(BaseEffect): |
nothing calls this directly
no test coverage detected