summaryrefslogtreecommitdiff
path: root/json/items/armor/swimming.json
blob: f6aad575c4a2f9c317ca73ca72af7b5aa19a3128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "id": "h20survivor_suit",
    "copy-from": "h20survivor_suit",
    "type": "ARMOR",
    "name": { "str": "survivor wetsuit" },
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 10, 20 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 10, 10 ] },
      { "covers": [ "legs" ], "coverage": 100, "encumbrance": [ 10, 12 ] }
    ]
  }
]