> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rpgmobs.frotty27.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Loot Tab

> Managing loot templates and drop settings through the Admin UI.

The Loot tab combines scalar drop settings with a tree explorer for loot templates.

<img src="https://mintcdn.com/frotty27/zXJamAMqaRGX1-6i/images/ui-loot.png?fit=max&auto=format&n=zXJamAMqaRGX1-6i&q=85&s=38a26a43e7eaa147535c04cb8764c385" alt="Loot Tab" width="941" height="842" data-path="images/ui-loot.png" />

## Scalar Fields

* **Vanilla drop extra rolls** per tier (T1–T5)
* **Equipment drop chances**  -  weapon, armor, and off-hand chance fields
* **Default Loot Template**  -  name of the fallback loot template for this world

## Loot Template Tree

A tree explorer for managing loot templates. Categories are shown in blue, templates in green.

* **Search filter** to search across all categories
* **Back/Forward** navigation and breadcrumb bar
* **Add Template** and **Add Category** buttons

## Loot Template Detail Panel

Clicking a loot template expands a detail panel:

<img src="https://mintcdn.com/frotty27/zXJamAMqaRGX1-6i/images/ui-loot-detail.png?fit=max&auto=format&n=zXJamAMqaRGX1-6i&q=85&s=3b95ea3ad8d252741cd9b76d143b87b3" alt="Loot Template Detail" width="939" height="838" data-path="images/ui-loot-detail.png" />

### Linked Mob Rules

Paginated list (10 per page) showing which mob rules trigger this template. Each row has a delete button.

* **Add Category**  -  expands a mob rule category to add all its individual keys
* **Add Mob**  -  opens the NPC picker to add an individual mob rule

### Drop Rules

Paginated list (5 per page) of item drops. Each drop has:

* **Item ID**  -  selected via the Item Picker popup (shows item icon)
* **Drop Chance**  -  probability from 0.0 to 1.0
* **Min / Max Quantity**  -  stack size range
* **Per-tier toggles**  -  5 ON/OFF buttons (T1–T5) controlling which tiers can produce this drop

Click **+ Add Drop** to add a new drop rule.

**YAML reference:** See [Loot](/config/loot) for the underlying `loot.yml` fields.
