(fit, ship, context, projectionRange, **kwargs)
| 9450 | |
| 9451 | @staticmethod |
| 9452 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9453 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 9454 | 'emDamage', ship.getModifiedItemAttr('eliteBonusCovertOps1'), |
| 9455 | skill='Covert Ops', **kwargs) |
| 9456 | |
| 9457 | |
| 9458 | class Effect3029(BaseEffect): |
nothing calls this directly
no test coverage detected