(fit, src, context, projectionRange, **kwargs)
| 2235 | |
| 2236 | @staticmethod |
| 2237 | def handler(fit, src, context, projectionRange, **kwargs): |
| 2238 | fit.ship.increaseItemAttr('warpFactor', src.getModifiedItemAttr('eliteBonusCovertOps1'), skill='Covert Ops', **kwargs) |
| 2239 | |
| 2240 | |
| 2241 | class Effect726(BaseEffect): |
nothing calls this directly
no test coverage detected