(fit, ship, context, projectionRange, **kwargs)
| 9415 | |
| 9416 | @staticmethod |
| 9417 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 9418 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Bomb Deployment'), |
| 9419 | 'kineticDamage', ship.getModifiedItemAttr('eliteBonusCovertOps1'), |
| 9420 | skill='Covert Ops', **kwargs) |
| 9421 | |
| 9422 | |
| 9423 | class Effect3027(BaseEffect): |
nothing calls this directly
no test coverage detected