(fit, ship, context, projectionRange, **kwargs)
| 18626 | |
| 18627 | @staticmethod |
| 18628 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18629 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Cloaking'), |
| 18630 | 'cpu', ship.getModifiedItemAttr('eliteBonusCovertOps1'), skill='Covert Ops', **kwargs) |
| 18631 | |
| 18632 | |
| 18633 | class Effect5261(BaseEffect): |
nothing calls this directly
no test coverage detected