summaryrefslogtreecommitdiff
path: root/json/items/armor/storage.json
blob: 3c36332a9d35fc54a0d2a15bad6a749b802ce080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[
  {
    "id": "backpack",
    "copy-from": "backpack",
    "type": "ARMOR",
    "name": { "str": "backpack" },
    "encumbrance": 2,
    "max_encumbrance": 25,
    "storage": "25510 ml"
  },
  {
    "id": "backpack_hiking",
    "copy-from": "backpack_hiking",
    "type": "ARMOR",
    "name": { "str": "hiking backpack" },
    "volume": "14700 ml",
    "encumbrance": 10,
    "max_encumbrance": 40,
    "storage": "60001 ml"
  },
  {
    "id": "backpack_leather",
    "copy-from": "backpack_leather",
    "type": "ARMOR",
    "name": { "str": "leather backpack" },
    "encumbrance": 4,
    "max_encumbrance": 24,
    "storage": "25 L"
  },
  {
    "id": "backpack_tactical_large",
    "copy-from": "backpack_tactical_large",
    "type": "ARMOR",
    "name": { "str": "large tactical backpack" },
    "encumbrance": 10,
    "max_encumbrance": 55,
    "storage": "66 L"
  },
  {
    "id": "daypack",
    "copy-from": "daypack",
    "type": "ARMOR",
    "name": { "str": "daypack" },
    "storage": "24510 ml",
    "encumbrance": 2,
    "max_encumbrance": 18
  },
  {
    "id": "dive_bag",
    "copy-from": "dive_bag",
    "type": "ARMOR",
    "name": { "str": "dive bag" },
    "storage": "30 L",
    "encumbrance": 2,
    "max_encumbrance": 25
  },
  {
    "id": "duffelbag",
    "copy-from": "duffelbag",
    "type": "ARMOR",
    "name": { "str": "duffel bag" },
    "encumbrance": 5,
    "max_encumbrance": 40,
    "storage": "35 L"
  },
  {
    "id": "dump_pouch",
    "copy-from": "dump_pouch",
    "type": "ARMOR",
    "name": { "str": "tactical dump pouch", "str_pl": "tactical dump pouches" },
    "encumbrance": 1,
    "max_encumbrance": 3,
    "storage": "2 L"
  },
  {
    "id": "legrig",
    "copy-from": "legrig",
    "type": "ARMOR",
    "name": { "str": "pair of drop leg pouches", "str_pl": "pairs of drop leg pouches" },
    "storage": "4500 ml",
    "encumbrance": 1,
    "max_encumbrance": 4,
    "flags": [ "WATER_FRIENDLY", "BELTED" ],
    "//": "Changed to strapped layer since knee pads no longer hard conflict."
  },
  {
    "id": "armrig",
    "type": "ARMOR",
    "name": { "str": "armband pouch", "str_pl": "armband pouches" },
    "description": "A small pouch that can be worn on the upper arm using buckled straps.  This is a favoured item among sports & camping enthusiasts.",
    "weight": "205 g",
    "volume": "550 ml",
    "price": "30 USD",
    "price_postapoc": "250 cent",
    "material": [ "cotton", "plastic" ],
    "symbol": "[",
    "looks_like": "armguard_soft",
    "color": "dark_gray",
    "storage": "500 ml",
    "covers": [ "arm_either" ],
    "coverage": 15,
    "encumbrance": 0,
    "max_encumbrance": 1,
    "material_thickness": 1,
    "flags": [ "VARSIZE", "WATER_FRIENDLY", "BELTED" ],
    "//": "Psuedo-ported from dda."
  },
  {
    "id": "mbag",
    "copy-from": "mbag",
    "type": "ARMOR",
    "name": { "str": "messenger bag" },
    "encumbrance": 4,
    "max_encumbrance": 20,
    "storage": "15 L",
    "flags": [ "BELTED", "WATER_FRIENDLY" ]
  },
  {
    "id": "molle_pack",
    "copy-from": "molle_pack",
    "type": "ARMOR",
    "name": { "str": "MOLLE pack" },
    "weight": "1450 g",
    "volume": "6 L",
    "encumbrance": 5,
    "max_encumbrance": 19,
    "storage": "23001 ml"
  },
  {
    "id": "rucksack",
    "copy-from": "rucksack",
    "type": "ARMOR",
    "name": { "str": "military rucksack" },
    "volume": "11 L",
    "encumbrance": 10,
    "max_encumbrance": 50,
    "storage": "54001 ml"
  },
  {
    "id": "runner_bag",
    "copy-from": "runner_bag",
    "type": "ARMOR",
    "name": { "str": "runner pack" },
    "weight": "360 g",
    "storage": "7 L",
    "encumbrance": 1,
    "max_encumbrance": 5
  },
  {
    "id": "travelpack",
    "copy-from": "travelpack",
    "type": "ARMOR",
    "name": { "str": "travelpack" },
    "volume": "5 L",
    "storage": "31510 ml",
    "encumbrance": 3,
    "max_encumbrance": 25
  },
  {
    "id": "vest",
    "copy-from": "vest",
    "type": "ARMOR",
    "name": { "str": "utility vest" },
    "storage": "3 L",
    "encumbrance": 2,
    "max_encumbrance": 4,
    "extend": { "flags": [ "BELTED" ] },
    "//": "Changed to strapped layer because this is not a shirt."
  }
]