summaryrefslogtreecommitdiff
path: root/json/items/armor/modularvest.json
blob: e5e119e4b783acdb2028242ac8b257d72127e5ad (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
[
  {
    "id": "modularvest",
    "type": "ARMOR",
    "copy-from": "modularvest",
    "category": "armor",
    "encumbrance": 8
  },
  {
    "id": "modularvestceramic",
    "type": "ARMOR",
    "copy-from": "modularvestceramic",
    "category": "armor",
    "encumbrance": 10
  },
  {
    "id": "modularvesthard",
    "type": "ARMOR",
    "copy-from": "modularvesthard",
    "category": "armor",
    "encumbrance": 20
  },
  {
    "id": "modularveststeel",
    "type": "ARMOR",
    "copy-from": "modularveststeel",
    "category": "armor",
    "encumbrance": 20
  },
  {
    "id": "modularvestsuper",
    "type": "ARMOR",
    "copy-from": "modularvestsuper",
    "category": "armor",
    "encumbrance": 10,
    "material_thickness": 10
  }
]