# Cigar packaging

## Overview

Prisoners can produce / run economy inside Prison through Cigarettes, that can be crafted at the table.

* By default the defined reward is item named `cigarrete` with random amount from (1-6).
* Configuration path: config.lua - Config.CigarProduction

### Config file structure

```lua
CigarProduction = {
    RewardMin = 1, -- This is the reward amount for minigame
    RewardMax = 6, -- This is the reward amount for minigame
    RewardItem = 'cigarrete', -- This is the reward item for minigame
},
```

## Gallery

<figure><img src="/files/DoTAC1s0g2FSXY8k9D7T" alt=""><figcaption><p>How the interaction looks</p></figcaption></figure>

<figure><img src="/files/XfiNDWUd6hqp1Llle7jP" alt=""><figcaption><p>Active minigame</p></figcaption></figure>

## Features

* Simple minigame is started when Prisoner needs to be press keys when LETTER is in the specific box.
* When player finish minigame, prisoner received reward `cigarette`


---

# Agent Instructions: 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:

```
GET https://documentation.rcore.cz/paid-resources/rcore_prison/features/package-cigar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
