> For the complete documentation index, see [llms.txt](https://wiki.terrarians.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.terrarians.ru/adds/custom-items/tools/project-scramble.md).

# Проект «Шифратор»

> Проект «Шифратор» был проектом, проводимым Фондом, целью которого было создание окуляра «Шифратор» Visor Unit — устройства, позволяющего подразделениям Фонда видеть лицо SCP-096, не опасаясь его реакции.
>
> В этом окуляре использовалась программа «Шифратор», которая с помощью микропроцессора внутри окуляра анализировала поле зрения на предмет лицевых черт SCP-096.
>
> После распознавания изображение немедленно скрывалось до того, как свет достигнет человеческого глаза.

## Внешний вид

<figure><img src="/files/TSCF7kmM3Hzb0q7mJSYc" alt=""><figcaption></figcaption></figure>

## Особенности

* Искажает опасные объекты, защищая от визуального контакта.

***

## Появление

| Место                                                     | Шанс | Дополнительно                          |
| --------------------------------------------------------- | ---- | -------------------------------------- |
| Комната содержания SCP-096                                | 25%  |                                        |
| Комната Micro H.I.D.                                      | 10%  |                                        |
| [**Эксперт ГОК**](/adds/custom-roles/units/goc/expert.md) | 100% | При наличии живого SCP-096 в комплексе |

***

{% hint style="info" %}
💡 **Есть идеи, как улучшить этот предмет?**\
Оставь своё предложение на нашем [Discord-сервере](https://discord.gg/9cHVZQJ4Ek) — мы всегда открыты к улучшениям и экспериментам!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.terrarians.ru/adds/custom-items/tools/project-scramble.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
