summaryrefslogtreecommitdiff
path: root/json/items/armor/coats.json
blob: 8ae1b790142ce016c64f631a8f5520d0fbc2a0ee (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
[
  {
    "id": "coat_lab",
    "copy-from": "coat_lab",
    "type": "ARMOR",
    "name": { "str": "lab coat" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 2, 5 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 2, 2 ] }
    ],
    "storage": "4 L"
  },
  {
    "id": "coat_winter",
    "copy-from": "coat_winter",
    "type": "ARMOR",
    "name": { "str": "winter coat" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 18, 27 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 18, 21 ] }
    ],
    "storage": "4 L"
  },
  {
    "id": "duster",
    "copy-from": "duster",
    "type": "ARMOR",
    "name": { "str": "duster" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 13 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] },
      { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] }
    ],
    "storage": "6600 ml"
  },
  {
    "id": "duster_leather",
    "copy-from": "duster_leather",
    "type": "ARMOR",
    "name": { "str": "leather duster" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 13 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] },
      { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 4, 5 ] }
    ],
    "storage": "6600 ml"
  },
  {
    "id": "duster_survivor",
    "copy-from": "duster_survivor",
    "type": "ARMOR",
    "name": { "str": "survivor duster" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 13 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] },
      { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 5, 6 ] }
    ],
    "material_thickness": 4,
    "storage": "8600 ml"
  },
  {
    "id": "greatcoat",
    "copy-from": "greatcoat",
    "type": "ARMOR",
    "name": { "str": "greatcoat" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 11, 20 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 11, 11 ] },
      { "covers": [ "legs" ], "coverage": 79, "encumbrance": [ 11, 13 ] }
    ]
  },
  {
    "id": "jacket_army",
    "copy-from": "jacket_army",
    "type": "ARMOR",
    "name": { "str": "army jacket" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] }
    ],
    "storage": "5 L",
    "//": "Fix incorrect vanilla use of str_sp."
  },
  {
    "id": "jacket_leather",
    "copy-from": "jacket_leather",
    "type": "ARMOR",
    "name": { "str": "leather jacket" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 15 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
    ],
    "storage": "1600 ml"
  },
  {
    "id": "jacket_light",
    "copy-from": "jacket_light",
    "type": "ARMOR",
    "name": { "str": "light jacket" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 6, 8 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 6, 6 ] }
    ]
  },
  {
    "id": "jacket_windbreaker",
    "copy-from": "jacket_windbreaker",
    "type": "ARMOR",
    "name": { "str": "windbreaker" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 12 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] }
    ]
  },
  {
    "id": "trenchcoat",
    "copy-from": "trenchcoat",
    "type": "ARMOR",
    "name": { "str": "trenchcoat" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 15 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 7, 7 ] }
    ]
  },
  {
    "id": "trenchcoat_leather",
    "copy-from": "trenchcoat_leather",
    "type": "ARMOR",
    "name": { "str": "leather trenchcoat" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 17 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] }
    ]
  },
  {
    "id": "trenchcoat_survivor",
    "copy-from": "trenchcoat_survivor",
    "type": "ARMOR",
    "name": { "str": "survivor trenchcoat" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 15 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] }
    ],
    "material_thickness": 4,
    "storage": "8600 ml"
  },
  {
    "id": "winter_jacket_army",
    "copy-from": "winter_jacket_army",
    "type": "ARMOR",
    "name": { "str": "army winter jacket" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] }
    ],
    "storage": "5 L"
  }
]