forked from KyodanCFG/CustomizinContainers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings_defaults.json
114 lines (114 loc) · 2.41 KB
/
settings_defaults.json
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
{
"containers": {
"customizinContainers": true,
"removeRestrictions": false,
"pockets": {
"one": {
"width": 1,
"height": 1
},
"two": {
"width": 1,
"height": 1
},
"three": {
"width": 1,
"height": 1
},
"four": {
"width": 1,
"height": 1
}
},
"secure": {
"alpha": {
"width": 2,
"height": 2
},
"beta": {
"width": 3,
"height": 2
},
"epsilon": {
"width": 4,
"height": 2
},
"gamma": {
"width": 3,
"height": 3
},
"kappa": {
"width": 3,
"height": 4
}
},
"ammo": {
"width": 7,
"height": 7
},
"docs": {
"width": 4,
"height": 4
},
"dogtag": {
"width": 10,
"height": 10
},
"grenade": {
"width": 8,
"height": 8
},
"items": {
"width": 8,
"height": 8
},
"items_thicc": {
"width": 14,
"height": 14
},
"junk": {
"width": 14,
"height": 14
},
"keytool": {
"width": 4,
"height": 4
},
"mag": {
"width": 7,
"height": 7
},
"meds": {
"width": 7,
"height": 7
},
"money": {
"width": 7,
"height": 7
},
"pistol": {
"width": 4,
"height": 3
},
"sicc": {
"width": 5,
"height": 5
},
"thermal": {
"width": 8,
"height": 8
},
"wallet": {
"width": 2,
"height": 2
},
"weapons": {
"width": 5,
"height": 10
},
"weapons_thicc": {
"width": 6,
"height": 15
}
}
}