# Minigames

5 built-in minigames + ox\_lib skill bar support.

### Wire Cutting

Type: wire Controls: Click wires in correct order Sequence shown for 3 seconds then hidden.

| Difficulty | Wires | Time |
| ---------- | ----- | ---- |
| Easy       | 3     | 20s  |
| Medium     | 5     | 15s  |
| Hard       | 7     | 10s  |

### Keypad Hack

Type: keypad Controls: Click number buttons Hints after each attempt: correct position, correct digit, no match.

| Difficulty | Digits | Time | Attempts |
| ---------- | ------ | ---- | -------- |
| Easy       | 3      | 30s  | 5        |
| Medium     | 4      | 25s  | 4        |
| Hard       | 6      | 20s  | 3        |

### Memory Game

Type: memory Controls: Click cells in memorized order

| Difficulty | Length | Show Time | Rounds |
| ---------- | ------ | --------- | ------ |
| Easy       | 4      | 10s       | 2      |
| Medium     | 5      | 8s        | 3      |
| Hard       | 7      | 6s        | 4      |

### Lock Picking

Type: lockpick Controls: SPACE to set pin Pins move up and down. Press SPACE in green zone. Missing badly breaks pick.

| Difficulty | Pins | Time | Tolerance | Speed |
| ---------- | ---- | ---- | --------- | ----- |
| Easy       | 3    | 25s  | 25%       | 1.0x  |
| Medium     | 4    | 20s  | 18%       | 1.5x  |
| Hard       | 5    | 15s  | 12%       | 2.0x  |

### Drilling

Type: drill Controls: SPACE to drill, Mouse for pressure Hold SPACE to drill. Mouse controls pressure needle. Stay in green zone. Overheating = failure.

| Difficulty | Layers | Time | Zone | Speed | Overheat |
| ---------- | ------ | ---- | ---- | ----- | -------- |
| Easy       | 3      | 20s  | 35%  | 1.0x  | 0.3      |
| Medium     | 4      | 18s  | 25%  | 1.5x  | 0.5      |
| Hard       | 5      | 15s  | 18%  | 2.0x  | 0.8      |

### Skill Bar (ox\_lib)

Type: skillbar Controls: Press shown key at right moment Requires ox\_lib installed.

| Difficulty | Area | Speed | Keys    |
| ---------- | ---- | ----- | ------- |
| Easy       | 40%  | 0.8x  | E       |
| Medium     | 30%  | 1.0x  | E, Q    |
| Hard       | 20%  | 1.5x  | E, Q, R |

### Settings

```
Change difficulty: Config.MinigameDifficulty = 'medium' (easy, medium, hard)
Default minigame: Config.MinigameType = 'wire'
Custom values: Modify Config.MinigameSettings table
```


---

# 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://elena-scripts.gitbook.io/elenascripts/gameplay/atm-rob/minigames.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.
