# Features Overview

### 📖 Overview

This documentation covers a custom **prison system** designed to provide immersive prison roleplay through jobs, NPC interactions, crafting mechanics, and escape sequences. Players are sent to prison where they can earn money, gather special items, and plan an escape by crafting tools and interacting with mini-games.

***

### 🎯 General Purpose

The primary goal of this script is to provide **interactive prison gameplay** where players perform daily labor, earn passive income, and work toward a prison break.

Players can:

* Complete tasks like **Poop Cleaning**, **Dish Washing**, and **Gym Exercises**
* Earn **money** and **unique items**
* Interact with NPCs to **craft escape tools**
* Use crafted items to disable **electric panels** via mini-games
* Dig through a tunnel and **escape**

Additionally, side features such as a **basketball court** and **visitation system** enrich the prison life experience.

***

### 🧱 Prison Jobs

Players can perform **three main job types** inside the prison. Each job grants money and random crafting materials required for the escape process.

#### 🚽 Poop Cleaning

* **Objective:** Clean specific poop objects around the prison
* **Reward:**

  * 💵 $100 per task
  * 🧱 `prison_rustynail`, `prison_tornglove`
  *

  ```
  <figure><img src="../../.gitbook/assets/image (97).png" alt=""><figcaption></figcaption></figure>
  ```

***

#### 🍽️ Dish Washing

* **Objective:** Pick up dirty dishes, wash them, and place them in the cabinet
* **Reward:**

  * 💵 $200 per task
  * 🧼 `prison_soapresidue`, `prison_plateshard`
  *

  ```
  <figure><img src="../../.gitbook/assets/image (96).png" alt=""><figcaption></figcaption></figure>
  ```

***

#### 🏋️ Gym Workout

* **Objective:** Complete exercises using barbells, dumbbells, and pull-up bars
* **Reward:**
  * 💵 $300 per task
  * 🛠️ `prison_barbellrod`, `prison_sweatytowel`
* **Note:** Players must wear gym clothes before starting workouts
*

```
<figure><img src="../../.gitbook/assets/image (98).png" alt=""><figcaption></figcaption></figure>
```

***

### 🤝 NPC Interactions

NPCs with unique personalities (friendly or aggressive) are scattered around the prison. Players can interact with these NPCs via the **0r-npcdialog** system to:

* **Trade crafting items** gathered from jobs
* **Craft escape tools:**
  * ✂️ `prison_cutter` (used to disable electric panels)
  * ⛏️ `prison_shovel` (used to dig tunnels)

Each NPC initiates dialogues, offering players crafting options or hints depending on their behavior and item inventory.

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


---

# 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://docs.0resmon.org/0resmon/frkn-resources/frkn-prison/features-overview.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.
