1[
2  {
3    "id": "western_holster",
4    "copy-from": "western_holster",
5    "type": "ARMOR",
6    "name": { "str": "western holster" },
7    "pocket_data": [
8      {
9        "pocket_type": "CONTAINER",
10        "holster": true,
11        "min_item_volume": "100 ml",
12        "max_contains_volume": "400 ml",
13        "max_contains_weight": "2 kg",
14        "max_item_length": "25 cm",
15        "moves": 30
16      },
17      {
18        "pocket_type": "CONTAINER",
19        "holster": false,
20        "rigid": true,
21        "ammo_restriction": { "ammo_pistol_tiny": 18, "ammo_pistol": 18, "ammo_pistol_magnum": 18 },
22        "moves": 20
23      }
24    ],
25    "use_action": { "type": "holster" }
26  }
27]
28