> For the complete documentation index, see [llms.txt](https://alex-plugins.gitbook.io/ouranos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alex-plugins.gitbook.io/ouranos/loots.md).

# Loots

Chest loots can be modified for dungeons, cities, structures and villages

### Dungeons, cities and villages

To modify loots for dungeons, cities and villages respectively modify world configuration values in *dungeon\_chest, city\_chest* and *village\_chest.*

### *Structures*

#### Ouranos structures

To modify Ouranos structure loots, go into */Ouranos/structures/Ouranos/* folder and modify the *chest\_loots* value into the structure you want to modify.

#### Custom structures

To modify custom structure loots, go into */Ouranos/structures/* folder and modify the *chest\_loots* value into the structure you want to modify.

### Loots items

Each loots item is represented by a ProbabilityItem :&#x20;

```
- ==: ProbabilityItem
  item_tag: "ouranos:arrow"
  probability: 0.5
  quantity_min: 4
  quantity_max: 12
```

The tag represent the item to loot in the chest (see [Items](/ouranos/items.md)).

The probability is the probability to place this item in one chest (1.0 equals 100% chance, 0.5 equals 50% etc..).

The quantity min is the minimum quantity in one chest.

The quantity max is the maximum quantity in one chest.
