(fit, ship, context, projectionRange, **kwargs)
| 14509 | |
| 14510 | @staticmethod |
| 14511 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14512 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Torpedoes'), |
| 14513 | 'emDamage', ship.getModifiedItemAttr('eliteBonusCovertOps2'), skill='Covert Ops', **kwargs) |
| 14514 | |
| 14515 | |
| 14516 | class Effect4395(BaseEffect): |
nothing calls this directly
no test coverage detected