# Home

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

### Description

Stealing items from foes is one of the main ways to earn Gil. Each foe has a set of common, uncommon and rare items that can be stolen.

When a steal attempt is made, the game first checks the chance to steal the rare item. If that fails, it then checks for the uncommon item. If that fails as well, it checks for the common one. If all chances fail or the selected category has no item, the steal does not succeed.

The Thief’s Cuffs, which grant the Thievery augment, change how this works. With them equipped, it becomes possible to steal more than one item in a single attempt. The game still checks each item category even after one has already been stolen, and it skips empty categories when checking for items.

However, once any item is taken from a foe, further steal attempts against that same foe will always fail until it respawns.

### Features

This mod allows stealing from a foe repeatedly to collect all items.

As a result, there is no need to worry about missing items or waiting for foes to respawn. It saves time and ensures all items can be obtained in a single encounter.


---

# 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://xeavin.gitbook.io/master-thievery/home.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.
