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
|
[
{
"id": "gloves_survivor_fingerless",
"copy-from": "gloves_survivor_fingerless",
"type": "ARMOR",
"name": { "str": "pair of fingerless survivor gloves", "str_pl": "pairs of fingerless survivor gloves" },
"encumbrance": 2,
"//": "Reduce the encumbrance to be more comparable to the difference between leather and fingerless leather gloves."
},
{
"id": "gloves_rubber",
"copy-from": "gloves_rubber",
"type": "ARMOR",
"name": { "str": "pair of rubber gloves", "str_pl": "pairs of rubber gloves" },
"encumbrance": 4,
"//": "Massive reduction in encumbrance."
},
{
"id": "gloves_wool",
"copy-from": "gloves_wool",
"type": "ARMOR",
"name": { "str": "pair of wool gloves", "str_pl": "pairs of wool gloves" },
"weight": "100 g"
},
{
"id": "gloves_wool_fingerless",
"copy-from": "gloves_wool_fingerless",
"type": "ARMOR",
"name": { "str": "pair of fingerless wool gloves", "str_pl": "pairs of fingerless wool gloves" },
"weight": "60 g"
},
{
"id": "long_glove_white",
"copy-from": "long_glove_white",
"type": "ARMOR",
"name": { "str": "pair of extra long white gloves", "str_pl": "pairs of extra long white gloves" },
"armor_portion_data": [
{ "covers": [ "hands" ], "coverage": 100, "encumbrance": 2 },
{ "covers": [ "arms" ], "coverage": 75, "encumbrance": 2 }
],
"warmth": 10,
"flags": [ "VARSIZE", "SKINTIGHT" ]
}
]
|