summaryrefslogtreecommitdiff
path: root/json/items/armor/modularvest.json
blob: 8cb95f90aa38ae6abb4121d3a777df6d46fbcf5e (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
[
  {
    "id": "modularvest",
    "type": "ARMOR",
    "copy-from": "modularvest",
    "name": { "str": "MBR vest (empty)", "str_pl": "MBR vests (empty)" },
    "encumbrance": 8
  },
  {
    "id": "modularvestceramic",
    "type": "ARMOR",
    "copy-from": "modularvestceramic",
    "name": { "str": "MBR vest (ceramic plates)", "str_pl": "MBR vests (ceramic plates)" },
    "weight": "4308 g",
    "encumbrance": 10
  },
  {
    "id": "modularvesthard",
    "type": "ARMOR",
    "copy-from": "modularvesthard",
    "name": { "str": "MBR vest (hard plates)", "str_pl": "MBR vests (hard plates)" },
    "weight": "14860 g",
    "encumbrance": 20
  },
  {
    "id": "modularveststeel",
    "type": "ARMOR",
    "copy-from": "modularveststeel",
    "name": { "str": "MBR vest (steel plating)", "str_pl": "MBR vests (steel plating)" },
    "weight": "10860 g",
    "price": "399 USD",
    "encumbrance": 20
  },
  {
    "id": "modularvestsuper",
    "type": "ARMOR",
    "copy-from": "modularvestsuper",
    "name": { "str": "MBR vest (superalloy)", "str_pl": "MBR vests (superalloy)" },
    "encumbrance": 15
  }
]