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 :

- ==: 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).

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.

Last updated