> For the complete documentation index, see [llms.txt](https://lambda-8.gitbook.io/lambda/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lambda-8.gitbook.io/lambda/rp/or-piknik-u-kostra.md).

# 🟧|Пикник у костра

Предыстория: Вы шли на пикник вечером в лес, но не проследили за временем и уже стемнело. Дом в жопе мира и туда так просто не дотяпать, поэтому вы решили остаться в лесу с костром (место на фото). Вдруг вы почувствовали чьё то присутствие - охота началась!\
Осн. часть сюжета: в лесу есть много чудовищ, таких как волки (939), дьяволы (106), скелеты (3114), призраки (096 с ноуклипом, которые плачут как приведения). Они бояться света, но со временем привыкают. По всюду разбросаны дрова (разряженные микрохиды) и хворост/палки (джейлберды). Палками можно защищаться.\
"Слушай, как-то легко и скучно" скажешь ты. Однако я упоминал, что твари бояться света, НО привыкают к нему. Так вот, в 20 минут от начала ивента они будут атаковать вас даже при свете костра.\
Цель: Собрать много дров, разжечь большой костер и свалить нахер до 20 минут.\
Конец: Вы валите нахер оттуда к башне (место, где происходит побег Д класса и ученных). Из-за большого костра твари вас не съедят.\
Приносите палки и дрова к костру, чтобы он разгорался сильнее.\
Как происходит рост костра? Как работает освещение округи?\
Вы собираете дрова и хворост. Освещение - думми с фонарем.\
1 думми - 6 палок или же 2 микрохида.


---

# 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://lambda-8.gitbook.io/lambda/rp/or-piknik-u-kostra.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.
