# Encumbrance HUD icons

Place one PNG per encumbrance category name here.

Naming rule: category name lowercased, spaces → underscores, non-alphanumeric removed.

| Category name   | File name          |
|-----------------|--------------------|
| Unencumbered    | unencumbered.png   |
| Light Load      | light_load.png     |
| Medium Load     | medium_load.png    |
| Heavy Load      | heavy_load.png     |
| Overloaded      | overloaded.png     |
| Immobile        | immobile.png       |

Recommended size: 16×16 (or match `hud.iconSize` in config).

Path in-game:
  assets/ffitemweight/textures/gui/encumbrance/<name>.png
